﻿/* All the content boxes belong to the content class. */


#header {
background: #ffffff url("/ExternalFiles/css/NavLeft/Graphics/yattonpc.jpg") no-repeat;
color: #ffffff;
height: 200px;
}
#container {

width: 1050px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}

.title {
color: #6F5459;
}
.titleSub {
color: #6F5459;
}

.error 
{
	color: Red;
}

#footer {
	background-color:#977632;
color: #ffffff;
border:2px solid #504539;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	background-color:#504539;
	}

#contents {
	border:2px solid #977632;
	background-color: transparent;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #ffffff;
font-weight:bold;
border-bottom:none;

}


#navMain {
	background-color:#504539;
	border: 2px solid #CEC23A;
	}
	
#navMain a:hover{
	color: #CEC23A;
}
#navSection {
	background-color:#CEC23A;
	border: 2px solid #504539;
	}
	
#navSection a, #navSection a:link, #navSection a:visited {
color: #504539;
font-weight:bold;
border-bottom:none;
}
#navSection a:hover{
	color: #CEC23A;
	background-color:#504539;
}

#navUser 
{
	border:1px dashed #E84933;
	background-color:#ffffff;
	color: #000000;
		float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
	}
	 
#navUser a{
	color: #000000;
}

#navUser a:hover {
	color: #000000;
	background-color:#CECECE;
	}

body {
	color: #000000;
	background-color: #ffffff;
	}


h1 {color: #715826;	}
a {	color: #715826;
font-weight: bold;

border-bottom:1px solid #715826;
	}
a:link {color:#715826;
font-weight: bold; }
a:visited {color:#715826;}
a:hover {background-color:#404040;
		color: #ffffff;
	
}

