body {
	background: #373C40;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	}

a{	
	color:#cc0505; 
	font-weight:700; 
	text-decoration:none; 
	outline:none;
	}
	
a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
	}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	}

h2 {
	padding: 20px 0 0;
	text-align: center;
	}

h3{
	color:#cc0505;
	margin:0px;
	padding-bottom:5px;
	}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	}

.container_12 {
	margin-bottom: 20px;
	background: #373C40 url('../../img/12_col.gif') repeat-y;
	}

/* STARTPAGE ONLY */

#startpage{
	margin-top:100px;
	background: #373C40;
	}

.startImg {
	text-align:center;
	}

.startImg img{
	width:200px;
	height:200px;
	}

.img1{
	height:200px;
	background: url('../img/start10.jpg') center center no-repeat;
	}

.img2{
	height:200px;
	background: url('../img/start20.jpg') center center no-repeat;
	}
	
.img3{
	height:200px;
	background: url('../img/start30.jpg') center center no-repeat;
	}

.img4{
	height:200px;
	background: url('../img/start25.jpg') center center no-repeat;
	}

.startImg a{
	font-size:1.4em;
	}

/* INDEX PAGE */

#logo{
	background: #373C40;
	}

#biglogo{
	text-indent:-9999px;
	background:#373C40 url('../img/logo_big.gif') center center no-repeat;
	height:150px;
	text-align:center;
	margin-top:50px;
	}

#footer{
	color:#fff;
	text-align:right;
	display:none;
	}

/* MENU */

#menu{
	background: #373C40;
	margin-left:328px;
	}

.mainmenu li{
	margin: 0 10px;
	padding-right:4px;
	}

.mainmenu a{
	font-size:1.2em;
	}

.mainmenu{
	color:#fff;
	list-style:none;
	}

.mainmenu li{
	display:inline;
	}

#bodytext{
	color:#fff;
	padding:10px;
	font-size:1.2em;
	}

/* SLIDESHOW */

 div.gallery img{
 	border: solid 1px #fff;
	}
		
div.gallery{
	height:450px;
	width:100%;
	margin:0;
	padding:0;
	}

/*.captionBox{
	margin-top:50px;
	}*/

/* CONTACT FORM */

fieldset {
	margin: 1.5em 0 0 0;   
	padding: 0;  
	/*border:1px solid #fff;*/
	background:#373C40;
	}
	  
legend {
	margin-left: 1em;   
	color: #fff;   
	font-weight: bold;  
	}
	  
fieldset ol {
	padding: 0.5em 1em 0 0.5em;   
	list-style: none;  
	}
	  
fieldset li {   
	padding-bottom: 1em;  
	}
	  
fieldset.submit {   
	border-style: none;  
	}
	
fieldset li {    
	float: left;    
	clear: left;    
	width: 90%;    
	padding-bottom: 0.5em;
	}
	
label {    
	float: left;    
	width: 4em;    
	margin-right: 1em;    
	text-align: right;
	}
	
input, select, textarea{
	width:140px;
	border:1px solid #fff;
	padding:3px;
	}

textarea{
	height:90px;
	}

input.radio{
	border:none;
	}

.btn, .date, .gender, .state, .radio{
	width:auto;
	}