/* base layout */

body {
	margin-top: 30px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #CCC;
}

img {border-style: none;}

a { 
	color: #FC0; 
	text-decoration: none;
}
a:hover {
	color: #FF6;	
}

h1 { 
	width: 100%;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #555
}

h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.container {
	width: 880px;
	position: relative;
	margin: 0px auto;
	text-align: left;

}


/* header */

.header {
	position: relative;
	margin-bottom: 15px;
}

.nav-1 {
	position: absolute;
	top: 5px;
	right: 120px;
	line-height: 155%;
	border-left: 1px dashed #555;
	padding-left: 15px;
	height: 40px;
	font-size: 12px;
}

.nav-2 {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 155%;
	border-left: 1px dashed #555;
	padding-left: 15px;
	height: 40px;
	font-size: 12px;
}


/* main content */

.main {
	padding-bottom: 15px;
}


img.leftside {
	padding-right: 15px; 
	float: left;
}

/* footer */

.footer {
	position: inherit;
	text-align: center;
}
