/* Global Settings */

body 
{   font:normal 12px verdana,sans-serif; 
    /*background: #363a53 url(images/nautiluslogo_grey.jpg) left 0px repeat-y; z-index:-1;
	background-position: bottom center;
	background-repeat: no-repeat;*/
    padding:0; margin:0; }
p
 {	text-align:left;
	padding:8px 0;
	margin:0; color:#000000;}
	
a 
 {	background-color:inherit;
	color:#000;	
	text-decoration:none;}
	
img 
 {	border:0px solid #999;
	padding:0px;
	margin:0 .25em;	} 
 
span.hide {display:none;}

.center	{ text-align:center;}
.right	{ float:right;	} 
.left	{ float:left;	}
.clear	{ clear:both;	}
.fontmedium{ font-size:medium;}
.colorwhite {color: #ffffff;}
.bgwhite {background: #ffffff;}
.bggrey {background-color:#363a53;}
	
/* Wrappers */
#container{ 
	left: -58px; width:759px; top: 0px;height:770px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;z-index:-1;
    background:transparent url(images/nautilus.jpg) bottom no-repeat;
	}
	
#extraDiv1 
{   position: absolute;
    left:500px;
    background: url(images/nautiluslogo_grey.jpg) no-repeat; 
    width:275px;
    height:175px;
}	
    
h2{font-weight:lighter;font-size:1.7em; background-color:inherit;color:#fff}

/* Header Settings */
#header
 {	background:url(images/bg-header.gif) center no-repeat;
	width:782px;
	height:158px;
	padding:0;
	margin:0;	}
	
#header ul 
 {	width:600px;
	list-style:none;
	padding:1em 0 0 2em;
	margin:0;
	float:left;	}

#header ul li 
 {	text-align:left;
	font:bold 12px Tahoma,sans-serif;
	padding:0 8px;
	margin:0;
	float:left;
	display:inline;	} 

#header ul li a:hover
 {	text-decoration:underline;	}
	
/* Content Settings */
#content
 {	width:445px;
	text-align:left;
	padding:0;
	margin:0;
	float:left;	}

#content h1
 {	font-size:15px;
	padding:0;
	margin:1em 0 0 30px;}
	
#content p
 {	padding:10px 10px 5px 30px;	}	

#content span.meta
 {	background-color:inherit;
	color:#930;
	font-size:11px;
	padding:5px 10px 5px 30px;
	margin:0;	}

#content a
 {	background-color:inherit;
	color:#930;
	font:bold 11px Arial,sans-serif;}

#content .item
 {	width:98%;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
	margin:0 auto;}
	
/* Footer Settings */
#bottom
{margin-top:150px; clear:both;}

#footerleft
 {	background: #363a53 bottom repeat;
    font-size:1em;color:#ffffff;
	padding:0;
	margin:5px 0 0 0;
    text-align:left; vertical-align:top;}
#footer
 {	background: #363a53 bottom repeat;
	color:#ffffff;
	padding:15px;
	margin:0;
    text-align:center; vertical-align:top;}

#footer ul 
 {	width:600px;
	list-style:none;
	padding:2.5em 0 0 2em;
	margin:0 auto;	}

#footer ul li 
 {	text-align:center;
	font:bold 11px Tahoma,sans-serif;
	padding:0 8px;
	margin:0;
	display:inline;	} 

#footer ul li a:hover
 {	text-decoration:underline;	}
	
#credits
 {	background-color:inherit;	
	color:#ddd;
	font-size:11px;
	width:782px;
	padding:3px 0;
	margin:0;	}

#credits a
 {	background-color:inherit;
	color:#eee;	}

.topmargin{margin-top:100px;}

/* IE */
* html body #newsbox
 {	margin:1em 0 0 1em;	}	

