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

* {
   margin:0px;
   padding:0px;
}

html, body {
	color:#363257;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	width:900px;
	background-color:#060322;
	background-image:url(images/fore_bkgd_main.jpg);
	background-repeat:repeat-y;
}

#header {
height:80px;
width:900px;
clear:left;
}

.navigation {
    position:relative;
	margin: 20px 10px 0px 75px;
}

#space {
height:20px
}

h1 {
    font-size:12px;
    color:#363257;
	width:740px;
	background-color:#FFFFFF;
	padding:5px;
}

h1 a{
color:#363257;
}
h1 a:hover{
color:#999999;
}

h1 a:visted{
color:#363257;
}
.navigation h1{
border:thin solid #363257;
}

.main_area {
position:relative;
margin: 20px 0px 0px 75px;
width:750px;
height:200px;
background-color:#FFFFFF;
border: thin solid #363257;
}

.main {
float:left;
background-color:#FFFFFF;
clear:left;
}

#text_area {
margin: 10px 0px 0px 10px;
width:740px;
float:left;
}

h2 a{
color:#363257;
}

h2 a:hover{
color:#999999;
}

h2 a:visted{
color:#363257;
}

#footer {
padding:20px;
}
