body
{
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

a:link { text-decoration: none; color: #549AD8; }

a:hover{ color: #CC3300; }

h1, h2, h3{ font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 28px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 20px; }

h3 { font-size: 22px; color: #999966;}

.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;
        
}



#wrapper2 {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
}
#header
{
	float: left;
	width: 768px;
	padding-bottom: 8px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 89px;
	margin-top: 13px;
}

#header h1 a{ 
        padding-left: 30px; 
        color: #ffffff; 
}

#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;
}
#content p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}


#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: center;
	padding-left: 20px;
	background: #666666;
	color: #ffffff;
	font-size: 11px;
}

#footer a {
	color: #ffffff;
	font-size: 11px;
	}

#footer a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #E18A77;
	}



#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 #cccccc;
}

.menu
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #cccccc;
}

.menu h3 { margin-top: 5px; font-size: 14px; color: #ffffff; font-weight: bold; }



#left {
	width: 60px;
	float: left;
}

