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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td, iframe {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
img {
    border: 0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #000 /*url(../images/background.jpg)*/;
	/*background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
/*!!!!!!!!!!!!!!!!Start Header!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#header { 
	float: left;
	width: 660px;
	background: #666666; 
} 
#headerRight {
	float: right; 
	width: 280px;
	height: 143px;
	background: #000000;
	border: 10px #CC0000 solid; 
}
#headerRight p{
	padding: 4px 10px;
	color: #FFFFFF;
}
#headerRight h3 {
	padding: 10px 10px 6px 10px;
	color: #FFFFFF; 
} 
#headerRight a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}
#headerRight a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*!!!!!!!!!!!!!!!!End Header!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ 
#sidebar1 {
	float: left;
	width: 320px;
	padding: 10px;
}
#sidebar1 img{
	margin: 10px 0 0 0;
}
#mainContent { 
	margin: 0 0 0 340px;
}
#mainContent img{
	margin: 10px 0 0 0;
}
#footer { 
	padding: 4px;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	background:#000000;
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #CC0000;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
