/*
	Stylesheet for WOBM Interactive and Design Website
*/

/* Universal Styles */
body {
	margin:0 0 10px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#535353;
	text-align:center;
	line-height:17px;
	background:#f2f6ff url(../images/bg/bg.png) repeat-y top center scroll;
}
html>body, html>body #page {
	height:auto;
}
#head {
	margin:0px auto;
	width:100%;
	height:311px;
	background:url(../images/bg/head.png) no-repeat top center scroll;
}
#page {
	width:100%;
	min-height:215px;
	background:url(../images/bg/middle.png) no-repeat top center scroll;
}
#page .box {
	margin:0px auto;
	width:970px;
	text-align:left;
}
.clear {
	clear:both;
}
a {
	color:#535353;
	text-decoration:underline;
}
a:hover {
	color:#757575;
	text-decoration:underline;
}
a.web {
	color:#004976;
	text-decoration:underline;
}
a.web:hover {
	color:#004976;
	text-decoration:underline;
}
a.mail {
	color:#0064a1;
	text-decoration:underline;
}
a.mail:hover {
	color:#0064a1;
	text-decoration:underline;
}