/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	 color:#ffffff; font: normal 11px Verdana;
	background:#000000 url(../images/bodyBG.jpg) repeat-y top center;
}

p, li {
	line-height:1.5em;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	
	min-width: 780px;
	max-width: 800px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	#page-wrap #inside {
		margin: 0px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {

	padding-top: 0px;
}
	
#header {
	
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	padding:10px 0px 5px 0px;	
	color: white; font: normal 10px verdana;
}


#topNav{ margin:0 auto; height:5px;}
#topNav ul{ margin:0 auto; float:right; list-style:none;}
#topNav ul li{height:0px; float:left;}

#topNav ul li a{ 
				padding:0 18px; height:20px; float:left; text-decoration:none; 
				display:block; 	font:normal 11px Verdana; color:#eadca9;
				}
	
#topNav ul li a:hover{background:url(../images/top_btn_h.gif) no-repeat center bottom;
					  background-color:#eadca9; color:#000;}

#topNav ul li a.hover{
					  padding:0 18px; height:20px; float:left; text-decoration:none; 
						display:block; 	font:normal 11px Verdana;color:#000;
						background:#eadca9 url(../images/top_btn_h.gif) no-repeat center bottom;
						}
/* -- top navigation end -- */