@charset "utf-8";


/* MAIN */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #13100e url(../images/wbg.jpg);
	margin: 0; 
	padding: 0;
	color: #333;
}

#container{
height: 700px;
width: 928px;
background:#990000 url(../images/bg.jpg) no-repeat;
margin-top: 10px;
margin-left:  auto;
margin-right:  auto;
font-family: Verdana, Calibri, "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
color:#333;	
border: 1px solid #333;
}

#header{
height: 60px;	
width: 900px;
	
}

.logo{
margin-left: 5px;
margin-top: 10px;
margin-right: 10px;
float: right;
}
#banner{
height: 312px;
width: 430px;
float:left;
}

#rbanner{
height: 250px;
width: 430px;
float:right;
margin-right: 25px;
}
.vr{
	
	margin-left: 45px;
}

#content{

width: 900px;
height: 400px;
}


.welcome{
margin-left: 20px;
margin-top: 5px;
}

#contenttext{

	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;

}

#contenttextsite{

	width: 68%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 15px;
	overflow: auto;
	float:right;
	border-left: solid medium #d0d0d0;
	color: #000;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-bottom: 5px;

}

#contentblocks{
width: 688px;
clear:both;
}


#contenttextsite li{
	list-style:circle;
	list-style-position:inside;
	padding-left: 50px;
}


#contentpics{
	width: 23%;
	height: 340px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 15px;
	margin-left: 10px;
	overflow: hidden;
	float:left;
	border-left: solid medium #d0d0d0;
}


.bi {margin-left: 50px;}



.am {
margin-left: 35px;
margin-top: 10px;
}
#footer{
height: 80px;
width: 900px;
padding-top: 26px;
background: #6a0404;
position: relative;
clear:both;
border-top: 1px solid #FC0;
border-bottom: 3px solid #FC0;
text-align: center;
color:#FFF;
font-size: 11px;
}
#footer p {
text-align:center;
margin-left: auto;
margin-right: auto;
font: "Franklin Gothic Book", Verdana, Arial, sans-serif;
font-size: 9px;
color:#FFF;
}
#footer p a{
color:#FFF;
text-decoration: none;
font-weight:normal;
}

#footer p a:hover{
color:#FFF;
text-decoration: underline;
font-weight:normal;
}
img { border: 0 none; }

a{
	color:#00a400; 
	font-weight:bold; 
	text-decoration:none; 
	}
a:hover{
	color:#0acc0a; 
	text-decoration:none; 
	}
.picb{
	text-align: center;
	margin-left: 0px;
	margin-bottom: 10px;
	
}

/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	DEFINITIONS:	Reset

	CONTENTS:
		
	1				Global reset
	2				Global reset-RESET
	3				Handles

-----------------------------------------------------------------
-------------------------------------------------------------- */
/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, 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:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/* 3	Handles */
div, ul, li, form { position:relative }
.fix:after { content:" "; visibility:hidden; display:block; height:0; clear:both }
* html .fix { height:1% }
.hide { display:none } /* Handy for development */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
#container .content_image {
	text-align: center;
	width: 100%;
}
.content_marquee {
	width: 700px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin:0 0 5px 0;
}
#header {
	width: 930px;
	padding: 0px;
	background-repeat: no-repeat;
}

