body
{
	font-family: Verdana,sans-serif;
	color: #666;
	font-size:10pt;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
  
h1
{
	font-size:18pt;
	font-weight:bold;
	background:inherit;
	color:#CF6F4B;
	letter-spacing:5px;
	padding-top:10px;
}
  
h2
{ font-size:9pt;
  font-weight:bold;}
  
h3
{ font-size:11pt;
  font-weight:bold;}
  
strong
{ background:inherit;
  color:#c63;}
  
a:link, a:visited, a:active
{
	background-color: inherit;
	text-decoration: none;
	color:#666;
}
a:hover
{
	background-color: inherit;
	text-decoration: underline;
	color:#CE6E4A;
}

ul 
{ list-style:none;
  margin-left:10px;
  padding:1px;}

li
{
	padding:0 0 8px 15px;
	background: url(images/arw.gif) 0 0 no-repeat;
	text-align: left;
}

#header
{
	width:750px;
	height:150px;
	background-image: url(images/Resonance-Logo.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CE6E4A;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
  
#main
{
	width:750px;
	margin:auto;
	clear:both;
}

#content
{
	width:550px;
	float:right;
	padding:0 10px;
	background-color:#fff;
	color:inherit;
	text-align:left;
}
  
#sidebar
{
	width:160px;
	height:auto;
	float:left;
	padding:5px;
	font-size:80%;
	text-align:justify;
}

#sidebar a
{ display: block;
  padding:10px 5px;
  border-bottom:#c63 1px dashed;
  text-align:center;}
  
#sidebar a:hover
{ background-color: #F9EEEA;
  color:#963;  
  text-decoration: none;}

#footer
{ width:750px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  padding:10px;
  font-size:80%;
  border-top:#c63 1px solid;
  text-align:center;
  clear:both;}  

.header
{
	float:right;
	text-align:right;
	padding-top: 120px;
	padding-bottom: 0;
}  
  
.footer 
{ height:1px;
  clear:both; }

.topside
{
	padding-bottom:10px;
	font-size:8pt;
	font-weight:bold;
	border-bottom:#CE6E4A 2px solid;
	text-align:center;
	color: #CE6E4A;
}
  
.inset
{ float:right;
  width:200px;
  padding:10px;
  border:#c63 1px solid;
  margin:5px 0 0 5px;
  background:#F9EEEA;
  color:inherit;
  font-size:85%;}

