/* CSS Document */

body {
	background-color:#470303;
	margin: 0;
	font-size: 12px;
	color: #f1e9bf;
	font-family: Georgia, "Times New Roman", Times, serif;
	scrollbar-face-color: #F1E9BF;
	scrollbar-track-color: #EDE2AB;
	scrollbar-arrow-color: #260500;
	scrollbar-highlight-color: #F1E9BF;
	scrollbar-3dlight-color: #260500;
	scrollbar-shadow-color: #F1E9BF;
	scrollbar-darkshadow-color: #260500;
}

#container {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

 #header {
	width: 950px;
	height: 75px;
	float:left;
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	height:75px;
	margin:0 0 0 225px;
	padding:0;
	width:500px;
}

#logo h1 {
	height:75px;
	padding:0;
	margin:0;
	width:500px;
	cursor: pointer;
}

#logo span {
	display:none;
}

#navigation {
	width: 880px;
	height: 20px;
	float:left;
	margin:5px 0 5px 35px;
	padding:0;
	overflow:: hidden;
}

#frontpage {
	width: 950px;
	height: 685px;
	float: left;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	overflow: hidden;
}

#left {
	width: 200px;
	height: 635px;
	float: left;
	margin: 10px 0 10px 28px;
}

#middle {
	width: 450px;
	height: 400px;
	float:left;
	margin:225px 21px 10px 21px;
	padding: 0;
	font-weight: bold;
	overflow: hidden;
}

#right {
	width: 200px;
	height: 635px;
	float: right;
        text-align: right;
	margin: 10px 30px 10px 0;
}

.fpimg {
	width: 180px;
	height: 180px;
    background-color: #000000;
	border-style: ridge;
	border-width: 2px;
	border-color: #470303;
}

.pic {
	margin: 0 0 25px 0;
	padding: 0;
}

img.fpimg:hover {
 	border-color: #F1E9BF;
	/*margin: 4px -4px -4px 4px;*/
}

#article {
	width: 950px;
	height: 685px;
	float: left;
	background-image:url(images/content_bg.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	overflow: hidden;
}

#art_content {
	float: left;
	width: 630px;
	height: 580px;
	margin: 10px 28px 10px 20px;
	border: 2px ridge #470303;
	background-color: #F1E9BF;
	padding: 20px;
	overflow: auto;
	opacity: .70;
	filter: alpha(opacity=70);
	color: #260500;
	font-family: Arial, Helvetica, sans-serif;
}

#art_content h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#art_content p {
	text-align: justify;
}

#art_content a, a:visited {
	color: #260500;
	text-decoration: underline;
}

#art_content a:hover, a:focus {
	color : #FFFFFF;
	text-decoration: none;
}

#clear {
	clear:both;
}

#footer {
	width: 950px;
	height: 70px;
	float:left;
	background-image:url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
	margin:0;
	padding:0;
	font-size: 10px;
	font-weight: bold;
	color: #68563c;
}

#footer a, a:visited {
	color: #68563c;
	text-decoration: underline;
}

#footer a:hover, a:focus {
	color : #f1e9bf;
	text-decoration: none;
}


	

