/* CSS Document */

body {
	background-color:#FFFFFF;
}

#wrap {
    margin: 0px auto;
    width: 920px;
    border-bottom: 1px dotted #999999;
}

#setbox {
    margin: 0px auto;
    height: 580px;
    width: 920px;
    overflow: auto;
}

#nav {
	float: left;
	width: 90px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: right;
	border-right: 1px dotted #999999;
	position:absolute;
}

	a {
    		font-family: Century Gothic, sans-serif;
    		font-size: 16px;
    		color: #000000;
    		text-decoration: none;
		padding-right: 10px;
}

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

#news {
	float: right;
	height: 580px;
	width: 830px;
	overflow: auto;
	text-align:left;
	
	#content {
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #000000;
		padding-left: 4px;
}

	#content a {
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #006600;
		padding-top: 0px;
		padding-right: 0px;
		letter-spacing: normal;
		text-decoration: none;
}

	#content a:hover {
    		color: #009900;
		text-decoration: underline;
}

h1 {
    font-family: Century Gothic, sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #000000;
	margin: 0px auto;
	padding-left: 4px;
}

h2 {
    font-family: Century Gothic, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #000000;
	margin: 0px auto;
	padding-left: 4px;
}

br {
	size:auto;
}

.posted {
    font-family:Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
#spacer {
 	margin: 1px auto;
	width: 600px;
    height: 1px;
}

#footer {
    margin: 1px auto;
    border-top: 1px dotted #999999;
    width: 920px;
    height: 25px;
    text-align: right;
}

p {
    margin: 0px auto;
    font-family: Century Gothic, sans-serif;
    font-size: 9px;
    padding-top: 3px;
    color: #000000;
    text-decoration: none;
}
