@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);


/********************************* BEGIN GENERAL */

html, body {
	background-color: #7c796f;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 100%;
	font-size: 100%;
}

#wrapper {
	font-size: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-width: 960px;
	width: auto !important;
	width: 100%;
	background-image: url(../images/shadow_top.gif);
	background-position: 0 55px;
	background-repeat: repeat-x;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	clear: both;
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ddd;
}

a {outline:0;}

a:link, a:visited {
	color: #ddd;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

.right {
	text-align: right;	
}



/********************************* BEGIN INDEX PAGE */

#indexbanner {
	height: 50px;
	width: 900px;
	margin: 30px auto 0 auto;
}

#indexmain {
	min-width: 960px;
	width: auto !important;
	width: 100%;
	background: #000;
	height: 720px;
	margin: 0;
	padding: 0;
	
}
#construction {
	width: 900px;
	margin: 0 auto;
	height: 660px;
	padding: 30px;
	background-image: url(../images/index_under_construction.jpg);
	background-repeat: no-repeat;
}

#footer {
	min-width: 960px;
	width: auto !important;
	width: 100%;
	background-image: url(../images/shadow_bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 80px;
}



/********************************* MISC */

a:focus { -moz-outline-style: none; }

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

