/*
design by austinwebs
*/

body {
	background: #473313;
	
	font-family: "Helvetica", "Trebuchet MS", Arial, Times, sans-serif;
	font-size: 16px;
	
	color: #b8b79c;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	
}

img { border: none;}


/* Header */

#header {
	width: 950px;
	margin: 0 auto;
	color: #808080;	
	
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #65af2c;
	text-decoration: none;
}

a:hover {
	color: #816b51;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #816b51;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px 15px 15px;
	background-color: #ffffff;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#menu1 a:hover {
	background-color: #c6df9e;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #65af2c;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	border: 10px solid #cccccc;
	border-top: none;
	background: #ffffff;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
#colOne_below {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 0px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 180px;
	padding: 0 20px 0 20px;
}

#colThree {
	float: right;
	margin-top: 20px;
	width: 400px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 28px;
	letter-spacing: -1px;
	color: #cb9b52;
}


#footer {
	background: #387a06;
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
}

/* Controls all the tables below */



table#sample {
    background-color:#FFFFFF;
    border: solid #e9eae2 0px;
    width: 400px;

}

table#sample td {
    padding: 5px;
    border: solid #e9eae2 0px;

}


.data {
    color: #000000;
    text-align: left;
    font-size: 26px;
    font-weight: 150;
    background-color: #e9eae2;

}



.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.col {
    font-weight: normal;
    text-align: left;
    width: 150px;
    background-color: #ffffff;
	
	
}
.col2 {
    font-weight: normal;
    text-align: left;
    width: 400px;
    background-color: #ffffff;
	
	
}
.col3 {
    font-weight: normal;
    text-align: left;
    width: 400px;
    background-color: #ffffff;
	
	
}
