﻿@import url(layout.css);
body {
	color: #c69c6d;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	background-image: url('../images/body.gif'); background-repeat:repeat;

	
}
#container {
	
	
	width: 965px;
	margin: 0 auto;
	border-bottom: 1px solid black;
	border-left:   1px solid black;
	border-right:  1px solid black;
	
	background-color: #141414;
	/*background-image: url('../images/body.gif'); background-repeat:repeat;*/
}
#masthead {
	text-align: right;
	background-color: #000;
	width: 965px;
}
#navigation {
	  
	background-color: #141414;
	overflow: hidden;
}
#column_l {
	width: 965px;
	margin: 0;
	padding: 0;
	
		
	/*background-color: #141414;*/
	/*background-image: url('../images/bg.gif'); background-repeat:no-repeat;*/
	
}
#footer {
	width: 965px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}


/* Styles for Footer */
.footer_links {
	font-size: 11px;
	line-height: 14px;
	color: #c69c6d;
	margin: 1px;
	padding: 1px;
}
.copyright {
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin-right: 20px;
	margin-bottom: 1px;
	
}

#footer a {
	color: #c69c6d;
	text-decoration: underline;
}
#footer a:hover {
	color: #c69c6d;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #c69c6d;
	text-decoration: underline;
}
a:hover {
	color: #c69c6d;
	text-decoration: none;
}
a:visited { color: #c69c6d;}