html, body {
	height:100%;
	background-color: #fff;
	margin:0;
	padding:0;
}

/***********************************
	CONTAINERS
***********************************/
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-270px; /* half of container's height */
		float:left;
}

#main {
	position: relative;
	width: 700px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;	
	clear:left;
}
		
#navigation {
	position: absolute;
	top: 410px;
	left: 0px;
	width: 195px;
	height: 150px;
	text-align:right;
	z-index:4;
}

#content1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	height: 374px;
}
#content2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 480px;
	border-color: #7dbc34;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	
}

#underlogo {
	position:absolute;
	left:0px;
	top:368px;
	width:194px;
	height:132px;
	z-index:1;
}


/***********************************
	LINKS
***********************************/

a {
	color: #7dbc34; 
	
	
}

a:hover {
	color: #95371e;
	text-decoration:none;
	
}

/*
a.nav {
	color: #95371e;
}

a.nav:hover {
	color:#c1deeb;
	text-decoration:underline;
}
*/

/***********************************
	MISCELLANEOUS
***********************************/


hr {
	width: 100%;
	height: 0px;
	text-align: center;
	color: #dcdcdc;
	border: 0;
	background-color: #dcdcdc;
    height: 1px;
}

h1 {
	color: #95371e;
	font-size: 15px;
	font-family: georgia, serif;
	font-weight: normal;
	margin-bottom:4px;
	margin-top:0px;
}

h2 {
	color: #000;
	font-size: 13px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 14px;
	margin-bottom:10px;
	margin-top:4px;
}

h3 {
	color: #95371e;
	font-size: 12px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 14px;
	margin-bottom:10px;
	margin-top:4px;
}

.smalltype {
	color: black;
	font-size: 12px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 14px;
	margin-bottom:10px;
	margin-top:4px;
}


h4 {
	color: #000;
	font-size: 10px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 14px;
	margin-bottom:10px;
	margin-top:4px;
}


.header {
	color: #d8b001;
	font-size: 17px;
	font-family: georgia, serif;
	
	text-align: center;

	letter-spacing: 4px;
}

p { margin-bottom: 1em; } 

.space {
line-height: 2px;
} 

.nav {
	color: #000;
	font-size: 14px;
	padding-right: 1px;
	font-weight:normal;
	font-family: georgia, serif;
	line-height: 18px;
	padding-bottom:3px;
	text-align: left;
}

.indentus {
	margin-left: 10px;
	margin-top: 8px;
	
}

.caption {
	color: #000;
	font-size: 10px;
	font-family: georgia, serif;
	text-align: center;
	width: 100px;
}

