@import url(layout.css);
body {
	color: #fff;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color:#000;
	width: 975px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #000;
	width: 975px;
}
#navigation {
	padding:0px 0px 0px 450px;
	background-image:url('../images/menu.jpg');
	background-color: #fff;
	height:21px;
	overflow: hidden;
}
#wrapper {
	margin:0;
	padding:0;
	background-image:url('../images/content.jpg');
	background-repeat:no-repeat;
}
#column_l {
	width: 300px;
	margin: 0;
	padding: 50px;
}
#column_r {
	width: 500px;
	margin: 30px;
	float: right;
	padding: 30px 0px 0px 0px;
	position: relative;
	color:#fff;
	font-size:14px;
}
#footer {
	width: 975px;
	text-align: center;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:16px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	height:21px;
}
#navigation a:hover {
	color: #628a7a;
	text-decoration: none;
}
#navigation a:active {
	color: #628a7a;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #ffb253;
	text-decoration: underline;
}
a:active {
	color: #ffb253;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

img.right { 
	float: right; 
	margin: 0px 50px 30px 0px; 
	border: 1px solid #fff; 
	clear: right; 
}
