body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/background.jpg) center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
	padding-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, li, ol {
	padding-left: 30px;
}

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

a:hover {
	color: #000;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

img {
	border: none;
}

/* Header */

#header {
	width: 980px;
	height: 310px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header-background.jpg) no-repeat left top;
}

#header p {
	color: #FFF;
	font-size: 12px;
}

#menu-left a {
	color: #BBB;
}

#menu-left a:hover {
	color: #FFF;
}

#menu-right a {
	color: #BBB;
}

#menu-right a:hover {
	color: #FFF;
}

#menu-left {
	float: left;
	width: 540px;
	margin-left: 90px;
	margin-top: 195px;
	text-align: left;
}

#menu-right {
	float: right;
	width: 250px;
	margin-right: 100px;
	margin-top: 195px;	
	text-align: right;
}

#header .main-menu {
	margin-left: 15px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(images/content-background.png) repeat-y;
	padding: 0px;
}

#page-wrapper {
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 10px;
	background: url(images/separator.gif) repeat-y 600px;
}

/* Content */

#content {
	float: left;
	width: 500px;
	margin-right: 40px;
}

#content img {
	margin-right: 20px;
}

.breadcrumb {
	margin-top: -10px;
	padding-bottom: 10px;
	font-size: 10px;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
}

#sidebar .current a {
	color: #000;
}

#sidebar ul, li, ol {
	margin-left: 10px;
	padding-left: 0px;
}

#sidebar a {
	border: none;
	color: #069;
}

#sidebar a:hover {
	color: #000;
}

/* Footer */

#footer {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
	background: url(images/footer-background.png) no-repeat top;
}

/* Contact Form */

.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  100px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  300px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  200px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 225px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}