@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5F5F4F;
	padding: 0;
	color: #000;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
}

a {
	color: #330;
	font-weight: bold;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	width: 980px;
	background-color: #E4BC81;
	margin: 0 auto;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.threecolLayout #header {
	
	height: 195px;
	
}

.twocolLayout #header {
	height: 150px;
}

.twocolLayout #nav_container {
	background-color: #C1B88A;
	width: auto;
	margin: auto;
	padding: 8px 0;
}


.twocolLayout #nav ul{
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

.twocolLayout #nav ul li {
	display: inline;
	padding: 0 2px;
	}

.twocolLayout #nav ul li a
{
	padding: 0 6px 0 0;
	color: #000;
	text-decoration: none;
	background-color: #C1B88A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C90;
}

.twocolLayout #sidebar1 {
	float: left;
	width: 520px;
	padding: 16px;
	text-align: left;
}

.twocolLayout #sidebar1 img {
	border: #FFF solid 8px;
}

.twocolLayout #content {
	padding: 20px;
	margin-left: 552px;
	text-align: center;
}

/*#sidebar1 img, #sidebar2 img {
	position: relative;
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
	background-color: #000000;
}*/

.threecolLayout #content {
	padding: 10px;
	margin: 0 240px;
	text-align: center;
}

	
.threecolLayout #sidebar1 {
	float: left;
	width: 210px;
	padding: 15px 10px 15px 20px;
	text-align: center;
}

.threecolLayout #sidebar2 {
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}





#content img {
	border: #FFF solid 8px;
}

#member_list
	{
	text-align: center;
	}

/* ~~ The footer styles ~~ */
#footer {
	padding: 6px;
	background-color: #C1B88A;
	text-align: center;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}



/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.img_rotateR {
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* Internet Explorer */
-moz-transform:rotate(7deg); /* Firefox */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
margin: 6px;
}


.img_rotateL {
transform:rotate(-7deg);
-ms-transform:rotate(-7deg); /* Internet Explorer */
-moz-transform:rotate(-7deg); /* Firefox */
-webkit-transform:rotate(-7deg); /* Safari and Chrome */
-o-transform:rotate(-7deg); /* Opera */
margin: 6px;
}

.sm-title {
	font-size: .8em;
}
