
.body
{
	font-family: Helvetica, Arial;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #5198BE;
}
a:link, a:visited
{
	color: #40aac7;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}

#social {
	float:right;
	position:relative;
	top:53px;
	right:13px;
}

.outer-table
{
	width: 100%;
}
.inner-table
{
	width: 850px;
	background-image: url(http://physeq.com/blog/wp-content/themes/default/images/bg_table.gif);
	background-repeat: repeat-y;
	font-size: 13px;
}
.content-header
{
	width: 100%;
	height: 167px;
	vertical-align: top;
	text-align: left;
	background-image: url(http://physeq.com/blog/wp-content/themes/default/images/bg_header_new.gif);
	background-repeat: no-repeat;
	
}
.content-footer
{
	width: 100%;
	height: 24px;
	vertical-align: top;
	background-image: url(http://physeq.com/blog/wp-content/themes/default/images/bg_footer.gif);
	background-repeat: no-repeat;
}
.content-blog
{
	width: 520px;
	padding: 0px 25px 0px 45px;
	vertical-align: top;
}
.content-sidebar
{
	width: 215px;
	padding: 0px 40px 0px 5px;
	vertical-align: top;
}


.text-title, .text-title a
{
	color:#AFB827;
	font-weight: bold;
	font-size: 20px;
	/*margin-top: -15px;*/
}
.text-title a:hover
{
	color: #AFB827;
	text-decoration: underline;
}


.sidebar-widget
{
}
.sidebar-widget ul
{ 
	padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style-type: none;
    width: 100%;
}
.sidebar-widget li
{ 
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

.widgettitle
{
	padding: 0px;
	margin: 0px;
	color:#AFB827;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}


