@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#container {
	width: 1024px;
	height:614px;
	background-image: url(background.jpg);
	margin: 10px auto;
    box-shadow: 5px 5px 15px #111;
	position: relative;
}
#menu {
	height: 40px;
	width: 620px;
	position:absolute;
	top: 40px;
	left: 360px;
	border-radius: 10px;
	background-color:#003366;
	color: white;
}
#menu td {
	text-align: center;	
}
#menu a {
	color: white;
	text-decoration: none;
	padding: 1px 0px 2px 0px;
}
#menu a:hover {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
#content {
	width: 620px;
	position:absolute;
	top: 100px;
	left: 360px;
	font-size: 16px;
}
#content td {
	vertical-align: top;
}
h1 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 30px;	
}
#contact {
	position: absolute;
	top: 200px;
	left: 60px;	
}