@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(odd_tile.jpg);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 861px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;		
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtr #header {
	background-image:url(odd_header.png);
	background-repeat:no-repeat;
	height:400px;
}



.oneColFixCtr #mainContent {
	padding: 70 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(odd_bkg.png);
	margin-left:1px;
}


.oneColFixCtr #contactBox {
	padding: 10px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:80px;
	background:url(odd_bkg.png);
	margin-left:1px;
	font-size:12px;

}

.oneColFixCtr #menu {
	margin-top:260px;
	margin-left:410px;
	float:left;
}

body,td,th {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


.style2 {color: #FFFFFF}
.style4 {color: #000000; font-size: 10px; }
.style5 {font-size: 10px}
.style6 {color:#000000; font-size: 12px; font-weight:200}

.style7 {font-size: 11px}
.style8 {font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.style9 {font-size: 10px;
}
