@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;	
	border-top: #E33D26 solid 5px;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 130px;
	float: left;
}

#logo {
	width: 400px;
	height: 130px;
	float: left;	
}
#header_right {
	width: 560px;
	height: 40px;
	float: left;
	padding-top: 90px;
}

#nav{
	float:right;
    list-style-type: none;
    margin:0;
}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	padding: 5px 0px 0px 5px;
	margin-left: 15px;
	text-decoration: none;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
}

#nav li a:hover, #nav li.selected a {
	color:#e33d26;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 44px;
	font-weight: normal;
	color: #e33d26;
	padding-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding-bottom: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-align: justify;
	padding-bottom: 10px;
}

h3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}

h3 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}



p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	text-align: justify;
	padding-bottom: 10px;
}

p a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}

p a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#mainbody {
	width: 960px;
	float: left;
	background-color: #000;
	border-top:1px solid #333;
	padding-top: 20px;
	margin-bottom: 20px;
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#mainbody_cont_left {
	width: 670px;
	float: left;
	padding-top: 20px;
}

#mainbody_cont_right {
	width: 290px;
	float: left;
}

#footer{
	width:960px;
	height:60px; 
	border-top:1px solid #333;
	float:left;
}

#footer_left{
	width: 780px;
	float: left;
}

#footer_right{
	width: 180px;
	float: right;
	text-align: right;
}

.footer-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbaba;
	line-height:20px;
	margin: 10px 0px 0px 0px;
}

.footer-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbaba;
	text-decoration: underline;
}

.footer-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbaba;
	text-decoration: none;
}
.clear
{
clear: both;
}

input#name, input#email, input#telephone, input#imagenumber {
	background:#ffffff;
	border:1px solid #e33d26;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#e33d26;
	border:1px solid #e33d26;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#842011;
	border:1px solid #e33d26;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#ffffff;
	border:1px solid #e33d26;
	padding:4px;
	width:300px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
.thumbnail{
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
	}
	
.float_right {
	float: right;
	margin: 0 0 0 40px;
	clear: both;
}

