/* CSS Document */

/* basic elements */
body {
	margin: 0;
	background-color: #1E2E4D;
	padding: 0px;
	}
p {
	text-align: justify;
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	}
.p2 {
	text-align: left;
	font-family: arial;
	font-size: 9pt;
	line-height: normal;
	color: #4a1800;
	margin: 0px;
	}
.p3 {
	text-align: left;
	font-family: arial;
	font-size: 9pt;
	line-height: normal;
	color: #4a1800;
	margin-bottom: 8px;
	}
.h1 {
	font-size: 24px;
	color: #70180E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
.h2 {
	font-size: 14px;
	color: #70180E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a1800;
	line-height: normal;
	}
.h3 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	font-family: arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	}



/* specific divs */
#container {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/index_02.jpg);
	}

/********* Header **********/

#header {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 232px;
	width: 850px;
}
#bodyContent {
	height: auto;
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-y;
	width: 850px;
}
#enterLink {
	width: 594px;
	float: none;
	margin-left: 40px;
}
#content {
	margin-right: 30px;
	margin-left: 30px;
}
	
/********* end content **********/
	

/* footer */

#footer {
	font-size: 12px;
	font-family: verdana;
	background-image: url(images/index_03.jpg);
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	width: 850px;
	}
#footerLink {
	font-size: 12px;
	color: #6B4C1E;
	font-family: verdana;
	padding-top: 20px;
	padding-left: 500px;
	}
	
.footerLink a:link {
	text-decoration: none
		}
.footerLink a:visited {
	text-decoration: none
		}
.footerLink a:active {
	text-decoration: none
		}
.footerLink a:hover {
	text-decoration: underline; color: red;
		}

