@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(images/bg_copy.jpg);
	background-color: #EAE9EE;
	background-repeat: repeat-x;
}
h1, h2, h3 {
	color: #012150;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
}
h1 {
	font-size: 140%;
	font-family: "Arial Black", Gadget, sans-serif;
}
h2 {
	font-size: 130%;
	font-family: "Arial Black", Gadget, sans-serif;
}
h3 {
	font-size: 120%;
	font-family: "Arial Black", Gadget, sans-serif;
}
 #container {
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	background-repeat: no-repeat;
	padding: 0;
	background-image: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A68746;
	border-right-color: #A68746;
	border-bottom-color: #A68746;
	border-left-color: #A68746;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h4 {
	color: #000;
	font-weight: normal;
	font-size: 85%;
	line-height: 1.4;
}

ul#nav {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 126px;
	padding-left: 0px;
	background-image: url(images/sredaccoladewrap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 115%;
}
#nav li a {
	font-size: 90%;
	text-decoration: none;
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0BC91;
	background-color: #A68746;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#nav li a:hover, #nav li active, #nav li focus {
	color: #FFF;
	background-color: #011432;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 
 #footer {
	background-color: #D6D6D6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 280px;
	color: #FFF;
	font-weight: normal;
} 
#link {
	color: #FFF;
}

#mainContent p, #sidebar1 p, #footer p {
	line-height: 1.4;
	font-size: 85%;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slogan {
	padding-left: 20px;
}

