
* { margin: 0; }

body
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	background: #ffffff;
	color: #20175F;
}
a { color: #20175F; }
a:hover { color: #78A12B; }

#wrap
{
	margin-top: 35px;
	width: 800px;
	text-align: left;
	background: #FFF;
	border: 1px solid #6d61b3;
}


#header
{
	height: 17px;
	background: url(images/headboxtop.gif) repeat-x;
	padding-top: 0px;
}
#logo
{	
	background: url(images/logo.gif) no-repeat;
	align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 185px;
}


#content
{
	padding: 0px 10px;
}

#left
{
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 520px;
	padding: 10px 0px 20px 15px;
	border-left: 1px solid #6d61b3;
}

#right
{
	font-size: 11px;
	line-height: 15px;
	float: left;
	width: 230px;
	padding: 0 10px 0px 0px;
	border-right: 0px solid #6d61b3;
}
#left img
{
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 98%;
	border: 1px;
}
#left ul, #right ul, #left ol, #right ol, 
{
	margin: 5px 0 0 0;
	line-height: 25px;
	padding: 0;
}
#left li, #right li
{
	list-style: none;
	font-size: 12px;
	background: url(images/bug.png) no-repeat left top;
	background-position: 0 5px;
	padding-left: 20px;
	margin: 0;
	botder: 0;
}


.post .title
{
	margin-bottom: 0px;
}



.post .entry
{
	text-align: left;
	padding: 6px;
	margin-bottom: 35px;
}

.sidetitle1
{
	background: url(images/sidetitle1.jpg) no-repeat;
	width: 210px;
	height: 40px;
	
}
.sidetitle2
{
	background: url(images/sidetitle2.jpg) no-repeat;
	width: 210px;
	height: 40px;
}
.sidetitle3
{
	background: url(images/sidetitle3.jpg) no-repeat;
	width: 210px;
	height: 40px;
}
.sidebody
{
	width: 200px;
	padding: 0 10px;
	line-height: 15px;
	padding: 13px;
	text-align: center;
}

}


#footer
{
	border-top: 1px dashed #fff;
	margin: 5px; 
	padding: 10px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
}

#bottom
{
	height: 17px;
	background: url(images/headbox.gif) repeat-x;
	padding-top: 0px;
}
