/**********
Tag redefinitions
**********/

body{
	margin:0px;
	padding:0px;
}

body.background{
	background: url("/images/south_face_ghost-2.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

a {
	color: #366;
	text-decoration: none;
}
a:hover {
	color: #C93; /* 356a6a */
	text-decoration: underline;
}
a:active {
	color: #366;
	text-decoration: none;
}
a:visited {
	color: #366;
	text-decoration: none;
}

/**********
DIV IDs
**********/

div#nav{
	width:165px;
	background: #E5C094;
	float:left;
}

div#navlinks{
	padding-left: .5em;
	padding-right: .5em;
}

div#content{
	margin-left: 195px;
	margin-right: 50px;
	width:700px;
}

div#footer{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
}

/**********
DIV-specific redefinitions
**********/

div#nav ul{
	background: #F0E1C2;
	list-style: none;
	margin-left: 0px;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;

}

div#nav li{
	padding-left: 1em;
}

div#nav li.head{
	padding-left: 0em;
}

div#footer table{
	border-spacing:0px;
}

div#footer table td{
	text-align:center;
}

/**********
TAG specific classes
**********/

p.header{
	/*
		removes unsightly top margins from page tops.
	*/
	margin-top: 0px;
	padding-top: 0px;
}