/***** Designed by Damian Pang - http://www.graphicswerx.com. 
July 01, 2007 *****/


/***** Main *****/

* {
	margin: 0;
	padding: 0;
	}

a {
	color: #76052a;
	}

a:hover {
	color: #a6053a;
	}

body {
	background: #4E5D3C url(images/background.jpg);
	color: #333;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	}

p,blockquote,ul {
	margin-bottom: 1.2em;
	}

h1 {
	font: bold 1.6em serif;
	margin: 3px 0 15px;
	}

h2 {
	font: bold 1.1em Verdana,serif;
	margin: 3px 0 10px;
	}

ul {
	margin-left: 1.8em;
	}
	
ol {
	margin-left: 1.8em;
	}
	
li {
	margin: 0 0 6px;
	}

blockquote {
	font-style: italic;
	}

/***** Wrapper *****/

.wrapper {
	background: url(images/bgwrapper.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
	}

/***** Header *****/

.header {
	background: #56644A url(images/header.jpg) no-repeat;
	margin: 0 auto;
	font-size: 1.4em;
	height: 232px;
	width: 632px;
	}

.border {
	background: #334127 url(images/pattern.gif) repeat-x;
	margin: 0 auto;
	height: 12px;
	width: 632px;
	}

/***** Navigation *****/

.navipane {
	background: url(images/bgcontent.gif) no-repeat;
	margin: 0 auto;
	padding: 7px 0 0;
	text-align: center;
	width: 632px;
	}

.navigation {
	margin: 0 24px;
	}

.navigation a {
	color: #6C7151;
	font: italic 1.5em serif;
	line-height: 25px;
	margin: 0 15px;
	text-decoration: none;
	}
	
.navigation a:hover,.navigation #selected {
	color: #2C3111;
	}

/***** Content area *****/

.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
	}
	
.content .spacer {
	height: 42px;
	}

.contentbox {
	clear: both;
	}

.contentbox .title {
	color: #445044;
	font: bold 1.9em serif;
	margin-bottom: 0.3em;
	}

.contentbox .body {
	clear: both;
	}

/***** Footer *****/

.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
	}

.footer a {
	color: #666;
	text-decoration: none;
	}

.footer a:hover {
	color: #444;
	text-decoration: underline;
	}

/***** Various tags *****/

.clearer {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
	
img.left {
	margin: 0 18px 6px 0;
	padding: 0 3px;
	border:none;
	}
	
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
	}

