/* GLOBAL STYLES */

* {margin: 0; padding: 0;}
	
body {
	text-align: left; 
	font: 12px Georgia, Times, "Times New Roman", sans-serif; 
	line-height: 14px; 
	color: #262626; 
	background: #FFFFFF;
	} 

a img {
	border: none;
	}

a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #000000; 
	background: #ffe600;
	text-decoration: none;
	}
	
.clearing{
	height: 0px;
	overflow: hidden;
	clear: both;
	}
	
h3 {
	color: #000000;
	font: normal 14px/1em;
	}

h4 {
	color: #000000;
	font: normal 12px/1em;
	}
	
.highlight {
	background: #ffe600;
	}
	
.underline {
	color: #000000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
    }
	
/* CONTAINER */

.container {
	margin: 0;
	min-height: 700px;
	}
	
* html .container {height:700px;} /* IE min-height work-around */

#issue01 {
	background: url(../images/preen_bg_issue01.gif) -100px 205px no-repeat;
	}	

#issue02 {
	background: url(../images/preen_bg_issue02.gif) -100px 205px no-repeat;
	}
	
#issue03 {
	background: url(../images/preen_bg_issue03.gif) -100px 205px no-repeat;
	}
	
#issue04 {
	background: url(../images/preen_bg_issue04.gif) -100px 205px no-repeat;
	}

#issue05 {
		background: url(../images/preen_bg_issue05.gif) -100px 205px no-repeat;
		}
		
#issue06 {
         background: url(../images/preen_bg_issue06.gif) -100px 205px no-repeat;
		 }
		
#issue07 {
         background: url(../images/preen_bg_issue07.gif) -100px 205px no-repeat;
		 }
		
img.logo {
	margin: 25px 0 0 14px; 
	display: block;
	}
	
#content {
	margin-left: 15px;
	}

#nav {
	margin: 20px 0 0 10px;
	border: 1px solid white;
	}	

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	}

#nav li li a:hover {
	margin: 0;
	padding: 0;
	}

li {
	float: left;
	position: relative;
	background-color: white;
	list-style: none;
	margin-right: 15px;
	text-transform: uppercase;
	}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 10px 4px;
    border-bottom: 6px solid #000;
    width: 175px;
    background: #FFFFFF;
    }

li>ul {
	top: auto;
	left: auto;
	}

li li {
	display: block;
	float: none;
	background-color: white;
	margin: 0 10px 5px 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	}

li.bottom {
	border: none;
	}

li:hover ul, li.over ul {
	display: block;
	margin: 0;
	}

hr {
	display: none;
	}
 

/* CONTENT STYLES */

#centerpiece {
	margin-bottom: 20px;
	}
	
#centerpiece img {
	padding: 9px;
	background: #FFFFFF;
	margin: 0;
	}
	
.paddedborder {
	padding: 0 9px 9px 9px;
	background: #FFFFFF;
	margin: 0;
	}
	
#centerpiece span {
	text-transform: uppercase;
	font-size: 10px;
	}

#credits {
	padding-left: 10px;
	}

.namecredits {
	font-size: 10px;
	font-style: italic;
	display: block;
	}
	
.caps {
	text-transform: uppercase;
	font-size: 10px;
	}
	
