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


/* GLOBAL */
body {
background-color:#6c6c6c;
font-family:Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
margin:0;
}


body p{
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	margin:0;
	font-size: 12px;
	line-height:1.2 em;
	padding: 0 0 8px 0;
	width: 640px;
}


body h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:21px;
color:#F39;
padding:0px;
margin:0px;
}

body h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:17px;
color:#F39;
padding:0px;
margin:0px;

}

.container {
	padding:30px 50px 30px 50px;
}

#head {
	font-size: 11px;
	text-transform: uppercase;
}




a {
	font-size: 12px;
	color: #F39;
	text-decoration:none;
}

body a:hover{
	text-decoration: underline;
	color: #F39;
}

body a:visited {
	color: #F39;
}

.style1 {font-size: 11px}



#caption {
	font-size:11px;
	color:#F39;
	padding:5px 0px 5px 0px;
}


#slogan {
	font-size:12px;
	padding:5px 0px 5px 0px;
}

#names {
	font-size:12px;
	padding:5px 0px 5px 0px;
	font-style:italic;
}

#checkbox {
	font-size:12px;
	padding:5px 0px 5px 0px;
}




ul{
	padding-bottom: 15px;
}

ul, li{
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	margin:0;
	font-size: 12px;
	line-height:1.2 em;
}




/* FOOTER */

#footer{
width:1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
color:#FFFFFF;
padding: 20px 0px 8px;
font-size: 11px;
line-height: 10px;
text-align: center;
}

#footer a{
  color:#FFFFFF;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}





 

