/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

table {
	padding: 0;
}

td {
	padding: 2px;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	list-style-type: disc;
	padding: 0 0 20px 20px;
}

ul li {
	padding: 0 0 10px 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	margin: 10px 0 0 0;
	font: normal 14px/24px 'Times New Roman', Georgia, Serif;
	color: #341c13;
	background: #f58220 url(../images/bg.jpg) top center repeat;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #795746;
	text-decoration: underline;
}

a:hover, a:active {
	color: #795746;
	text-decoration: underline;
}

h1 {
	font: normal 24px 'Times New Roman', Georgia, Serif;
	color: #341c13;
}

h2 {
	font: normal 18px 'Times New Roman', Georgia, Serif;
	color: #341c13;
}

p {
	padding: 0 0 20px 0;
}

hr {
	color: #b7a182;
	background-color: #b7a182;
	height: 1px;
	border: 0;
}

/* DIVS */

#header {
	height: 330px;
	width: 960px;
	padding: 0;
}

#nav {
	margin: 0 30px 0 30px;
	height: 50px;
}

#nav .navButton {
	float: left;
	padding: 0;
	margin: 0;
}

#nav2 {
	margin: 0;
	height: 15px;
	width: 655px;
	text-align: center;
	padding: 0 0 5px 3px;
}

#nav2 .navButton2 {
	float: left;
	padding: 0;
	margin: 0;
}

#content {
	margin: 0 30px 0 30px;
	background: #f58220 url(../images/content-bg.jpg) top center repeat-y;
	width: 900px;
}

#content .left {
	width: 550px;
    float: left;
    padding: 20px 20px 0 20px;
}

#content .left img {
	padding: 0 0 20px 0;
}

#content .center {
	width: 860px;
    float: left;
    padding: 20px 20px 0 20px;
}

#content .center img {
	padding: 0 0 10px 0;
}

#content .right {
	width: 272px;
    float: left;
    padding: 18px 18px 0 18px;
    text-align: center;
}

#content .right img {
	margin: 0 0 18px 0;
}

#content #detail img {
	margin: 0 0 5px 0;
}

#content .item {
	float: left;
	width: 274px;
	padding: 0 19px 10px 0;
}

#content .item h1 {
	padding: 0 10px 0 10px;
}

#content .item p {
	padding: 0 10px 10px 10px;
}

#footer {
	font: normal 11px/14px 'Times New Roman', Georgia, Serif;
	color: #ab432f;
	width: 960px;
	margin: 0 auto;
	background: url(../images/footer-bg.gif) no-repeat center top;
}

#footer .container {
	/*padding: 25px 0 0 60px;*/
	border: 0;
	width: 900px;
	height: 200px;
	padding-top: 15px;
	margin-bottom: 35px;
}

#footer .left {
	float: left;
	width: 80px;
}

#footer .right {
	float: left;
	width: 80px;
	padding: 10px 0 0 0;
}

#footer .center {
	margin-left: auto;
	margin-right: auto;
	/*float: left;*/
	width: 658px;
	/*padding: 0 30px 0 30px;*/
	text-align: center;
	height: 175px;
}

#footer .logos {
	width: 500px;
	/*padding: 0 30px 0 30px;*/
	text-align: center;
	margin: 50px auto;
}

#footer p {
	color: #ffe5c2;
	padding: 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;	
}

#footer p em {
	color: #b7a182;
	font-style:normal;
}

#footer p a {
	color: #ffe5c2;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/* CLASSES */

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

