body {
	background: #555555 url('../images/bg.jpg') fixed;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height:100%;
	margin:0px;
}

#wrapper {
	width: 900px;
	text-align: justify;
	margin:0 auto 0 auto;
	background-color: #ccc;
	background-image: url('../images/wrapperbg.jpg');
	background-repeat: repeat-y;
}

#header {
	clear:both;
	width: 900px;
	height: 300px;
	padding: 0;
}

#content {
	float: left;
	width: 600px;
	height: auto;
	padding: 10px;
	text-align: justify;
	background:#ffffff url('../images/contentbg.jpg') no-repeat left top;
}

#sidebar{
	float: right;
	width: 260px;
	padding: 10px;
	background: #ccc;
}
	

#footer {
	text-align: center;
	background: #aaa;
	clear: both;
	width: 880px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#fff;
}


/* LINKS */

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #dd2222;
	text-decoration: none;
}

a:hover {
	color: #800800;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #dd2222;
	text-decoration: none;
}

#footer a:hover {
	color: #800800;
}
	

/* HEADERS */
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid black;
}

/* MENU */
#nav { 
	width: 200px; 
	margin:5px;
}

#nav ul{
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
}

#nav a{
	display: block;
	padding: 5px;
	width: 220px;
	background-color: #ccc;
}

#nav a:link, #navlist a:visited{
	color: #dd2222;
	text-decoration: none;
}

#nav a:hover{
	background: #800800;
	color: #fff;
}

hr {
	width: 80%;
	border: none;
	border-top: 1px dotted #999999;
}

#loginform {
	padding: 20px 0 0 0;
	width: 200px;
	height: 200px;
	background: url('../images/ravenlarge50.png') left bottom no-repeat #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin: 0 auto 0 auto;
}

.logout a{
	float: right;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

input, textarea, submit {
	background: none;
	color: #000000;
	font: 14px "Trebuchet MS", Helvetica, Arial, Sans-serif;
	border: 1px solid #000000;
	margin: 2px;
}
