body {
	background-color:#333333;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	color:#FFFFFF;
	line-height: normal;
}

#page {
width:900px;
background-image:url(images/page.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:840px;
height:121px;
background-image:url(images/header.png);
padding-top:65px;
padding-left:60px;
}
  
#sidebarnav a {
	width:200px;
	display:block;
	clear:both;
	padding-left:12px;
	padding-top:6px;
	height:25px;
	border-bottom:2px solid #777777;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
  }
  
  
#sidebarnav a:hover, #sidebarnav a.active {
	text-decoration:none;
	border-bottom:2px solid #CCCCCC;
	color:#FFFFFF;
}

#mainarea {
width:860px;
clear:both;
padding-left:30px;
}

#contentarea {
width:580px;
padding-right:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:215px;
background-image:url(../Infinity%20Code/images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
	width:900px;
	clear:both;
	height:68px;
	padding-top:40px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-color:#000;
}

h1 {
font-size:25pt;
color:#FFFFFF;
margin:0;
}
#contentarea h1 {
	font-size: 24pt;
	color: #FFFFFF;
	margin: 0;
	line-height: 26pt;
}

h2 {
font-size:15pt;
color:#FFFFFF;
padding-top:6px;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

a {
	color:#FFFFCC;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
	color: #2302F8;
}
#mainarea #contentarea h1 {
}
