@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

h1 {
margin-top: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#CC3300;
font-weight:300;
}

h2 {
margin-top: 0px;

font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#CC3300;
font-weight:300;
}

a:link {
	color: #CC3300;
}

a:visited {
	color: #CC3300;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}


#content {
	width: 940px;
}

#main {
float:left;
width: 575px;
padding: 35px;
}

#side {
width: 291px;
float: right;
}

#side-content {
padding: 15px 15px 15px 15px;
background-color: #ece8dd;
}

#footer-nav {
text-align:center;
padding: 30px;
}

#footer-nav a:link {
color: #666666;
text-decoration:none;
}

#footer-nav a:visited {
color: #666666;
text-decoration:none;
}
#footer-nav a:hover {
color: #CC3300;
text-decoration:underline;
}
#footer-nav a:active {

}

.small {
font-size: 10px;
}


/* hacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */