body { 
	background: #666666;
}

.pagearea {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #990000;
	background: #000000;
	width: 860px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	color: rgb(0,0,0);
	line-height: 1.2;
}

.leftmenu {
	float: left;
	border-style: solid;
	border-width: 0px 3px 0px 0px;
	border-color: #990000;
	width: 150px;
	height: 470px;
	margin: 3px 3px 3px 3px;
	font-family: arial;
	font-weight: bold;
	color: rgb(248,248,48);
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
}
.leftmenu a:link, .leftmenu a:visited {
	color: rgb(248,248,48);
	text-decoration: none;	
	}
.leftmenu a:hover {
	color: rgb(200,200,0);
	}
.leftmenu p {
		margin-top: 30px;
		position:relative;
		left: 20px;
	}	

.content_header {
        background-image: url("/graphics/content-header-bkg.jpg");
        height: 90px;
        width: 698px;
        float: left;
}
.content_header p {
	font-style: italic;
	color: rgb(255,255,0);
	position: relative;
	left: 20px;
}

.content_header h1 {
        font-style: italic;
        color: rgb(255,255,0);
        position: relative;
        left: 20px;
}

.home_content {
	background: rgb(0,0,0);
        float: left;
        width: 698px;
        color: rgb(255,255,0);
}
.content {
	background-image: url("/graphics/content-gradient-bkg.jpg");
	float: left;
	width: 698px;
	min-height:430px;
	height: auto !important;
	height: 430px;
}
.content p {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
        font-size: 12px;
        font-family: Verdana, Arial, Helvitica, sans-serif;
}
.content img {
	padding: 3px;
}

#citypage img {
	padding: 10px;
}

.content a:link, .content a:visited {
        color: rgb(150,66,66);
	font-weight: bold;
        text-decoration: none;
        }
.content a:hover {
        color: rgb(150,66,66);
	font-weight: bold;
	text-decoration: underline;
        }

.content_col_left {
	width: 50%;
	float: left;
}
.content_col_left img {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.content_col_right img {
        border-color: #000;
        border-style: solid;
        border-width: 1px;
}

.content_col_right {
	width: 50%;
	float: right;
} 

.footer {
	clear: both;
	height: 30px;
	background: rgb(240,240,40);
	width: 857px;
	text-align: center;
} 
.footer p {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.small p {
	font-size: 10px;
	font-weight: normal;
}
.smallbox {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.smallbox p {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvitica, sans-serif;
}

#eagle {
	color: white;
	font-size: 10px;
	font-weight: bold;
}

#eagle a, #eagle a:link, #eagle a:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#eagle a:hover {
        color: white;
        font-size: 14px;
        font-weight: bold;
	text-decoration: underline;
}
