﻿/* CSS layout */

body {
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	background-color:black;
}

#container {
	position: relative;
	left: 0px; 
	top: 0px;
	width: 500px;
	margin:0 auto;
}

#header {
	background-image:url('../logos/top.gif');
	background-repeat:no-repeat;
	background-position:center;
	
	width: 500px;
	height:132px;
	margin:0 auto;
}



/* Links */
a {
	color: #417105;
	text-decoration: underline;
}
a:hover {
	color: #e3ac12;
	font-weight: bold;
	text-decoration: none;
}

h1{
	text-align: center;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	
	color: #eca312;
}

h2{
	text-align: center;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	
	color: #407104;
}


p{
	text-align:center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#page_container{
	 style:left: 0px; top: 0px;
	 
	 
}

#page_content {
	width: 500px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 2px #000000 dashed;
	overflow: visible;
	color: #407104;	
}

#footer {
	position: relative;
	width: 500px;
	margin: 0 auto;
	font-size: small;
	color: #C0C0C0;
}


