@import url("reset.css");

body{
	background:url(images/bg.png) repeat-x;
	font-family:arial;
	color:#171717;
	font-size:17px;
	background:#F5F5F5;
	}

a{
	color:#006bce;
	text-decoration:none;
	}
	
p{
	padding:10px;
	}
	
#container{
	width:874px;
	margin:0 auto;
	background:#e6e6e6;
	border:solid 1px #cacaca;
	margin-bottom:10px;
	}
	
#header{
	background:url(images/bg_header.png) no-repeat;
	height:165px;
	}
		
	#header img{
		float:right;
		margin:20px 15px 0 0;
		}
		
#ticker{
	background:url(images/bg_ticker.png) repeat-x;
	height:36px;
	line-height:36px;
	color:#006bce;
	padding-left:10px;
	font-size:12px;
	}

#sidebar{
	float:left;
	width:190px;
	background:#e6e6e6;
	border:solid 1px #cacaca;
	font-size:12px;
	}

	#sidebar li{
		background:#c9c9c9;
		margin:5px 0;
		line-height:50px;
		text-align:center;
		color:#006bce;
		

		}
		
#content{
	width:680px;
	float:right;
	background:#e6e6e6;
	border:solid 1px #cacaca;
	margin-bottom:5px;
	
	}
	
	#content h2{
		background:url(images/bg_page_title.png) repeat-x;
		height:32px;
		line-height:32px;
		margin-bottom:5px;
		padding-left:5px;
		}
		
	#content img{
		margin:0 0 5px 10px;
		}
		
	

	#content .buynow{
		margin-left: auto;
		margin-right: auto; 
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	#content .resultstable {
	   
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;
	
	}
			

			
			
		
#footer{
	background:url(images/bg_footer.png) no-repeat center;
	height:109px;
	clear:both;
	color:#333;
	padding:10px;
	
	}
	
	#footer a{
		color:inherit;
		}
		
	#footer h2{
		font-size:36px;
		float:left;
		margin-top:20px;
		}
		
	#meta{
		float:left;
		font-size:;
		}
		
	#nav{
		float:right;
		margin-right:50px;
		margin-top:30px;
		font-size:12px;
		}
	
		#nav li{
			display:inline-block;
			}
	