/* General */

body {
	color: #B8B8B8;
	font: 11px "arial", sans-serif;
	text-align: justify;
	line-height: 200%;
	padding: 0;
	margin: 0;
	background: #F3F3F3 url('images/background.gif') center repeat-y;
	}

a:link, a:visited { 
	font: bold 11px "arial", sans-serif;
	text-decoration: none; 
	background: none; 
	color: #B8B8B8; 
	border: 1px solid #E2C7E9; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}

a:hover, a:active { font: bold 11px "arial", sans-serif; text-decoration: none; color: #7A7A7A; }

h1 { 	color: #B0C3D4; 
	font: 15px "century gothic", lucida bright; 
	text-align: center;
	text-transform: uppercase;
	padding: 0px 20px 5px 10px;
	margin: 0;
	letter-spacing: 2px;
	border: 1px dashed #B0C3D4; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}

/* Main Structure */

#start {
	position: static;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	position: static;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url('images/header1.jpg') top no-repeat;
	}

#content {
	position: static;
	padding-top: 20px;
	padding-left: 60px;
	width: 625px;
	text-align: justify;
	}

/* Navigation */

#navigation {
	position: static;
	padding-top: 235px;
	padding-left: 100px;
	width: 400px;
	text-align: justify;
	}

#navigation a:link, #navigation a:visited {
	font: 11px "georgia", lucida bright;
	text-transform: lowercase;
	letter-spacing: 2px;
	border: 0; 
	text-decoration: none; 
	background: none; 
	color: #6C6C6C;
	padding: 4px;
	padding-right: 8px;
	}

#navigation a:hover, #navigation a:active { 
	text-decoration: none; 
	background: none; 
	color: #000000;
	background: #DEDEDE;
	}

/* Fine Print */

#fineprint { margin-top: 0; padding: 0; padding-bottom: 5px; margin-bottom: 0; color: #B0C3D4; text-align: right; font: 10px "arial", sans-serif; }

#fineprint a:link, #fineprint a:visited { 
	font: 10px "arial", sans-serif; 
	letter-spacing: 0; 
	text-transform: none; 
	text-decoration: none; 
	background: none; 
	color: #87A2B9;
	border: 0;
	}

#fineprint a:hover, #fineprint a:active { 
	text-decoration: none; 
	background: none; 
	color: #8E8E8E; 
	border: 1px solid #CCCCCC; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}
