/* basic elements */
body{
	 font-family:Tahoma;
	 font-size:13px;
	 color:#000000;
	 margin:0;
	 padding:0;
	 background:url(bg-body.png) top repeat-x #F7F3DE;
	}

ul{
	margin:10px 0;
	padding:0;
	line-height:15px;
	}
	
a{
	color:#000000;
	}

a:hover{
	text-decoration:none;
	}

a img{
	border:0;
	}

/* Header */
#header{
	width:780px;
	height:150px;
	overflow:hidden;
	background:url(bg-header.png) center bottom no-repeat;
	margin:0 auto;
	}
	
#top{
	float:left;
	width:600px;
	height:110px;
	padding-left:140px;
	font-weight:bold;
	}
	
#top h1{
	font-family:Verdana;
	font-size:40px;
	margin:5px 0 0 0;
	color:#ffffff;
	letter-spacing:3px;
	}
	
#top a{
	color:#ffffff;
	font-family:Tahoma;	
	}

#top ul{
	margin:0;
	font-size:15px;
	line-height:30px;
	}
	
#top li{
	list-style-type:none;
	display:inline;
	padding:0 30px 0 4px;
	letter-spacing:3px;
	}	
	
#top-links{
	float:left;
	width:780px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	}
	
#top-links ul{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:22px;
	}
	
#top-links li{
	list-style-type:none;
	display:inline;
	background:url(li-top.png) left top no-repeat;
	padding:2px 3px 3px 22px;
	margin-left:5px;
	}

#top-links a{
	color:#1D2D38;
	}

/* Content */
#content{
	background:url(bg-main.png) #F7F3DE top center no-repeat;
	width:780px;
	margin:0 auto;
	font-size:12px;
	overflow:hidden;
	}
	
/* Post */
.post{
	width:710px;
	overflow:hidden;
	border-bottom:2px solid #1D2D39;
	padding:10px 10px 0 10px;
	background:url(bg-post.png) #FBF9EE top left no-repeat;
	margin:0 auto 10px auto;
	}

.post_title, .post_title a{
	font-weight:bold;
	font-size:18px;
	color:#A23107;
	display:inline;	
	}

.post_body {
	padding:5px 0;
	overflow:hidden;
	}
	
.post_body p{
	padding:5px 0;
	margin:5px 0;
	font-size:14px;
	}
	
.post_body_2 {
	padding:5px 0;
	overflow:hidden;
	}

.post_body img{
	padding:2px;
	border:1px #737373 solid;
	margin:5px 5px 5px 0;
	float:left;
	}
	
.post_body h3{
	color:#003366;
	font-size:15px;
	font-family:Tahoma;
	line-height:20px;
	display:inline;
	}

.post_body_2 h3{
	color:#003366;
	font-size:15px;
	font-family:Tahoma;
	line-height:20px;
	display:inline;
	}
	
.post_body ul{
	list-style-type:none;
	}
	
.post_body_2 ul{
	list-style-type:none;
	}	
	
.post_body li{
	padding:5px 0;
	float:left;
	display:block;
	width:198px;
	}
	
.post_body_2 li{
	padding:2px 0;
	}
	
.themes{
	width:700px;
	display:block;
	float:left;
	overflow:hidden;
	}

.themes h4{
	color:#003366;
	font-size:15px;
	line-height:20px;
	}
	
.themes a{
	font-weight:bold;
	line-height:30px;
	}	
	
.themes b{
	line-height:30px;
	color:#FF6600;
	}	

/* Footer */
#footer{
	height:40px;
	margin:10px auto;
	border-top:5px solid #A23107;
	text-align:center;
	}

#footer a{
	font-size:11px;
	color:#A23107;
	text-decoration:underline;
	}
	
#footer p{
	color:#A23107;
	font-size:11px;
	}
	

