/* CSS Document for SRF */

/* GENERAL SRF */
body {
	font-family: "Trebuchet MS", tahoma, verdana, lucida, arial, sans-serif;
	background-color: #555651;
	font-size: 100%;
	background-image: url('..assets/mountains_srf.jpg');
   background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center center;
}
p {
	margin: 0 0 0 0px;
}
h1 {
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	color: #000000;
}
h2 {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 120%;
	text-align: left;
	color: #000000;
	margin: 2px 2px 2px 6px;
	padding: 10px;
}
h4 {
	font-size: 110%;
	color: #000077;
	margin: 2px 2px 2px 0px;
}
h5 {
	font-size: 120%;
	text-align: center;
	font-weight: lighter;
	color: #555651;
}
h6 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
h7 {
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
h8 {
	font-size: 100%;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
h10 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}	
.cl {
	clear:both;
}

/* MAIN SRF */
#main_container {
	width: 800px;
	margin: 0px auto;
}
#main_top_left {
	float: left;
	width: 200px;
	height: 100px;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}
#main_top_right {
	float: right;
	height: 100px;
	width: 592px;
	background-color: #A6A6A6;
	text-align:right;
	margin-bottom:5px;
}
#main_top_right h2 {
	color: ##000000;
	font-size: 180%;	
	text-align: center;
	margin: 10px 0px 0px 0px;
}
#main_top_right h3 {
	color: ##000000;
	font-size: 120%;	
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#de_menu {
	float: left;
	width: 200px;
	height: 500px;
	font-size: 100%;
	background-color: #A6A6A6;
	padding: 0px;
	text-indent: 5px;	
}
#de_menu a:link, #de_menu a:visited, #de_menu a:active {
	background-color: #A6A6A6;
	padding: -10px;
	text-decoration: none;
	color: #FFFFFF;
}
#de_menu a:hover {
	padding: -10px;
	background-color: #555651;
	text-decoration: none;
	color: #FFFFFF;
}
#de_menu p {
	margin: 10px 0px 0px 10px;
}

/* CONTENT PAGES SRF*/
#main_content {
	width: 592px;
	float: right;
	height: 500px;
	font-size: 80%;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}
#main_content h3 {
	color: #000000;
	font-size: 100%;	
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#main_content h9 {
	color: #5A5E74;
}
#main_content em {
	font-size: 160%;	
}
#main_content p {
	margin: 20px 0px 0px 0px;
}
	
p.center {text-align: center}