body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #003300;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

p {
	margin-top: 10px;
	font-family: Arial,Helvetica,Sansserif;
	font-size: 14px;
	color: #000000;
	margin-right: 1cm;
}

h3 {
	font-family: Arial,Helvetica,Sansserif;
	font-size: 10px;
	color: #000000;
}

h2 {
	font-family: Arial,Helvetica,Sansserif;
	font-size: 16px;
	color: #000000;
}

h1 {
	font-family: Arial,Helvetica,Sansserif;
	font-size: 20px;
	color: #000000;
}

hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}


img {
	border: 0;
}

#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width:900px;
	height:100%;
    background-color: #FFFFFF;
}

#container {
	width: 900px;
	position: relative;
	top: 60px;
	background-color: #FFFFFF;
	text-align: left;
}

#header {
	left:120px;
	width:780px;
	height:60px;
	background-color: #FFFFFF;
	top: 0px;
	text-align : center;
	position: absolute;
}

#header h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
	color: #fffg;
}

#logo {
	left:0px;
	width:120px;
	height:60px;
	background-color: #FFFFFF;
	top: 0px;
	position: absolute;
}
	
#logo img {
	position : absolute;
	top: 0px;
	left: 5px;
}

#bar {
	position:absolute;
	left:0px;
	width:180px;
	background-color: #FFFFFF;
	top: 0px;
	padding: 2px 2px 2px 2px;
}

#bar h1 {
 	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#main {
	background-color: #FFFFFF;
	width: 700px;
	position: static;
	margin-top: 1px;
	margin-left: 190px;
	padding: 5px 5px 5px 5px;
}

#main a:link {
	color: #000099;
	text-decoration: underline;
}

#main a:visited {
	color: #000099;
	text-decoration: underline;
}

#main a:hover {
	color: #0066FF;
	text-decoration: underline;
}

#main a:active {
	color: #0000FF;
	text-decoration: underline;
}




