BODY {
	background-color: #FFF;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

H1, H2, H3, H4, H5 {
	color: #a52b1a;
}

DT {
    font-weight: bold;
}

DD {
    margin-bottom: 1em;
}

LI {
    margin-bottom: 0.5em;
}

A {
    color: #a52b1a;
    text-decoration: none;
}

A:Hover {
    background-color: white;
}

PRE {
	margin-left: 20px;
	background-color:#ddd;
	padding: 5px;
}

#wrapper_outer {
	width: 100%;
	text-align: center;
}

#wrapper_inner {
	width: 952px;
	min-height: 570px;
	height: 100%;
	background-color: #f2edec;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wrapper_top {
	background: #c74b39 url(/images/background.jpg) no-repeat right;
	height: 208px;
}

#wrapper_top {
	background: #c74b39 url(/images/background.jpg) no-repeat right;
	height: 208px;
}

#wrapper_top IMG {
	float: right;
}

#wrapper_menu {
	background-color: #231f20;
	color: #f2edec;
	margin-top: 1px;
	padding: 5px 14px;
}

#wrapper_menu IMG {
	margin-right: 5px;
	border: none;
}

#wrapper_menu A:Hover {
    background-color: #3a3435;
}

#wrapper_content {
	margin: 12px;
}

#wrapper_sidebar {
	float: right;
	border-left: 1px solid black;
	padding-left: 10px;
	width: 210px;
	height: 100%;
	min-height: 300px;
}

#wrapper_sidebar P {
	margin-top: 0px;
}

/*
.revdev {
  position: absolute;
	top: 0px;
	left: 0px;
}


.contentbox {
  position: absolute;
  top: 10px;
  left: 100px;
  width: 500px;
}
.nav {
  border-bottom: 1px solid #aa3333;
  font-size: 75%;
  text-align: right;
  color: #aa3333;
}

.content {
  min-height: 500px;
}

.footer {
  border-top: 1px solid #aa3333;
  font-size: 75%;
  text-align: right;
  color: #aa3333;
}




*/

