*{
	font-size:100%;
}


body{
	font:75%/140% Arial, Helvetica, sans-serif;
	text-align:center;
	background: #d5d6d7 url('pagebg2.jpg');
}

div{
	margin:10px 0 10px 0;
}

dd{
	margin-right:0;
}



#wrap h1{
	color:#000;
}

#header h1{
	margin: 0px 50px;
	font-family: sans-serif;
	font-size: 100px;
	text-align:center;
	font-weight: bolder;
	color:black;
	position: relative; 
	top: 105px;
}

#header h2{
	margin: 0px 50px;
	font-family: sans-serif;
	font-size: 20px;
	text-align:center;
	font-weight: bolder;
	color:black;
	position: relative; 
	top: 185px;
}

h1{
	font-size: 15px;
	font-weight: bold;
}


h2{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}


.hidden-navigation{
	width:1px;
	position:absolute;
	left:-9999px;
}

#header{
	background-color:transparent;
	width:970px;
	height:274px;
	margin:0 auto;
	text-align:left;
	background: url("header.jpg"); 
	border: none;
}

#wrap{
	background-color:transparent;
	width:970px;
	margin:0 auto;
	text-align:left;
	background-image: url("sectionsbg.jpg");
	background-repeat: repeat-y;
	border: none;
	overflow: hidden;
}

#main-content{
	width:478px;
	display:inline;
	float:left;
	margin-left:198px;
	background-color:transparent;
}

#side-content{
	width:253px;
	float:left;
	margin-left:31px;
	background-color:transparent;
}

#navigations{
	width:160px;
	float:left;
	margin-left:-948px;
	background-color:transparent;
}

#foot{
	clear:both;
	background-color:transparent;
	width:970px;
	height:77px;
	margin:0 auto;
	text-align:left;
	background: url("footer.jpg"); 
	border: none;
}

#foot p{
	font-family: sans-serif;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	color:white;
	position: relative; 
	top: 35px;
}

.foot a:link { 
	color: white;
}

.foot a:visited { 
	color: white;
}

.foot a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

.foot a:active { 
	color: #333333;
}



.header a:link { 
	color: black;
	text-decoration: none;
}

.header a:visited { 
	color: black;
	text-decoration: none;
}

.header a:hover { 
	color: black;
	text-decoration: none;
}

.header a:active { 
	color: black;
	text-decoration: none;
}

