/* Wave RI, www.waveri.com */
html {
	margin: 0px auto;
	padding: 0px;
	}
	
body {
	margin:0px auto;
	background: #242424; 
	}

ul {
	list-style: none;
	position: relative;
	left: 72px;
	top: 12px;
	height: 32px;
	margin: 0;
	padding: 0;
}

li {
	float: left;		
	height: 32px;
	line-height: 32px;		
	margin-right: 1px;
}

img{
	margin:auto;
	border:0px;
}

p { 
	font-family: Arial, Tahoma, Verdana;
	text-align:left;
	margin: 0px auto 0px auto; 
	padding:10px 0px 10px 0px;
	font-size: 11pt;
	color: #bdbdbe;
	}

#footer p { 
	font-family: Arial, Tahoma, Verdana;
	text-align:center;
	width:670px;
	padding-left:95px;
	padding-right:95px;
	margin: 0px auto 0px auto; 
	font-size: 10pt;
	color: #bdbdbe;
	}


#nav a:link { 
	line-height: 32px;
	height: 32px;
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 110%;
	font-weight: bold;
	color: #bdbdbe;
	text-decoration: none;
	border: none;
}
	
#nav a:visited { 
	line-height: 32px;
	height: 32px;
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 110%;
	font-weight: bold;
	color: #bdbdbe;
	text-decoration: none;
	border: none;

}
	
#nav a:hover { 
	color: #121212;
	background:#FEF14A;
}


a:link { 
	color: #bdbdbe;
	text-decoration: underline;
	border: none;
}
	
a:visited { 
	font-size: 110%;
	font-weight: bold;
	color: #bdbdbe;
	text-decoration: underline;
	border: none;

}
	
a:hover { 
	color: #FEF14A;
	text-decoration: none;
}

h1 { 
	text-align:center;
	font-size: 14pt;
	color: #adadae;
}

h2 { 
	text-align:center;
	font-size: 12pt;
	color: #bdbdbe;;
}

/* specific divs */

#header {
	margin: 0px auto;
	width:828px;
	height:121px;
	border: 0px;
	background: url(images/header.jpg) no-repeat; 
}

#nav {
	margin: 0px auto;
	width:828px;
	height:55px;
	border: 0px;
	background: url(images/nav.jpg) no-repeat;
}

#content {
	margin: 0px auto;
	padding-top:2px;
	width: 828px;
	background: url(images/content.jpg) repeat-y; 
}

#slide {
	margin: 0px auto;
	padding-left:115px;
	width: 828px;
}

#footer { 
	clear:both;
	margin: 0 auto;
	width:828px;
	height:50px;
	align:center;
	background: url(images/footer.jpg) no-repeat; 
	}
	
#wrap {
    margin:0 auto;
	width:670px;
	padding-left:95px;
	padding-right:95px;
	}
	
#main {
    float:left;
	width:280px;
    
}
#sidebar {
    float:right;
	width:370px;
    
}

