/* CSS Document */
body {
	background-color:#FFFFFF;
}

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

#setbox {
    margin: 0px auto;
    height: 420px;
    width: 700px;
    overflow: auto;
}

#setbox2 {
    margin: 0px auto;
    height: 670px;
    width: 700px;
    overflow: auto;
}

#nav {
    float: left;
    width: 100px;
    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: 420px;
	width: 599px;
	overflow: auto;
	text-align:left;
}

#news2 {
	float: right;
	height: 670px;
	width: 599px;
	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;
}
p {
    margin: 0px auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 4px;
}

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

#footer {
    margin: 1px auto;
    background-color: #FFFFFF;
    border-top: 1px dotted #999999;
    width: 700px;
    height: 25px;
    text-align: right;
    padding-top: 3px;
    font-family: Century Gothic, sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}