@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #120E04;
}
#container {
	width: 800px;
	height:610px;
	margin: 40px auto;
	background: #120E04 url(../images/bg_03.gif) top;
	background-repeat: no-repeat;
}
#masthead {
	text-align:center;
	width: 800px;
	height:120px;
	padding: 0;
	border-style:none;

	}
#navigation {
	width: 780px;
	margin-top: 90px;
	margin-left: 2%;
	background-color: transparent;
	color:orange;

}
#page_content {
	margin-top:0%;
	margin-left:2%;
	width:770px;
	height:415px;
	text-align:center;
 
}

#column_l {
	width: 780px;
	margin: 0 0 0 ;
	padding: 0 ;

}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: transparent;
	position: relative;
	right: 100px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align:center;
	margin-top:14px;
	padding: 0;
	width: 800px;
	height:50px;
	background-color: transparent;
	
	}
/* Styles for Masthead */

#column_l img {
border:0px;
	
}
#masthead p {
	color: #D4DF6A;
	font-size: x-small;
	text-align: right;
	}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	height:auto;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float:left;
	font-family:"Verdana";
	font-size:small;
	color:#D4DF6A;

}
#navigation a {
	color: #D4DF6A;
	text-decoration: none;
	margin: 0 0px;
	border: 0px ;
	padding: 10px;
	
		}
		
#page_content a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;		
	}
#footer a {
	color:#D4DF6A;
	text-decoration: none;
	
	}
#footer ul {

	list-style-type: none;
	width: 100%;
	margin-left: 0;
	margin-top:2%;
	padding: 0;
}
#footer li {
	float:left;
	font-family:"Verdana";
	font-size:x-small;
	color:#D4DF6A;

}

#navigation a:hover {
	
color:yellow;
	}

#footer a:hover {
	
color:yellow;
	}
}

#column_l a:hover {
	
color:yellow;
	}
	
}

#page_content a:hover {
	
color:yellow;
	}
	

/* Styles for Content */
h1 {
	color:#ffffff;
	font-size: 2.0em;
		
}
h2 {
	color: #ffffff;
	font-size: 1.75em;
	}
h3 {
	color: #ffffff;
	font-size: 1.25em;
	padding:0 0 0 0;
	margin:0;
}
h4 {
	color: #ffffff;
	font-size: 1.0em;
	margin-top:0;
	margin-bottom:0;
}
h5 {
	color: #ffffff;
	font-size: 0.75em;
}
h6 {
	color: #ffffff;
	font-size: 0.5em;
}
big {
	color: #ffffff;
	font-size: medium;
}
#column_r p {
	color: #ffffff;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}

#column_l p {
	margin-bottom:0;
}






/* Styles for Footer */
#footer a:hover {

color:yellow;
	}
/* Styles for Links */
a {
text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}