﻿html {
	margin: 0px;
	height: 100%;
	background-image: url('images/bg.jpg');
	background-position: center top;
	background-color: #E1C097;
	font-family:"Arial Narrow";
	background-repeat:repeat-x;
}

body {
	margin:0px;
}
#container {
	width: 915px;
	margin: 0px auto 0px auto;
	color: #705438;
}

img {
	border:0px;
}

.logo {
	position:absolute; margin-left:20px; margin-top:10px;
}

ul#nav {
	background-repeat:no-repeat;
	height:48px;
	margin:0px;
	padding:13px 0px 0px 0px;
	list-style:none;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	width:420px;
	float:right;
	margin-top:10px;
}

ul#nav li {
display:block;
float:left;
height:20px;
margin-left:5px;
margin-right:5px;
min-width:90px;		
}
ul#nav li a {
	background-color:#0099FF;
color:#FFFFFF;
float:left;
height:20px;
padding:5px;
text-align:center;
text-decoration:none;
min-width:85px;}

ul#nav li.selected a {
		color:#0099FF;
background-color:#FFFFFF;

}

ul#nav li:hover a {
		color:#0099FF;
background-color:#FFFFFF;

}

#header {
	height:80px;
	width:100%;
}

#pic {
	width:915px;
	height:397px;
}

.red {
	color:#CC0000;
}

form {
	margin:0px;
	padding:0px;
}

.send {
	width:91px;
	height:32px;
	background-image:url('images/send.jpg');
	background-repeat:no-repeat;
	border:0px;
}

h1 {
	margin:0px;
	font-size:24px;
}

input, textarea {
	border:1px #D9AE79 solid;
	background-color:#E7CCAB; 
}

.copyright {
	text-align: right;
	font-size: small;
}
.web {
	text-decoration: none;
		color: #705438;
	font-size: small;
}

#welcometext {
	margin-left:5px;
}
