/* CSS RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:13px/1.231 tahoma, arial,helvetica,sans-serif;}
table{font-size:inherit;font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */



body {
	text-align:center;
	background:url(images/bg_r1.jpg);
}
a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
	color:#990000
}
#wrap {
	width:742px;
	text-align:left;
	margin:0 auto;padding:50px 
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}

table
{
    margin:0px 0px 5px 5px;
}

td
{
    width:150px;
    line-height:150%;
}

form
{
    border:solid 1px #F79C1A;
    padding:5px;
}


/* header */
#header 
{
    background: url(images/hd_3.png); 
    height:161px; 
    position:relative 
    }
#header .quest 
{
    background:url(images/question.png) no-repeat;
    height:125px; 
    width:177px;  
    position:absolute; 
    top:35px; 
    right:25px; 
    font-size:18px; 
    text-align:center; 
    padding-top:25px
    }
    
#logo 
{
    position:absolute; 
    top:50px; 
    left:30px
    }
#logo div
{
    position: relative; 
    top:-10px; 
    left:30px
    }

#logo h1 
{
    font-size:50px; 
    font-weight:700; 
    color:#F79C1A;
    padding-bottom:10px;
    }
#logo div 
{
    font-weight:700
    }
    
/* content */
#mainwrap {
	width:742px;
    background: #baa8a0 url(images/mainbg2.jpg) repeat-y;
}

#content 
{
    background: url(images/mainbg.jpg) no-repeat;
    position:relative}

.main 
{
    font-size:110%;
    width:630px
    }
.main h2 
{
    font-size:180%;
    padding-bottom:15px;
    }
.main h3 
{
    font-size:130%;
    color:#ffffff;
    font-weight:bold;
    }

.main p
{
    font-size:110%;
    margin:10px 5px 10px 5px;
    }
#mainbottom
{
    height:18px;
    background-image:url(images/footer.jpg);
}

#mainlist li
{
    list-style-position:inside;
    list-style-image:url(images/gavel3.png);
    line-height:20px;
    }

.side 
{
    margin:70px 0 0 0 ; 
    width: 250px;
    }
.mainimg
{
    margin: 0 0 10px 15px;
    border:solid 1px #F79C1A;
    padding:2px;
    float:right;
    }
    
#ct 
{
    width:650px;
    padding:50px 0 0 50px; 
    font-size:11px
    }
    

ul#nav 
{
    position:absolute; 
    right:10px; 
    top:10px; 
    font-weight:700;
    background-image:url(images/menu.jpg);
    }
    
ul#nav li 
{
    float:left; 
    padding:0 10px
    }
ul#nav li a:hover 
{
    color:#990000
    }
div.bt  
{
    clear:both;
    margin:20px 0 0 70px;
    padding-top:20px;
    }
/* footer */
#footer 
{
    height:80px; 
    margin:20px;
    color:#cccccc;
    }
#footer a 
{
    color:#ffffff
    }
    
#ftleft 
{
    width:48%;
    float:left
}

#ftright
{
    width:48%;
    float:left;
    text-align:right;
}
    



