@charset "UTF-8";
/* CSS Document */

/* CSS Reset*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body {font-family:Arial, Helvetica, sans-serif; background-color:#000000;}


#page {
		width:1004px;
		margin:0 auto;
}





p { font-size:12px; line-height:18px; padding: 0 23px 10px 23px;}

h1 { font-size:20px; font-weight:bold; padding: 15px 23px 5px 23px;}
h2 { font-size:9px; font-weight:normal; padding: 0 23px 10px 23px; }
h3 { font-size:9px; font-weight:normal; text-align:center;}


a {
	color:#000000;
	text-decoration:none;
}

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



#header {
			background:url(images/header.jpg) no-repeat;
			height:362px;
}


#main { width:800px;
		padding:0 102px 0 101px
}		

#content {  width:724px;
			background-color:#FFFFFF;
			padding: 0 28px 0 48px;
			
}

#post { 
			width:489px;
			float:left;
			background:url(images/content-footer_06.gif) bottom no-repeat #fdfaed;
			
}



/*--------SIDEBAR--------*/

#sidebar { 
			width:216px;
			float:right;
			margin-left:10px;
}


#sidebar ul li { 
				padding-left:26px; 
				list-style:none; 
				font-size:12px;
				line-height:16px;
}

#recent { 	background:url(images/recent.gif) no-repeat;
			width:215px;
			height:29px;
			padding-bottom:12px;
}

#categories { 	background:url(images/categories.gif) no-repeat;
				width:215px;
				height:44px;
				padding-top:10px;
				
}


#links { 	background:url(images/links.gif) no-repeat;
			width:215px;
			height:39px;
			padding-top:20px;
			
}
	
			

/*--------SIDEBAR END--------*/


#footer { 
			background:url(images/footer.gif) no-repeat center;
			padding-top:30px;
			color:#999999;
			width:1002px;
			margin:0 auto;
			clear:both;
}



