/* 
COLORS 
#1e1b4e = Background Repeat
#0f0d28 = Footer BG
#1a1746 = H1 
*/

* { margin:0; padding:0; }
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; background:url(images/gembg.jpg) #1e1b4e top center no-repeat; line-height:1.5; }
.container { padding-top:40px;}

/* Content */

.header { margin:6px auto -16px auto;  padding-top:29px; width:700px; overflow:hidden; }
.contact { position:relative; color:#FFF; font-size:10px; margin:-16px auto; width:60px; text-decoration:none; padding-left:550px; }
.intro a { color:#1E1B4E; }
.intro a:hover { text-decoration:underline; }
	.contact a { text-decoration:none; color:#FFF; }
.intro { padding:20px; }
	.intro h1 { color:#1a1746; font-size:18px; font-family:"palatino Linotype"; border-bottom:1px solid #1a1746; }
.content { background:#FFF; margin:17px auto; width:760px; overflow:hidden; max-width:61.8em; padding:0px 10px 40px 10px; }
	.content a { color:#1c184a; }
	.content a:hover { text-decoration:none; }
	.content table { margin-left:20px; }
	.content table a { color:#3f4042; text-decoration:none; font-size:10px; }
	.content table a:hover { text-decoration:underline; }
	.content table .info { margin-left:-25px; background:none; color:#000; width:400px; }
	.content h5 { font-size:14px; font-weight:bold; border-bottom:1px #000 solid; } 
	.content h1 { margin-bottom:10px; }
			
/* Footer */

.footer { overflow:hidden; background:#0f0d26; font-family:Arial, Helvetica, sans-serif; color:#FFF; margin:15px auto auto 250px; width:235px; padding-bottom:5px; position:absolute; padding-left:5px;  }
	.footer a { color:#FFF; text-decoration:none; }
	.footer a:hover { text-decoration:underline; }
.info { overflow:hidden; font-family: Arial, Helvetica, sans-serif; float:left; background:#0f0d26; color:#FFF; width:245px; height:88px; margin:15px auto auto 500px; position:absolute; padding-left:5px; }
	
