/* CSS Document */

#page-container {
	width: 800px;

margin: auto;

}

html, body {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #ffffff;
		background-image: url(images/nav/top.jpg);
	background-repeat: repeat-x;
}


#nav {
	background: black;
	background-color: black;
background-image: url(images/nav/navbar.jpg);
background-repeat: no-repeat;
height:59px;
border-bottom: 1px solid #ffca06;
}

#nav .navbtn{
		margin: 0;
	padding: 0;
	float: left;
	margin-top: 19px;

	

}

#header {
height:150px;

background-color: black;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
padding-bottom: 8px;

}



h1{
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 80px;
	padding-right:20px;
	

}

h2{
	margin: 0;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	

}

#content {

background-color: black;
background-image: url(images/contact/contactpostcard.jpg);
background-repeat: no-repeat;
padding: 8px;
height: 278px;
}

#contactform{
	margin: 0;
	padding-left: 30px;
	float: left;
	margin-top: 80px;
	

}


#contactform .field label {
	float: left;
  width: 115px;
  text-align: left;

	

}

#contactform .field textarea, #contactform .field input{
width: 200px;


	

}

#submit {
  

  
 
  text-align:center;
  
}

	
#side {
text-align:center;
	float: right;
	width: 400px;
	
}

#side .pad {

	padding:15px;
	
}





#bottom {

	text-align:left;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #ffffff;
border-top: 1px solid #666666;

}

#bottom #altbottom {

	width: 350px;
	float: right;
	text-align: right;
}

#bottom a {
font-size: 10px;
color:#ffffff;
	text-decoration:none;
}
#bottom a:hover {
color:#92b4d7;
	text-decoration:none;
}