@import url('/assets/css/textStyles.css');

@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url("/assets/images/background.jpg") fixed;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #FFCC33;
	text-indent: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 10px auto;
	width: 922px;
}

#header {
	width: 922px;
	height: 100px;
	background: url("/assets/images/header.jpg");
}

#content {
	width: 890px;
	background: #e5d09b;
	padding: 10px;
	margin: 0 5px;
	height: auto;
	text-indent: 10px;
	font: 16px normal small Arial, Helvetica, sans-serif ;
	text-align: justify;
	color: #333;
}

#content h2 {
	margin-bottom: 15px;
	padding: 9px 10px 7px;
	background: #826C62;
	letter-spacing: .04em;
	font-size: 1em;
}

#content h3 {
	text-transform: capitalize;
	letter-spacing: normal;
	font-size: medium;
	color: #036;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* single column layout */
#singleColumn {
	float: left;
	width: 800px;
	padding: 0 50px;
}

#singleColumn p, #twoColOne p, #twoColTwo p {
	padding-bottom: 10px;
}
/* end single column layout */

/* double column layout */
#twoColOne {
	margin-left: 30px;
	float: left;
	width: 320px;
}

#twoColTwo {
	float: left;
	width: 500px;
	padding: 0 20px;
}
/* end double column layout */

/* three column layout */
#colOne {
	margin-left: 30px;
	float: left;
	width: 160px;
}

#colTwo {
	float: left;
	width: 480px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}

div#colOne {
	font-size: 12px;
}

div#colOne p, div#colTwo p {
	margin-bottom: 8px;
}

div#colThree {
	font-size: 12px;
}
/* end three column layout */

#footer {
	clear: both;
	width: 900px;
	height: 200px;
	color: #333;
	background-color: #422d2a;
	margin: 5px 0px 10px 0px;
	padding: 10px;
}

#gutter {
	height: 20px;
}

hr {
	height: 1px;
	margin-bottom: 5px;
}
