* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
color: #222;
}

table, td {
padding: 0px;
margin: 0px;
border-collapse: collapse;
border-width: 0px;
vertical-align: top;
}

a {
text-decoration: none;
color: #1172a5;
}
a:hover {
text-decoration: underline;
color: #CF9F5A;
}

h1, h2, h3 {
text-align:left;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 100px;
background: #f9f4e0 url(images/header.jpg) no-repeat;
}
#header h1 {
font-family: Georgia;
font-size: 28px;
letter-spacing: -1px;
padding: 34px 0 0 108px;
color: #FF5500;
text-align: left;
}
#header h1 a { 
color: #000;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-family: Georgia;
font-size: 19px;
color: #000;
padding: 5px 0 0 108px;
letter-spacing: -1px;
font-weight: 100;
text-align: left;
}

#menu {
height: 31px;
line-height: 30px;
background: #fff url(images/menu.jpg) no-repeat;
overflow: hidden;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover, #menu ul li.current-page-item a {
color: #55d3fb;
text-decoration: none;
}

#content {
background: #fff url(images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
min-height: 480px;
_height: 480px;
}

.right {
float: right;
width: 540px;
text-align: justify;
padding-top: 5px;
}
.right h1, .right h2 {
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h1 {
font-size: 18px;
}
.right h2 {
font-size: 16px;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}
.right h3 {
margin: 1em 0px 0.5em 0px;
}
.right p {
line-height: 1.3em;
padding: 3px 0px 3px 0px;
}
.right a {
text-decoration: underline;
}
.right a:visited {
color: #888;
}

.right ul, .right ol {
	padding: 0px 0px 0px 30px;
}

.left {
float: left;
width: 200px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #1172a5;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
}
.left ul li.current-page-item {
	font-weight: 600;
}
.left ul li a:hover {
}
.left-region li {
	line-height: 1.25em;
}
.left-news li {
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #000; }

.cntr {
float: right;
margin: 4px 20px 0px 0px;
}

table.bb th
{
	font-weight: normal;
	border: none;
	background: #a40;
	color: white;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

table.bb td
{
	font-weight: normal;
	border-bottom: #cecece 1px solid;
	padding: 8px;
}

