html{
    height: 100.1%;
}

body {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	color: #cccccc;
	margin:0px;
	background:url(images/bg.gif) top repeat-x #000000;
}


#center {
    margin:0 auto;
    width: 750px;
    min-height: 500px; 
}

#header {
	height:116px;
	padding:0;
}


#border {
	border-left:1px solid #CC3300;
	border-right:1px solid #CC3300;
	border-bottom:1px solid #CC3300;
	border-top:0px;
	width: 748px;
}

#sidebar_left {
	float:left;
	width:143px;
	height:auto !important;
	border: 0px solid #cc3300;
	min-height: 50px;
	margin-top: 15px;	
}

#sidebar_right {
	float:right;
	width:170px;
	height:auto !important;
	border: 1px solid #cc3300;
	min-height: 50px;
	margin-left: 10px;
	background: url("images/sidebarrightbg.gif") top repeat-x;
}

#sidebar_right hr{
	float:right;
	width:170px !important;
	height: 1px;
         background-color:#cc3300;
         border:medium none #cc3300;
         color:#cc3300;
         margin: 2px 0px;
}

#subnavborder{
	float:left;
	width:120px;
	height:auto !important;
	border: 1px solid #cc3300;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom:3px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom:20px;
}

#content {
	float: left;
	margin:0 15px;
	font-size:11px;
	width: 550px;
        margin-top:15px;
}

#top2{
    width: 14px;
    height: 11px;
    margin-left:720px;
}

*+html #top2{
    width: 14px;
    height: 11px;
    margin-left:720px;
    margin-bottom: 4px;
}


    
#footer {
    border-top:1px solid #cc3300;
    clear:left;
    font-size: 9px;
    text-align:center;
    background:#000033;
}

input { 
    background: #000033;
    border:#C30 1px solid;
    color:#ffffff;
    width:350px;
}

textarea { 
    background: #000033;
    border:#C30 1px solid;
    color:#ffffff;
    width:350px;
}

select { 
    background: #000033;
    border:#C30 1px solid;
    color:#ffffff;
    width:350px;
}