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

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding:10px;
	margin:0px;
}
#holder {
	background-color: #828282;
	background-image: url(images/bg_red.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	margin: auto;
	width: 835px;
	border: 10px solid #FFF;
}
#holder #col_left {
	width: 410px;
	float:left;
	padding: 5px;
}
#holder #col_left #logo {
	background-color: #FFF;
}
#holder #col_left #nav {
	margin-top: 5px;
	margin-bottom:5px;
	background-color:#FFF;
	padding: 5px;
}
#holder #col_left #nav ul, li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#holder #col_left #nav a {
	display: block;
	text-transform: uppercase;
	color: #000;
	background-color: #e3e3e3;
	margin-bottom: 5px;
	text-decoration: none;
	height: 24px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;	
}
#holder #col_left #nav a:hover {
	color:#cc0000;
}
#holder #col_left #content_left {
	padding: 10px;
	background-color: #e3e3e3;
}
#holder #col_right {
	width: 410px;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#holder #col_right #icons {
	text-align: right;
}
#holder #col_right #mainimg {
	background-color: #000;
	margin: 5px;
	text-align: center;
	border: 5px solid #FFF;
}
#holder #col_right #content_right {
	padding: 5px;
	width: 269px;
	background-color: #E3E3E3;
}
#footer {
	font-size: 10px;
	color: #999;
	text-align: right;
	width:855px;
	margin:auto;
	padding-top:5px;
}
.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: 0px;
}
p {
	margin-top:0px;
}
.text1 {
	font-size:18px;
	color:#cc0000;
}
a {
	color:#C00;
}
