                                                                                                                                                                                                                                                                @import url(layout.css);
body {
	color: white;
	font-size: 13px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin:0px 50px; padding:0px;
}
#container {
	
	text-align: center;
	width: auto;
	background-color: #000000;
	margin: 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0px;
}
#masthead {
	text-align: center;
	background-color: black;
	width: auto;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
	margin:0px 250px; padding:0px;
}

#footer {
	width: auto;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: center; 
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 10px;
	padding: 10px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 2px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #808080;
}
/* Styles for Footer */
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #red;
	text-decoration: underline;
}
a:hover {
	color: #red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
                            
                            
                            
                            
                            
                            
                            
                            