@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

body {
	background-color: #4C1E00;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}

a:active {
	text-decoration: none;
	color: #666666;
}


#container {
	background-image:url(../images/back_container.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center top;
}

#contain {
	background-image:url(../images/back_contain.jpg);
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-position:center top;
}


#wrapper {
	margin:0 auto;
	padding:0;
	width:960px;	

}

#header {
	text-align:center;
	
}	

#content {
	text-align:left;

}

.left {
	margin:24px 0px 0px 64px;
}
	
.left_box {}

.right {
	padding:8px;}

.right ul {
	margin: 10px 0px 4px 12px;
	padding:0;}
	
.right li {
	margin-bottom: 8px;}

img {border:none; }

.text {
	margin: 22px 2px;
	font-size:15px;
	padding:16px 20px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;

}



.contact {
	text-align:center;
	color: #4C1E00;
	font-size:15px;
}

.contactR {
	margin-top:20px;	
	text-align:center;
	padding:20px 40px 0px 0px;
	color: #4C1E00;
	font-size:14px;
}

.footer {
	background-image:url(../images/back_footer.jpg);
	background-repeat: repeat-y;
	text-align:center;
	padding:55px 0px;
	margin-top:30px;
	color:#000000;
	font-size:12px;
	background-position: center top;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:active {
	text-decoration: none;
	color: #666666;
}






/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_6 {
	width:330px;
}

.container_16 .grid_10 {
	width:590px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


