@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #a6a7a7;
	font-size:12px;
}

a:active {text-decoration: none; color: #74849e; font-weight:bold;}
a:link {text-decoration: none; color: #74849e; font-weight:bold;}
a:visited {text-decoration: none; color: #74849e; font-weight:bold;}
a:hover {text-decoration: none; color: #74849e; font-weight:bold;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #7a8aa3;
	letter-spacing: 7px;
}

#header_font {
	color: #74849e;
	font-weight: bold;
}

#header {
position: relative;
width:600px;
height:156px;
left: 50%;
margin-left:-300px;
padding: 0px 0px 0px 0px;
}

#content {
position: relative;
width:600px;
left: 50%;
margin-left:-300px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

#buttons {
position: relative;
width:600px;
left: 50%;
margin-left: -300px;
padding: 0px 0px 0px 0px;
}

#footer {
position: relative;
top: 20px;
width:600px;
height:100px;
bottom:0px;
background:url(../images/separator.gif) left top;
background-repeat: repeat-x;
left: 50%;
margin-left:-300px;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
