* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}
a:hover {
	color:orange;
	text-decoration:underline;
}

div{ margin:auto; }


body{
	background-image:url(img/back1.gif);
	text-align:center;
}


#header{
	width:900px;
	height:170px;
	background-image:url(img/header_img.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}


#header h1 a{
	font-size:16px;
	color:#663300;
	margin:50px 0px 20px 30px;
}
	
#header h2 {
	font-size:12px;
	color:#663300;
	margin:5px 0px 20px 30px;
}

#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-top:0;
	text-align:center;
	background: #CCFF33;
	position: relative;
	top:-20px !important;
	top:0;
}








#main{
	width:538px;
	margin-left:0px;
	margin-right:0px;
	position:absolute;
	top: 0px;
	left: 175px;
	text-align:left;
	background-color:#FEF5D1;
	padding:10px 10px 10px 10px;
}




#side-left{
	float:left;
	width:175px;
	height: 800px;
	margin: 0px;
	background-image:url(img/left_img.gif);
	background-repeat:y-repeat;
	text-align:left;
	padding-left:10px;
	overflow: hidden;
}



div#side-left.side dl.module {
	font-size:15px;
	color: #0000FF;
}




div#side-left.side dl.module dt.recent_entry {
	font-size:15px;
	color: #0000FF;
}




div#side-left.side dl.module dt.recent_comment {
	font-size:15px;
	color: #0000FF;
}

div#side-left.side dl.module dt.archive {
	font-size:15px;
	color: #0000FF;
}

div#side-left.side dl.module dt.category {
	font-size:15px;
	color: #0000FF;
}








div#side-right{
	float:right;
	width:169px;
	margin: 0px;
	height: 800px;
	text-align:center;
	background-color:#F0E4A8;
}



div#side-right.side #module dt.profile {
	
}



div#side-right .side .module dt.profile
div#side-right .side .module dd.profile
div#side-right .side .module dd.profile dl dt

div#side-right .side .module dl dt 
div#side-right .side .module dl dd
div#side-right .side .module dl dd a

div#side-right.side .module dt.calendar {
	font-size:15px;
	color:#CC6600;
	
}


div#side-right.side .module dd.calendar table {
margin-left:10px;
width:150px;
}



div#side-right .module dd.calendar table caption {
	margin-left:10px;
	width:150px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}






div#side-right .module dd.calendar table tr td{
border:1px solid #CCCCCC ;

}





div#side-right .module dd.calendar table th{
	font-size:12px;
	background-color:#CCCCCC;
	color:#666666;
	font-weight:bold;
}





div#side-right .side .module dd.calendar td
div#side-right.side .module dd.calendar table







p.foot{ clear:both; }
.entry
{
	width:100%;
	border-bottom:1px dashed #CCC;
	padding-bottom:25px;
	margin-bottom:25px;
}
.entry img{
	margin:10px;
}









