
/*--HTML---------------------------------*/

html {
		height: 100%;
}
body {
	background-attachment:scroll;
	background-image: url(images/bg.jpg);
	height: 100%; 
	width: 100%;
	margin: 0px;
}
h1 {
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #282828;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #282828;
}
a:link { 
	color: #282828;
	text-decoration: none;
	}
a:visited { 
	color: #282828;
	text-decoration: none;
	}
a:hover { 
color:#666;
	text-decoration: none;
	}
a:active { 
	color: #282828;
	text-decoration: none;
	}

/*--BLOCK---------------------------------*/

#content {
	text-align:center;
	height: 100%; 
	width: 100%;
	margin: auto;
}
#main {
	width:985px;
	height: 100%;
	margin: auto;
}
#space {
	width:985px;
	height: 21px;
	margin: auto;
}
#space_menu {
	width:985px;
	height: 34px;
	margin: auto;
}
#sub_menu {
	width:985px;
	height: 24px;
	margin-left: 21px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#logo {
	width:985px;
	height: 89px;
	margin: auto;
	text-align:left;
}
#seperator_1 {
	width:985px;
	height: 16px;
	margin: auto;
}
#seperator_2 {
	width:985px;
	height: 16px;
	margin: auto;
}
#space_bottom {
	width:985px;
	height: 10px;
	margin: auto;
}
#footer {
	width:985px;
	height: 44px;
	margin: auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #282828;
}
#maincontent {
	float:left;
	width:633px;
	height: 598px;
	margin: 0px;
}
#text_bg {
	background-image: url(images/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width:633px;
	height: 292px;
	margin: 0px;
}
#text_bg1 {
	background-image: url(images/text_bg1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width:633px;
	height: 554px;
	margin: 0px;
}
#text_top {
	width:633px;
	height: 22px;
}	
#text_bottom {
	width:633px;
	height: 22px;
}	
#text_intro {
	text-align:left;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 20px;
	
}
#text {
	height: 540px;
	text-align:left;
	margin-left: 50px;
	margin-right: 30px;
	line-height: 20px;
	overflow-y: auto;
	padding-right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #282828;
	
}
#menucontent {
	height: 598px;
	margin: auto;
}
#right_content {
	height: 260px;
	margin: auto;
	text-align:left;
}

/*--CLASS---------------------------------*/

.image {
	border: none;
}
.italic {
	font-style: italic;
}
.bold {
font-weight:bold;
}
.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #282828;
	line-height: 28px;
}






a.highlight:link { 
color:#666;
	text-decoration: none;
	}
a.highlight:visited { 
color:#666;
	text-decoration: none;
	}
a.highlight:hover { 
color:#666;
	text-decoration: none;
	}
a.highlight:active { 
color:#666;
	text-decoration: none;
	}