/* Layout Stylesheet */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #d5d1ba;
	padding: 0;
	font-family: "Century Gothic" , Arial, Helvetica, sans-serif;
}

p, td
{
	font-size: 12px;
	color: #7a7252;
}

.itemname
{
	font-size: 125%;
	color: #7a7252;
	text-decoration: none;
}

.specialnav
{
	color: #cd9f9f;
	font-size: 16px;
	text-align: left;
}

h1
{
	font-size: 180%;
	color: #9c998b;
}

.outer
{
	background: #d5d1ba url(images/header.jpg) no-repeat top center;
	padding: 7px;
	background-color: #FFFFFF;
	width: 900px;
	margin: auto;
	padding-top: 150px;
}



/* ================== Menu =================== */

.headerText
{
	padding-top: 10px;
	clear: both;
	text-align: center;
	font-size: 16px;
}
.headerText a, .headerText a:visited, .headerText a:link, .headerText a:active
{
	color: #547e8d;
	text-decoration: none;
}
.headerText a:hover
{
	color: #003366;
}


.navigation
{
	color: #547e8d;
	text-align: center;
	font-size: 16px;
}
.navigation a
{
	color: #547e8d;
	text-decoration: none;
}
.navigation a:hover
{
	color: #003366;
}
.post
{
	margin-left: 10px;
	margin-right: 10px;
}

hr
{
	border: none 0;
	border-top: 1px solid #ecdede;
	width: 862px;
	height: 1px;
	margin: 12px auto;
}

a:link, a:visited
{
	color: #9c998b;
}






/* ================== END Menu =================== */

.subnav
{
	width: 200px;
	float: left;
}

.subnav a
{
	color: #7a7252;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
}
.subnav a:hover
{
	color: #3f350e;
}


.pg_title, .pg_title a
{
	color: #cd9f9f;
	font-size: 16px;
	text-align: left;
	margin-bottom: 19px;
	padding-left: 13px;
}

.pg_title a
{
	color: #b87f7f;
	text-decoration: none;
}

.content
{
	/*content container*/
	margin: auto;
	width: 845px;
}

.descriptions
{
	text-align: center;
	font-size: 10px;
	width: 197px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer
{
	text-align: center;
	color: #98947c;
	font-size: 10px;
	letter-spacing: 2px;
	clear: both;
	margin: 0;
}

.footer hr
{
	border: none 0;
	border-top: 1px solid #b3b19f;
	width: 862px;
	height: 1px;
	margin: 2px auto;
}

