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

html {
		margin: 0;
		padding: 0;
		}
body { 
		font: 75% georgia, sans-serif;
		line-height: 1.88889;
		margin: 0; 
		padding: 0;
		}
		
#container {
		position: relative;
		margin: 0; 
		}

#header {
		height:150px;
		background-color: #000000;
		background-image:url(../images/gpheader.png);
		background-repeat:no-repeat;
		}
		
#partners {
		position: absolute;
		top:22px;
		left:77%;
		width:210px;
		height:100px;
		background-image:url(../images/partners.png);
		background-repeat: no-repeat;
		background-color: #000000;
		z-index:10;
		}
		
#navbar {
		height:30px;
		background-color: #333333;
		background-image:url(../images/navProfile.png);
		background-position: 91% 100%;
		background-repeat:no-repeat;
		border-top: solid #FFFF00;
		padding-top:15px;
		padding-left:40px;
		padding-bottom:10px;
		font-size:10px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color: #666666;
		}
		
		
#footer	{

		background-color: #999999;
		height:200px;
		width: 965%;
		padding:30px 0 0 60px;
		/*background-image:url(../images/footerBack.png);*/
		background-repeat:no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
		}
		
		.footerLeft	{
					font-size: 0.9em;
					color:#666666;
					}
		
#content {
		font-family:Arial, Helvetica, sans-serif;
		width:60%;
		padding-left:60px;
		padding-top:30px;
		padding-bottom:50px;
		}
		
		
#contentArthur {
		width: 60%px;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:60px;
		padding-top:30px;
		padding-bottom:50px;
		}
		
#links {
		margin-left: 75%;
		position: absolute; 
		top:285px;
		width: 200px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		
a {font-family: Arial, Helvetica, sans-serif; font-size:1em; word-spacing: 5px;}
a:link {font-style:normal; color: #999999; cursor:pointer; text-decoration:none;}
a:visited {font-style:normal; color: #999999; cursor:pointer; text-decoration:none;}
a:hover	{ color: #FFFF00; text-decoration:none;}
a:active {}

#content a {font-family: Arial, Helvetica, sans-serif; font-size:1em;}
#content a:link {color: #990000; cursor:pointer; text-decoration:none; font-weight:bold;}
#content a:visited {color: #990000; text-decoration:none; font-weight:bold;}
#content a:hover	{ color: #00FF00; text-decoration:none;}
#content a:active {}

#footer a {font-family: Arial, Helvetica, sans-serif; font-size:1em;}
#footer a:link {color: #000; cursor:pointer; text-decoration:none; font-weight:bold;}
#footer a:visited {color: #000; text-decoration:none; font-weight:bold;}
#footer a:hover	{ color: #0099FF; text-decoration:none;}
#footer a:active {}

#footer img  { border:none;}

h1	{	color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.6em;
	}

h2	{	color:#aa9234;
		font-family: "Century Gothic";
		font-size:1.4em;
		font-weight:bold;
	}
h3	{	color:#aa9234;
		font-family: "Century Gothic";
		font-size:1.1em;
		font-weight:bold;
		padding-bottom: 16px;
	}
	
h4	{	color: #CC0000;
		font-family: "Century Gothic";
		font-size:0.8em;
		font-weight:bold;
	}	
.highlight {
background-color:#FF0000;
color:#000000;
}