@charset "UTF-8";

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#wrapper {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #DD1900;
}
#wrapper a:hover {
	color: #333;
}
#header {
	height: 50px;
	background-color: #000;
	background-image: url(../images/m.png);
	background-repeat: no-repeat;
	width: 900px;
} 
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
#nav {
	height: 10px;
	background-color: #DD1900;
	width: 900px;
} 
#bigbody {
	height: 250px;
	width: 860px;
	margin: 20px;
	background-color: #000;

} 
#sidebar1 {
	float: right;
	width: 200px;
	padding: 0 20px 0 20px;
	font-size: 0.8em;
	color: #666;
	line-height: 1.4em;
}
#mainContent {
	margin: 0 250px 0 0;
	padding: 0 50px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
} 
#mainContent h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	padding-bottom: 5px;
	padding-top: 10px;
}
#mainContent h1 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#mainContent p {
	font-size: .9em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
#footer {
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000;
	border-top-width: 2px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #DD1900;
	text-align: center;
	vertical-align: baseline;
} 
#footer p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #FFF;
	padding-top: 5px;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
