
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/head.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #464032;
}

h1{
	width: 100%;
	background: #DDDDDD;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #333399;
}

h2, h3 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-top: 5px;
	line-height: 120%;
}

ul, ol {
	margin-top: 10px;
	line-height: 120%;
}


a {
	text-decoration: none;
	color: #9D151A;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 940px;
	height: 104px;
	margin: 0 auto;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 2em;
}

/* Logo */

#logo {
	float: left;
	height: 90px;
	margin: 0;
	background: url(images/img04.jpg) no-repeat left top;
	padding-top: 0px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	color: #A83A01;
}

#logo h2 {
	float: right;
	letter-spacing: -1px;
	text-transform: lowercase;
	padding-top: 50px;
	padding-left: 380px;
	color: #A83A01;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5E4E38;
} 

#logo p a {
	color: #5E4E38;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #A83A01;
}

/* Search */


/* Menu */

#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 26px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current a:hover {
	text-decoration: none;
	color: #ff2222;
}

#menu .current a {
	background-image: url(images/title2.jpg);
	color: #ff2222;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 0px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 10px 0px 0px 0px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #E9E3CB;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 10px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 10px;
	border-right: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	background: url(images/title.jpg) left top;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #464032;
}

#sidebar a:hover, #sidebar .current a:hover {
	background: #BBBBBB;
	text-decoration: none;
	color: #ff2222;
}

#sidebar .current a {
	background: #DDDDDD;
	color: #ff2222;
}

/* Footer */

#footer {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 4px solid #EBE6D1;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #464032;
}