/* CSS Document */

body {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
	
#header {
	height:115px;
	background-repeat:no-repeat;
	}
	
#menu {
	height:25px;
	background-image:url(images/menubar.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	}
	
ul	{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
	}
	
.links	{
	float:left;
	width:5em;
	text-decoration:none;
	color:#000000;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	}
	
.links:hover{
	background-color:#e4e8ea;
	}
	
li {
	display:inline;
	}

a {
	text-decoration:none;
	}
	
#content {
	height:410px;
	border-left:#8c9aa3 solid 1px;
	border-right:#8c9aa3 solid 1px;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image:url(images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.left {
	margin-left:15px;
	margin-top:20px;
	float:left;
	width:410px;
	}
	
.right {
	margin-right:20px;
	margin-left:15px;
	margin-top:20px;
	float:right;
	width:300px;
	}
	
.head {
	margin-top:20px;
	}
	
.pictures {
	margin-left:15px;
	margin-top:20px;
	clear:both;
	margin-bottom:10px;
	}
	
.one {
	margin-left:60px;
	border:none;
	}
	
.two {
	border:none;
	}
	
.three {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:30px;
	}
	
.phpform {
	margin-left:15px;
	margin-top:10px;
	}
	
.textform {
	margin-left:15px;
	padding-top:20px;
	}
	
.down {
	color:#000000;
	}
	
.down:hover {
	text-decoration:underline;
	}
	
#footer {
	padding-left:15px;
	padding-top:5px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}