/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {     color: #979473;
	font: normal 1em "Arial",sans-serif;
	line-height: 14px;
	margin: 0 5px;
	text-decoration: none;
}

a:hover { color: #9B421B;
}

body {
	background: #3D4F51 url(images/aofbg2.jpg);
	color:#60563C;
	font: normal 62.5% "Arial",sans-serif;
	margin: 0;
}

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



h1 {font: bold 1.2em "Arial",serif;
    color: #A95F1D;   }

h2 {font: bold 1em Arial,serif;
    margin: 3px 0 1px; }

ul {margin-left: 1.8em;}


/* misc */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

img.right {margin: 0 6px 10px 10px;}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */

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

.top {
	background: url(images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}


.gfx {
	background: url(images/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.header {
	background: #56644A url(images/header.jpg) no-repeat;
	color: #271B13;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(images/borderbit1.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #979473;
	font: bold 1.1em serif;
	line-height: 14px;
	margin: 0 2px;
	text-decoration: none;
}
.navigation a:hover, {
	color: #9B421B;
}


/* welcome */

.welcome {margin: 0 24px;}

.welcome h1 { color: #8D7D53;
	      font: normal 1.2em "Arial", serif;
	      line-height: 15px;
	      margin: 0 16px;
	      text-decoration: none;
}


/* content */

.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;
}


/* content main */

.main {clear: both;}



.main .title {
	color: #385A4A;
	font: bold 1.2em serif;
}

.main .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;
}

