@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,ul,li{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 
li { list-style:none;}

/*HTML Tags - START*/
BODY {
	background-color:#000000;
	background-image:url(../images/headerbg2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	
A {
	color:#FFFFFF;
	text-decoration:underline;}
A:HOVER {
	text-decoration:none;}
	
H1 #welcome-pr {
	margin-bottom:20px;}
	
H2 {
	color:#73cbf3;
	font-size:16px;
	font-weight:normal;}
	
UL {
	margin:20px 20px 20px 20px;}
UL LI {
	list-style:disc;}
/*HTML Tags - END*/

#logo {
	left:50%;
	margin:50px 0 0 125px;
	position:absolute;
	width:286px;
	height:83px;}
	
#container {
	margin:0px auto;
	width:811px;
	/*margin-top:473px;*/
	margin-top:298px;
	background-color:#000;}
	
	#nav {
		padding-top:2px;}
	
	#nav UL {
		margin:0px;
		margin-left:22px;}
	
		#nav UL LI{
			list-style:none;
			float:left;
			line-height:23px;
			margin-right:15px;}
			
		#nav UL LI A {
			font-weight:bold;
			text-decoration:none;}
		#nav UL LI A:HOVER {
			text-decoration:underline;}
			
	#content {
		width:100%;
		margin-bottom:35px;}
	
		#content-left {
			float:left;
			width:525px;}
			
			#content-left-inner {
				margin:56px 0 0 22px;}
		
		#content-right {
			float:left;
			margin-left:22px;
			width:264px;
			display:inline;}
			
			#content-right-inner {
				margin:252px 22px 0 0;
				/margin:259px 22px 0 0;}
				
	#footer {
		width:100%;
		border-top:1px solid #fff;
		font-size:9px;}
		
		#footer-left {
			width:235px;
			float:left;}
			
			#footer-left-inner {
				margin-top:9px;}
		
		#footer-right {
			width:576px;
			float:left;}
			
			#footer-right-inner {
				margin-top:17px;}
				
				#footer-right-inner A {
					text-decoration:none;}
				#footer-right-inner A:HOVER {
					text-decoration:underline;}
	
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-bottom:-1px;}
	