body
{
	margin: 0;
	padding: 0;
	color: #FF0000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
        font-size: 14px;
}

a:link { text-decoration: none; color: #808080; }

a:hover{ color: #ff0000; }

h1, h2, h3{ font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 28px; margin-bottom: 0px; margin-top: 10px;}

h2 { 
       font-size: 18px; 
        border-bottom:2px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h3 { font-size: 22px; }

.titles { 
        font-weight: normal;
        border-bottom-width: 0; 
        font-size: 24px; 
        text-decoration: none; 
        underline: none;
}

.titles a:link{
        text-decoration: none;
        underline: none;
        font-size: 24px;
        font-weight: normal;
        border-bottom-width: 0;
        color: #ff0000;
}



#wrapper2 {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
}
#header
{
	float: left;
	width: 768px;
	padding-bottom: 8px;
	clear: right;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 89px;
	margin-top: 13px;
}

#header h1 { 
        padding-left: 30px; 
        color: #ffffff;

}

#header h1 a{  
        color: #000000;
        font-size:30px;

}


#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 65%;
	float: left;
}

#content
{
	float: left;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 0px 15px 10px 10px;
	width: 210px;
	margin-right: 15px;
	margin-top: 0px;
}

li
{
        list-style: none;
}
        
#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF;
	font-size: 11px;
}

#footer a {
	color: #ff0000;
	font-size: 11px;
	}

#footer a:hover {
	color: #333333;
	}



#wrapper a:link { font-weight: bold; }

#content .post-title a { border-bottom-width: 0; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #CCCCCC;
	border: 1px solid #E2FFCC;
}

.menu
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

.menu h3 { margin-top: 5px; font-size: 14px; color: #ff0000; font-weight: bold; }



#left {
	width: 60px;
	float: left;
}


