@charset "UTF-8";

body  {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0 10px; 
	padding: 0;
	text-align: center; 
	color: #333;
}

#container { 
	width: 940px;
	background: #fff;
	margin: 0 auto; 
	border: 0;
	text-align: left; 
} 

#header { 
	background: #fff url(../images/logo.png) -2px 40px no-repeat; 
	margin: 0;
	padding: 0; 
	height: 160px;
} 

#header h1 {
	margin: 0; /* zero the margin of the last element in the #header div to avoid margin collapse */
	padding: 40px 0; 
	visibility: hidden;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; 
	background: #fff; 
	padding: 0; 
}

#sidetext {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; 
	background: #fff; 
	padding: 0; 
}

#main { 
	margin: 0 240px; 
	padding: 0; 
}

#footer { 
	margin: 0 0 20px 0;
	padding: 0; 
	background: #fff;
}

#footer p {
	margin: -35px 0 0 0; 
	padding: 0; 
	font-size: 85%;
}

.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #b51621;
	text-decoration: none;
}
	a:hover {
		color: #b51621;
		text-decoration: underline;
	}

h3 {
	font: 2em Arial, Helvetica, sans-serif;
	color: #e0081d;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0.5em;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
