/* CSS Document */
body {
	margin: 0px;
	background-color: #1D6D6B;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	scrollbar-base-color: #463E3E;
	scrollbar-face-color: #463E3E;
	scrollbar-track-color: #463E3E;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #463E3E;
	scrollbar-3dlight-color: #463E3E;
	scrollbar-shadow-color: #463E3E;
	scrollbar-darkshadow-color: #463E3E; 
		}

/* Link Styles */
a:link {
	color: #939393;
	text-decoration: none;
		}
a:visited {
	color: #939393;
	text-decoration: none;
		}
a:hover {	
	color: #EAEAEA;
	text-decoration: blink;	
	font-weight: bold;
		}
a:active {
	color: #EAEAEA;
	text-decoration: none;
		}

/* FONTS Styles */
	.font {
		font-family: Tahoma;
			}
	.title1 {
		font-size: 22px;
		color: #D9D9D9;
			}
	.title2 {
		font-size: 22px;
		color: #939393;
			}
	.title_2 {
		font-size: 15px;
		color: #D9D9D9;
			}
	.title_section{
		font-size: 14px;
		color: #939393;
		font-weight: bold;
			}
	.text1 {
		font-size: 13px;
		color: #D9D9D9;
			}
	.text2 {
		font-size: 13px;
		color: #B8B7B7;
			}
	.text1_detail {
		font-size: 11px;
		color: #D9D9D9;
			}
	.text2_detail {
		font-size: 11px;
		color: #B8B7B7;
			}
	
/* Page Styles */
#top {
	width: 700px;
	height: 130px;
	background-image:;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: bottom;
	position: relative;
	z-index: 2;
		}
#top_spacer {
	height: 104px;
		}
#main_back {
	height: 425px;
	width: 700px;
	background-image: url(images/fence_piece.png);
	background-repeat: repeat;
	position: relative;
	z-index: 0;
		}
#contentback {
	width: 643px;
	height: 385px;
	background-image: url(images/box.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
		}
#content {
	width: 643px;
	height: 360px;
	position: relative;
	z-index: 2;
		}
#main {
	height: 315px;
	width: 612px;
	overflow: auto;
	background-color: #463E3E;
	border-top-color: #000000;
	border-top-width: 2px;
	border-top-style: ridge;
	padding: 8px;
	position: relative;
	z-index: 3;
		}
#main_small {
	width: 65%;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 2px;
		}