* html {margin: 0; font-size: 0.9em;}

body {
}

img { border: none;}


#wrap {

	background-color: #000;
    margin:0 auto;
    border: 1px solid #919191;
    width:760px;
    padding: 0;
    
}

#header { background-image: url(../img/north-header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 304px;}
	
	

#leftcolumn {

    float:left;
    width:150px;
    padding-left: 1em;
    margin-top: -150px;
}

#content {
    float:right;
    width:450px;
    padding-right: 50px; 
	margin-top: -150px;
	padding-left: 2em;
}

#footer {
    background:#cc9;
    clear:both;
    padding-left: 1em;
    

}


/* Style and Typography */

body {
	background-image: url("../img/north-bg.jpg");
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;

}

#content {
	background-image: url(../img/stars.gif);
	background-repeat: repeat-y;

}

#footer {
	background-image: url(../img/footer.jpg);
	height: 188px;
	color: #222;
}

#footer a:link, #footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #fff;
}

a:link, a:visted {
	color: #888;
}

.sidebanner {
	width: 162px;
	padding: 8px;
	background-color: #041936;
	color: #fff;
	border: 1px solid #777;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10px;
	line-height: 12px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal;}

h1 {
	font-size: 32px;
	line-height: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1em;
}

h3 {
	font-size: 18px;
	line-height: 1em;

}

h4 { 
	font-size: 14px;
	margin-top: -1em;
	color: #15bccb;

}

h5 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}


/* Navigation list */
    
#nav {
	position: relative;
}    
    
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
}

#nav li {
    float: left;
}
    
#nav a {
	display: block;
	color: #fff;
	/* width: 10em; */
}

#nav li ul {
	position: absolute;
	/* width: 10em; */
	left: -999em;
}

#nav li ul li {
	clear: both; /* fix for webKit/Gecko browsers */
	height: 1em;
	background-color: #042347;
	border-left: 1px solid #0f407c;
	padding: 6px;
	width: 8em;
}

#nav li ul li a {
	
}

#nav img {
	border: 0px;
}

#nav li:hover ul {
	left: auto;
} 

#news ul  {
	margin-left: 20px;
}