body {
    background: #0F0F0F;
    color: #ffffff;
	font: 11px "Lucida Sans", verdana, sans-serif;
    }

a {
	color: #ffffff;
	text-decoration: none;
	background: url(img/css-dotted.gif) repeat-x bottom;
	}

a.navlink {
	color: #ffffff;
	text-decoration: none;
	border: none;
	background: none;
	padding: 1px 4px;
	}

a.admin {
	color: #444444;
	text-decoration: none;
	border: none;
	background: none;
	}

a.admin:hover {
    color: #ffffff;
    }
    
a.navlink:hover {
    border-bottom: 1px solid;
    }

ul {
	list-style-type: square;
}


form {
	font: 11px verdana, sans-serif;
    }
    
textarea {
	font: 11px verdana, sans-serif;
    }

input {
	font: 11px verdana, sans-serif;
    }

    
#nav {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	padding-top: 3px;
	width: 800px;
	height: 24px;
	text-align: right;
	}

#right_admin {
    position: absolute;
	color: #444444;
	font: 10px verdana, sans-serif;
	font-style: italic;
	text-align: left;
	margin-left: 335px;
	margin-top: 15px;
	width: 400px;
	padding: 6px;
	}

#left_admin {
    position: absolute;
	color: #444444;
	font: 10px verdana, sans-serif;
	font-style: italic;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
	width: 150px;
	padding: 6px;
	}
	
#main_container {
	margin: auto;
	background: url(img/sean_bg.jpg) no-repeat top;
	width: 800px;
	height: 600px;
	color: #ffffff;
	border: solid 1px;
	}

#update_container {
	margin: auto;
	width: 600px;
	height: 600px;
	color: #ffffff;
	}
	
#header {
    font-size: 13px;
	font-weight: bold;
	width: 100%;
    text-align: right;
	}

#newsheader {
	font-weight: bold;
	}

#top_left {
	background: url("img/sean_bg_tile2_03.jpg") no-repeat top;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 300px;
	height: 190px;
	overflow: hidden;
	padding: 3px;
	color: #ffffff;
	border: 1px solid #444444
	}

#top_left_inner { 
    padding: 0px 10px;
    height: 158px; 
    overflow: auto;
    }

#top_left_journal { 
    padding-right: 15px; 
    height: 158px; 
    overflow: auto;
    }
    
#top_right {
	background: url("img/sean_bg_tile2_05.jpg") no-repeat top;
	position: absolute;
	margin-left: 335px;
	margin-top: 15px;
	width: 410px;
	height: 280px;
	overflow: hidden;
	padding: 3px;
	color: #ffffff;
	border: 1px solid #444444
	}

#top_right_inner {
    padding-right: 15px; 
    height: 249px;
    overflow: auto;
    }

#right_side {
	background: url("img/sean_bg_tile2_05_long.jpg") no-repeat top;
	position: absolute;
	margin-left: 335px;
	margin-top: 15px;
	width: 410px;
	height: 565px;
	overflow: hidden;
	padding: 3px;
	color: #ffffff;
	border: 1px solid #444444
	}

#pw_front {
	background: url("img/sean_bg_tile2_09.jpg") no-repeat top;
	position: absolute;
	margin-left: 335px;
	margin-top: 310px;
	width: 410px;
	height: 270px;
	overflow: hidden;	
	padding: 3px;
	color: #ffffff;
	border: 1px solid #444444
	}

#right_side_inner {
    padding: 0px 10px;
    height: 534px;
    overflow: auto;
    }
    
#pw_inner {
	overflow: hidden;
	padding: 0px 11px;
	}
	
#footer {
	color: #ffffff;
	font-size: 10px;
	margin: auto;
	padding-top: 3px;
	width: 800px;
	text-align: left;
	}

