@charset "UTF-8";

body {
	text-align: center;
	color: #000000;
}

#container {
	width: 700px;  
	margin: auto;
	text-align: center; 
}
#header {  
  margin-top: 70px; 
} 
#mainContent {
 
}
#footer { 
} 

ul {  
margin-bottom: .1px; 
}
li {
margin: .1px;
}


p {font-family: georgia;
color: #333333;
font-size: 12px;
font-weight: 100;
line-height: 0px;
}

a {
font-family: "Times New Roman", Times, serif;
text-decoration: none;
letter-spacing: .1em;
font-size:17px;
font-weight: 100;
}

a:link {
color: #330000;
}

a:visited {
color: #330000;
}

a:hover {
color: #999900;
}

h1 {
font-family: "Times New Roman", Times, serif;
text-decoration: none;
letter-spacing: .4em;
line-height: .1px;
margin-top: 15px;
font-weight: 100;
font-size: 21px;
color: #999900;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight: 100;
font-size: 14px;
line-height: 25px;
color: #FFFFFF;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight: 100;
font-size: 16px;
color: #FFFFFF;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight: 100;
line-height: .1px;
font-size: 13px;
color: #FFFFFF;
}

ul li{
font-family: "Times New Roman", Times, serif;
text-decoration: none;
font-weight: 100;
line-height: 8px;
font-size: 14px;
color: #FFFFFF;
}


ul ul li  {
font-family: "Times New Roman", Times, serif;
text-decoration: none;
font-weight: 100;
line-height: 14px;
font-size: 13px;
color: #FFFFFF;
}



