@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat;
}
#masthead {
	width: 1000px;
	height: 482px;
	background-image: url('../images/container_bg_home.jpg');
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
}
#container {
	width: 1000px;
	height: 60px;
	background-image: url('../images/container_bg1.jpg');
	background-repeat: repeat-y;
	overflow: visible;
}
#footer {
	width: 800px;
	margin-left: 150px ;
	border-top: 1px solid #bba;
	text-align: center;
}
#bottom {
	background-image: url('../images/container_bottom.jpg');
	width: 1000px;
	height: 50px;
	background-repeat: no-repeat;
	position: relative;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #998;
	padding: 10px 5px;
	margin: 4px;
}
#footer a {
	color: #776;
	text-decoration: underline;
}
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#bottom p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;	
}
.style_italic {
	font-style: italic;
}