/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #ffffff;
		color: #000000;
		font-size: 62.5%;		
		background-image: url(images/noise.png);
		background-attachment: fixed;
		}
                         	
h1		{  
		font-family: Georgia, times, serif;
		font-size: 2.1em;  			
		font-style: italic;
		color: #7297ad;
		margin: 0 0 .4em 0;
		}

h2		{
		font-family: Georgia, times, serif;
		font-size: 1.8em;  			
		color: #7297ad;
		margin: 1.8em 0 .4em 0;
			
		}

h3		{
		font-family: Georgia, times, serif;
		font-size: 1.5em;  			
		color: #7297ad;
		margin: 1.8em 0 .4em 0;
		}

h4		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.4em;  			
		}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	font-size: 1.3em; 
	line-height: 1.6em;
	font-weight: bold;
	}
p.smaller {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em; 
	line-height: 1.5em; 
	font-weight: normal;
	}		
#content ul, #content ol {
	padding: 0;
	margin: 15px 0 10px 20px;
	}
#content li {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	font-size: 1.3em; 
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#content a:link, #content a:active {
	color: #fff;
	}
#content a:visited {
	color: #aaa;
	}
#content a:hover {
	color: #4488ff;
	}
		
#menu {
	height: 36px; 
	line-height: 36px;
	color: #459fcb;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 70px;
	}
#menu a {
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: #313131 solid 1px;
	border-left: #313131 solid 1px;
	}
#menu a:link, #menu a:visited, #menu a:active {
	color: #459fcb;
	}
#menu a:hover {
	color: #fff;
	}
		
#credits	{	
		font-size: 1.1em;
		font-family: verdana, sans-serif;
		text-align: center;
		color: #fff;
		padding: 10px 5px 10px 5px;		
		}
				
#mainwrap {
	background-image: url(images/top-background.jpg); 
	background-position: center top; 
	background-repeat: repeat-x; 
	width: 815px; 
	margin: 0 auto; 
	border-left: #000 solid 2px; 
	border-right: #000 solid 2px; 
	border-bottom: #000 solid 1px; 
	background-color: #393939;
	}

#content {
	padding: 20px 0 20px 0;
	}
	
#pgal div.content {
	padding: 0 !important;
	}
	
#innercontent {
	padding: 50px 65px 20px 65px;
	}

