﻿#main {
	width: 569px;
	text-align: center;
	margin: 0 auto; 
	padding: 0;
	background: #fff;
	font-family: Arial, sans-serif;
}


#page-content {
	width: 369px;
	float: left;
	padding: 0 1em 0 1em;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#content h2.top
{
	width: 378px;
	border-bottom: 1px solid gray;
	display: block;
}

#sidebar {
	float: right;
	width: 150px;
	margin: 1.75em 0 1em 0em;
}

#sidebar img {
    border: 0;
}
    
#sidebar h3
{
	width: 100%;
	text-align:left;
	font-family: Arial; 
	font-size: 1em; 
	border-bottom: solid 1px gray;
	color: #000000; 
	font-weight: bold
} 

#sidebar-link {
    min-height: 20px;
    padding-bottom: 10px;
}   

#sidebar-img {
    background: #ffffff;
    width: 150px;
    height: 140px;
    min-width: 150px;
    min-height: 140px;    
}

#sidebar-img img {
    max-width: 150px;
    max-height: 140px;
    height:120px;
	width:150px;
}

#sidebar-register {
    padding-top: 10px;
    padding-bottom: 10px;
}

#graphic-content {
    background: #CCCCCC;
    width: 569px;
    height: 100px;
    text-align: center;
}

#graphic-content img {
    max-width: 569px;
    max-height: 100px;
}

