body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #CDB696;
  margin: 0px;
}

img {
	border-style: none;
	
}
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


#menu_sub {
	padding: 5px;
	width: 774px;
}

#menu_sub h2 {
	color: #FFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 100%;
	font-variant: small-caps;
	display: inline;
	padding-right: 1em;
}

#menu_sub h2 a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu_sub h2 a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}



#everything {
	width: 955px;
	background-color: #4a2f00;
	padding-top: 10px;
	padding-right: 0px;
}

#left {
	width: 165px;
	float: left;
	padding-left: 0px;
	text-align: center;
	color: #FFF;
}

#left img {
	display: block;

    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

#header {
	float: right;
}

#header img {
	border-style: none;
}

#main {
	width: 790px;
	float: left;
}

#right {
	width: 115px;
	float: left;
}

#right img {
	display: block;
	border-style: none;
	margin-bottom: 15px;

}

#content_outer {
	width: 675px;
	float: left;
}


/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#content_inner {
	
	border:1px solid #e9f3bd;
	border-width:1px 0;
	background: url(../images/parchment.gif) repeat;
	padding-right: 20px;
}

#content_inner a:link, a:visited {
	font-weight: bold;
	color: #4a2f00;
	text-decoration: none;
}

#content_inner a:hover, a:active {
	text-decoration: underline;
}

#content_inner img {
	float: right;
	padding: 10px;
}

#content_inner h1 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

#content_inner h3 {
	padding: 0;
	line-height: 2ex;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1ex;
	margin-left: 0;
}


div.clearall {	
	clear: both;
}

#footer {
	background: #000;
	color: #FFF;
	padding: 5px;
}

#footer a {
	text-decoration: underline;
	color: #FFF;
}

#footercopyright {
	text-align: right;
}

#footerlinks {
	text-align: center;
}

#footer p {
	line-height: 2em;
}






/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
	background:url(../images/drop_shadow/box.gif) no-repeat 100% 0;
	margin:0 0 0 45px;
	height:40px;
}
.bt div {
	height:40px;
	width:45px;
	position:relative;
	left:-45px;
	background:url(../images/drop_shadow/box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/drop_shadow/box.gif) no-repeat 100% 100%;
	margin:0 0 0 45px;
	height:27px;
}
.bb div {
	height:27px;
	width:45px;
	position:relative;
	left:-45px;
	background:url(../images/drop_shadow/box.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 45px;
	background:url(../images/drop_shadow/borders.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 30px 0 0;
	background:url(../images/drop_shadow/borders.gif) repeat-y 100% 0;
}

/* CSS for the box ends here */
