/* CSS Document */


.gallery img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #000 solid;
}

p {
	font-family: geneva, arial, sans-serif;
	font-size: 12px;
	color: #313131;
	margin-left: 20px;
	}
	

a {
	color: #808080;
	font-family: geneva, arial, sans-serif;
	font-sizee: 10px;
	text-align: center;
	}
	
a:hover {
	color: #001829; 
	}




a.top_menu:link {
	color: #DFDFD9;
	font-size: 10px;
	font-family: Geneva, Arial, Sans-Serif;
	}

a.top_menu:visited {
	color: #DFDFD9;
	}

a.top_menu:hover {
	color: #000000;
	background: #CCCCCC;
	
	}

a.top_menu:active {
	color: #DFDFD9;
	}


.top_menu_text{
	color: #DFDFD9;
	font-size: 10px;
	font-family: Geneva, Arial, Sans-Serif;
	}
	
h1.title_text {
	font-family: Century Gothic;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000000;
	}

h2.sub_title_text {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000000;
	}

h1 {
	color: #DFDFD9;
	font-size: 26px;
	font-family: "Century Gothic";
	margin-top: 15px;
	margin-bottom: 1px;
	}

h2 {
	color: #DFDFD9;
	font-size: 14px;
	font-family: Century Gothic;
	margin-top: 1px;
	margin-bottom: 0px;
	}
	
h3.sub_title {
	color: #F7F3CE;
	font-family: "Geneva, Arial, Sans-Serif";
	display: inline;
	font-weight: 100;
	}

h3.main_content {
	color: #000000;
	font-family: "Geneva, Arial, Sans-Serif";
	font-weight: 100;
	margin-left: 7px;
	}

ul {
	font-family: geneva, arial, sans-serif;
	font-size: 12px;
	color: #313131;
	margin-left: 90px;
	}	

li {
	margin-top: 5px;
	margin-bottom: 5px;
	}

li ul {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	list-style: &#45;
	}

li.sub_menu {
	margin-left: 7px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

.content_margin {
	margin-left: 20px;
	margin-top: 15px;
	}

.hr {
	border-bottom: 1px solid #000000;
	width: 85%;
	}