body  {
	margin: 1; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 1;
	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 */
	background: #e4e4e4;
}

/*body {
	position:absolute; left:50%; top:-20px;
	width: 960px;
	margin-left: -480px;
	margin-right: 0px;
	background: #e4e4e4;
	min-width:960px;

}
*/
#mainContainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 135px;
	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. */

} 


h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	color: #FFFFFF;
	width: 300px;
	position:relative; left:2%; top:0px;
	text-align: justify;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}

h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	width: 300px;
	position:relative; left:2%; top:0px;
	text-align: justify;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}

p
{

	border: solid 0px #ffffff;
	width: 300px;
	position:relative; left:50%; top:0px;
	text-align: justify;
	margin-left: -150px;
	font-family:"Verdana", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal; 
	
}

.accent {color: #A0A0A0}

li{
	position:relative; left:2%; top:0px;
	text-align: left;
	font-family:"Verdana", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal; 
}



body {
	position:absolute; left:50%; top:-20px;
	width: 960px;
	margin-left: -480px;
	margin-right: 0px;
	background: #e4e4e4;
	min-width:960px;
}


#container
{
	border: solid 1px #000000;
	height: 100%;
   width: 300px;
}

#wodslogo

{
border:  solid 0px #000000;
height: 126px;
width: 300px;
position:absolute; left:50%; top:0px;
margin-left: -220px;
}




#contentcontainer

{
height: 560px;
width: 300px;
position:absolute; left:50%; top:0px;
margin-left: -150px;

}

#page

{
border:  solid 1px #2e2e2e;
background-color: #2e2e2e;
background-image: url(images/pagegrad.jpg); background-repeat: repeat-x;
height: auto;
width: 400px;
position:absolute; left:50%; top:127px;
margin-left: -200px;

}


