@charset "utf-8";
 @import url("../css/navigation.css");
 @import url("../css/forms.css");
 @import url("../css/extra.css");

body {
	margin:0;
	padding:0;
	background:#333 url('/img/public/bg.jpg');
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color:#FFF;
	height:100%;
}
div.fixed {
	width: 762px !important;
}
/* -----------------------------------------  MAIN */

html, body, #wrap {
	height:100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
#main {
	width:762px;
	margin:0 auto 0 auto;
	padding-bottom:80px;
}/* must be same height as the footer */
/* -----------------------------------------  CLEAR FIX*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
 /*-----------------------------------------  Hides from IE-mac \*/

* html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* -----------------------------------------  End hide from IE-mac */
/* -----------------------------------------  HEADER */
#header {
	width:100%;
}
#header_inner {
	width:762px;
	margin:0 auto;
}
#header_inner img {
	float:right;
	position: relative;
	top:-10px;
}
/* -----------------------------------------  CONTENT */
#content {
	padding:0px 0px 50px 0px;
	min-height:264px;
	width:762px;
}
* html #content {
	width:762px;
	height:auto !important;
	width:762px;
}
.clear {
	clear:both;
	background:none;
}
/* ----------------------------------------- FOOTER START*/

#footer {
	position:relative;
	margin-top:-70px;/* negative value of footer height */
	height:80px;
}
#footer-out {
	height:80px;
	width:100%;
	background:url('/img/public/footer_bg.png') repeat-x top;
}
#footer-inner {
	padding:20px 0 0 0;
	margin:0 auto;
	width:762px;
	font-size:11px;
	color:#ec008c;
	text-align:right;
}
.flinks {
	float:left;
	width:auto;
	clear:both;
	
	}
/* ----------------------------------------- FOOTER END*/
/* -----------------------------------------  view range */

#viewrange {
	width:500px;
	text-align:right;
	float:right;
}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
	color: #F7F7F7;
	font-weight: bold;
	font-style: italic;
/*  text-shadow:0 1px 0 #000;
*/}
h1 {
	font-size: 64px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -4pt;
	word-spacing: 3pt;
	line-height: 20px;
	margin:2px;
}
h2 {
	font-size: 36px;
	letter-spacing: -2pt;
	word-spacing: 3pt;
	line-height: 5px;
}
h3 {
	color: #ec008c;
	font-size: 22px;
	letter-spacing: -1pt;
	word-spacing: 3pt;
	margin:5px 0;
}
h4 {
	font-size: 18px;
	letter-spacing: -1pt;
	word-spacing: 3pt;
	line-height: 2px;
}
h5, h6 {
	font-size: 14px;
	color: #ec008c;
	margin-bottom:1px;
}
p {
	text-align:justify;
/*  text-shadow:0 1px 0 #000;
*/}
hr {
	border-bottom: dotted #AEA79B 1px;
	width: 80%;
	/*	background-color: #AEA79B;
	height: 1px;
*/	margin: 20px auto;
	clear:both;
}
blockquote {
	font-style:italic;
	margin:10px 0px 10px 185px;
	padding-left:30px;
	background:url('/img/public/quote_wh.png') top left no-repeat;
}
/* -----------------------------------------  links */

a {
	text-decoration:none;
	color:#FDFDFD;
}
a:hover {
	text-decoration:none;
	color:#ec008c;
}
p a:hover {
	text-decoration:none;
	color:#ec008c;
}
img {
	border:none;
}
