@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	text-align:center;
	background-color: #000000;
	scrollbar-base-color: #95c3b8;
	scrollbar-arrow-color: #310303;
	scrollbar-3dlight-color: #93c1b6;
	scrollbar-darkshadow-color: #325d53;
	scrollbar-face-color: #92c2b6;
	scrollbar-highlight-color: #afd2cb;
	scrollbar-shadow-color: #93c1b6;
	scrollbar-track-color: #a5cfc5;
}

.bodyContent {
	width:1024px;
	margin: 0px auto;
}

.header {
	width:1024px;
	height:196px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.mainAreaHome {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #260707;
	text-align:left;
	width:1024px;
	height:375px;
}

.mainAreaOther {
	background-image:url(images/content_bg_blank.jpg);
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #260707;
	text-align:left;
	width:1024px;
	height:375px;
}

.mainContent {
	padding:15px;
}

.pageTitle {
	font-size:24px;
	font-weight:bold;
	padding-left:20px;
}

.homepageMainText {
	margin-left:20px;
	width:460px;
	height:290px;
	overflow:auto;
	padding:5px;
	background-image:url(images/transparentBG1.png);
	background-repeat:repeat;
}

.photoPage {
	width:880px;
	height:206px;
	margin-left:60px;
	overflow:auto;
	padding:5px;
	white-space:nowrap;
	background-image:url(images/transparentBG1.png);
	background-repeat:repeat;
}

a:link {color:#381a19; text-decoration: underline;}
a:visited {color:#381a19; text-decoration:underline;}
a:active {color:#381a19; text-decoration:underline;}
a:hover {color:#377462; text-decoration:underline;}