
/* Basics */

*{margin:0; 
padding:0;}

body {
	background: #eee;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	}

img{ border: none; padding: 0; margin: 0;}
img a{border:none;}
table{border: 0;}
table td{border: none;}

ul{margin:5px 0 5px 20px; list-style-type: none; text-align: center;}
ol{margin:5px 0 5px 20px;}



/* Links and Headings */


a, a:link {
	color: #111;
	text-decoration: none;
}

 a:hover {
	text-decoration: none;
	color: #fff;
	}


h1 {font-size: 28pt; color: #111;}
h2 {font-size: 20pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h3 {font-size: 14pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h4 {font-size: 12pt; color: #111; letter-spacing: 2px;}
p {font-size: 10pt; color: #111; margin-top:10px; letter-spacing: 2px;}
li {font-size: 10pt; color: #111; letter-spacing: 2px;}




/*  Container  */

#container {
	width: 800px; 
	margin: auto;
	margin-bottom: 20px;
	height: 100%
	overflow: hidden;
	}

/*  HEADER  */

#header {
	width: 100%;
	height: 200px;
	text-align: center;
	background: #2c3c43;
	}

#header h2{
	position: relative;
	top: 75px;
	color: #ccc;
	}

#menu {
	width: 100%;
	height: 140px;
	text-align: center;
	overflow: hidden;
	padding-top: 40px;
	background: #465964 url(pix/menu.png) no-repeat;
	}
	
#menu ul{
	margin: 0 0 0 0;
	}
		
#menu li { 
	display: inline;
	position: relative;
	padding-left: 2em;

	}
	
#menu p {
	color: #999;
	}
	
#menu h4 {
	color: #999;
	}

#menu a {
	color: #999;
	}
	
#menu a:hover {
	color: #fff;
	}

/*  Main Content  */

#content {
	height: 100%;
	width: 760px;
	padding: 0 20px 20px 20px;
	background: #465964;
	overflow: hidden;
	text-align: center;
	}
	
#contact {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	}

.clear {
	clear: both;
	}
	
#footer p {
	font-size: 10px;
	color: #bbb;
	}