/*

*/

* {
 margin: 0;
 padding: 0;
 font-size: small;
}

body { font: normal small Verdana, Arial, Helvetica, sans-serif; }

form {
}

fieldset {
}

legend {
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
 margin-left: 1.2em;
 margin-right: 1.2em;
 padding: 0 1em;
 background: #FFFF99;
 text-align: justify;
 margin-bottom: 1.2em;
 color: #990000;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}











img {
	margin-top: 0em;
}











/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

/* Logo */

#logo {
 float: left;
 width: 154px;
 padding: 0.25em 20px 0 0;
 text-align: right;
}

#logo h1 {
	font-size: 3em;
}

#logo h2 {
}

#logo a {
	color: #C5C5C5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background: url(images/img01.gif) repeat-y;
}

/* Sidebar > Boxed */

#sidebar .boxed {
	padding: 0 5px;
}

#sidebar .boxed .title {
	height: 26px;
	padding: 14px 0 0 10px;
	background: url(images/img05.gif) no-repeat;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	padding: 10px;
}

#sidebar .boxed ul {
	margin: 0;
	list-style: none;
}

#sidebar .boxed li {
	padding: 0 0 0 12px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar .boxed h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar .boxed a {
	color: #FFFFFF;
}

#sidebar .boxed a:hover {
	text-decoration: underline;
}

#sidebar .extra {
	height: 35px;
	background: url(images/img08.gif);
}

/* Menu */

#menu {
 padding: 1em 15px 40px 22px;
 text-decoration: none;
}

#menu ul {
 margin: 0;
 list-style: none;
 text-decoration: none;
 float: none;
}

#menu li {
	display: inline;
}

#menu a {
 display: block;
 width: 155px;
 height: 27px;
 margin: 0 0 5px;
 padding: 3px 0 0;
 background: url(images/img02.gif) no-repeat;
 text-transform: lowercase;
 text-align: center;
 letter-spacing: -1px;
 font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #FFFFFF;
}

#menu a:hover {
 background-image: url(images/img03.gif);
 background-color: #7F2B18;
 text-decoration: none;
 background-position: center;
}

#menu .active a {
	background-color: #803126;
	text-decoration: none;
}

/* Content */

#content {
 float: right;
 width: 350px;
 margin-bottom: 0px;
 border-color: #000000 #E6E6E6 #000000 #000000;
 border-right-width: thin;
 border-right-style: solid;
 padding-right: 5px;
 background-image: url(images/yellowBG.gif);
 background-repeat: repeat-y;
 background-position: right top;
 height: 100%;
}

#content h2 { margin: 0.5em 0 0.25em; }

/* Footer */

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 1em 0;
	border-top-color: #e6e6e6;
	border-top-width: thin;
	border-top-style: solid;
	border-top: 1px;
	margin-top: 50px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.clear
{ clear: both; }
