* { margin:0; padding:0;}
h1 {font-family:Verdana, Arial; font-size:20px; font-weight:normal; color:#FF6600; line-height:20px; text-transform: uppercase; margin-bottom: 10px;}
h2 {font-family:Verdana, Arial; font-size:18px; font-weight:normal; color:#FF6600; line-height:20px; text-transform: uppercase; margin-bottom: 10px;}
h3 {font-family:Verdana, Arial; font-size:14px; font-weight:normal; color:#FF6600; line-height:20px; text-transform: uppercase; margin-bottom: 10px;}
h4 {font-family:Verdana, Arial; font-size:13px; font-weight:normal; color:#FF6600; line-height:20px; text-transform: uppercase; margin-bottom: 10px;}
a {font-family:Verdana, Arial; font-size:12px; color:#FFF; line-height:18px; text-decoration:none;}
img {border:none;}

body {
font-family:Verdana, Arial; 
font-size:11px; 
color:#FFF; 
text-align:left; 
font-weight:normal; 
line-height:14px; 
background: url(../images/background.jpg) top center no-repeat;
background-color: #000;
}

a:link {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a.underline {
	text-decoration:underline;
	}
p {
margin-bottom: 10px; }

p.footer {
margin-top: 10px;
text-align: center; }

ul {
margin-left : 20px;
margin-bottom : 10px;
}
ol {
margin-left : 20px;
margin-bottom : 10px;
}

ul.menu {
list-style-type: none;
margin-left : 0px;
}

#container {
	width:600px;
	height:auto;
	margin:0 auto;
	padding:25px;
	overflow:hidden;
}

#header {
	width:600px;
	height:114px;
	float:left;
	overflow:hidden;
	background-image:url('images/subsite_headerbg.png');
}

#background {
	width:598px;
	height:auto;
	background-color: #000;
	overflow:hidden;
	border-left:1px solid #7f7f7f;
	border-right:1px solid #7f7f7f;
}

#breadcrumb {
	width:560px;
	height:20px;
	line-height:18px;
	border-top:1px solid #7f7f7f;
	border-bottom:1px solid #7f7f7f;
	float:left;
	overflow:hidden;
	margin: 0 20px 20px 20px;
}

#sidemenu {
	width:138px;
	height:auto;
	float:right;
	overflow:hidden;
	margin:19px 20px 0 19px;
}

#content {
	width:379px;
	height:auto;
	float:left;
	border-right:1px solid #7f7f7f;
	overflow:hidden;
	padding:0 20px 0 20px;
	margin:20px 0 20px 0;
}

#streep {
	width:560px;
	height:1px;
	float:left;
	overflow:hidden;
	margin:0 20px 20px 20px;
	background-color:#7f7f7f;
}	

#footer {
	width:600px;
	height:200px;
	float:left;
	overflow:hidden;
	text-align:center;
	background-image:url('images/footerbg.png');
}
	