/* Global HTML Tag Stuff */
H1, H2, H3, H4 {
	margin : 0px;
}

FORM {
	margin : 0px;
}

BODY {
	font-family : Arial, sans-serif;
	font-size : 14px;
	color : #02000e ;
	background-color : #02000e;
}

TD {
	background-color : White;
}

.main {
	background-color : White;
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	border : 2px solid #4c3117;
}

A {
	text-decoration : none ;
	color : #a0410d ;
	font-family : Arial;
}

A:Hover {
	text-decoration : Underline ;
	color : #ffd06b ;
}

.prop {
	background-color : #c2c2c2 ;
}

.light {
	background-color : #efefef ;
}


/* header */
.header {
	background-image: url(images/green_bg.gif);
	margin-bottom : 10px;
	padding-bottom : 5px;
	width : 800px;
}

.header H1 {
	color : White ;
	font-family : Times New Roman, Serif;
	font-size : 20px;
	font-weight : normal;
	margin-bottom : 0px;
	padding-right : 10px;
	padding-left : 170px;
	text-align : left;
}


/* left hand menu */
.menu {
	float : left;
	padding-left : 2px;
	width : 155px;
	font-size : 12px;
	color : #a0410d
}

.menu a {
	
}

.menu ul {
	padding : 0px;/**/
	margin : 5px;
	list-style : none;
}

.menu li {
	/*list-style-position : outside;*/
}

.menu li.item_0 {
	border-top : 1px dotted #c5c5c5;
}

.menu li.item_1 {
	margin-left : 15px;
	font-size : 11px;
	list-style : square;
}

.menu li.item_2 {
	margin-left : 30px;
	font-size : 10px;
	list-style : disc;
}

.menu li.item_3 {
	margin-left : 45px;
	font-size : 9px;
	list-style : circle;
}

/* main page content */
.page {
	margin-left : 160px;
	border-left : 1px solid #724921;
	padding-left : 10px;
	padding-right : 10px;
}

/* image gallery */
#gallery {
	float : right;
	width : 120px;
	margin-right : 10px;
	margin-left : 10px;
	border : 1px dotted #663c14;
	color : Gray ;
	font-size : 11px;
	font-weight : normal;
	text-align : center;
}

#gallery img {
	border : 1px solid black;
	margin : 5px;
}

/* footer */
.footer  {
	clear : both;
	margin-top : 0px;
	padding-top : 0px;
	width : 800px;
	background-image: url("images/green_bg.gif");
	text-align : right;
}

.peaks {
	margin-top : 0px;
	padding-top : 10px;
	margin-right : 0px;
	text-align : right;
	color : White ;
	background-color : White;

}

