html, body {
	margin:0;
	padding:0
}

body {
	background-color: #000000;
	background-image: url(im/bg.jpg);
	background-repeat: repeat;
}

div#content h1{
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	/**font-family: times,Times New Roman,times-roman,georgia,serif; **/
	font-size: 32px;
	color: #902700;
	text-align: left;
	background-image: none;
	margin-bottom: 8px;
	font-weight: normal;
}

div#content h2{
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 20px;
	font-weight: normal;
	color: #902700;
	text-align: left;
	background-image: none;
	
}

p {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.7em;
	margin-bottom: 18px;
}
p a:link {

    color: #902700;
    text-decoration: underline;
}

p a:visited {

    color: #935A45;
    text-decoration: underline;
}

p  a:hover {

    background-color: #F4E9E5;
    color: #666666;
    text-decoration: none;

}
p strong{

	font-weight: bold;
}

div#header {
	background-image: url(im/hbg.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 900px;
}

div#container {
	text-align:left
}

div#wrapper {
	position: relative;
	top: -2px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(im/wrapbg.jpg);
	background-repeat: no-repeat;
}

div#content p {
	line-height:1.7em;
	
}
div#navigation {
	
}
div#extra {
	
}

div#extra {
	float:left;
	width:860px;
	padding: 20px;
}

div#extra p em{
	font-style: italic;
}

.brown{

	color: #902700;
}

div#extra h3 {
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 22px;
	text-align: center;
	color: #902700;
	font-style: italic;
}


div#extra h1{
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 32px;
	color: #902700;
	text-align: left;
	background-image: none;
	letter-spacing: .03em;
	margin-bottom: 0px;
}
div#extra h2{
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 20px;
	font-weight: normal;
	color: #902700;
	text-align: left;
	background-image: none;
	
}

div#footer {
    padding: 10px;
    background-color: #000000;
    width: 880px;
    height: 205px;
	
}
div#footer p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;    
}
div#footer a {
    color: #999999;
}

div#footer p a:link {
	color: #999999;
	text-decoration: underline;
}

div#footer p a:visited {

    color: #999999;
    text-decoration: underline;
}

div#footer p  a:hover {
	background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;

}

div#container {
	width:900px;
	margin:0 auto
}
div#content {
	
	float:left;
	width:545px;
	padding: 20px;
	padding-right: 25px;
	
}
div#navigation {

	float:right;
	width:285px;
	padding: 20px;
	padding-left: 0px;
}

div#navigation h1{
	height: 44px;
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 32px;
	color: #902700;
	text-align: center;
	background-image: url(im/h1rule.gif);
	background-repeat: no-repeat;
	background-position: center 36px;
	letter-spacing: .05em;
	margin-bottom: 6px;
}

div#navigation h2{
	font-family: Baskerville,"Baskerville",Garamond,Georgia,"Georgia",Times,times-roman,"Times New Roman",serif;
	font-size: 32px;
	color: #999999;
	text-align: center;
	letter-spacing: .01em;
	margin-bottom: 6px;
}

div#navigation h3{
	font-family: times,Times New Roman,times-roman,georgia,serif;
	font-size: 20px;
	color: #902700;
	text-align: left;
	margin-bottom: 0px;
}

hr{
	border: 0px;
	height: 1px;
	background-color: #EBE5E1;
	color: #EBE5E1;

}

