* {
   margin: 0;
   padding: 0;
}
a {
	color: #c10007;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
	background: #fff url('img/body_background.jpg') repeat-x 0 7px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}	
.left {
	float: left;
}
.content_container {
    border-width: 1px 1px 0 1px;
    border-color: #9a9a9a;
    border-style: solid;
    width: 600px;
    background-color: #fff;
}	
#left_bottom {
	background: url('img/left_bottom.jpg') no-repeat;
	height: 8px;
	width: 602px;
}
.item_heading {
	background-color: #c10007;
	font-size: 18px;
	color: #fff;
	padding: 5px 20px;
}	
.content {
	margin: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}	
.content h1 {
    font-size: 18px;
    color: #c10007;
    margin-top: 10px;
}
.newsElement h1 {
    font-size: 16px;
    color: #c10007;
    margin-top: 10px;
}
.content h2 {
    font-size: 14px;
}
.newsElement h2 {
    font-size: 14px;
    font-weight: bold;
}

.content p {
    line-height: 20px;
	margin-top: 0px; margin-bottom: 10px;
}
.newsElement p {
    line-height: 20px;
    margin-top: 0px; margin-bottom: 10px;
}	
.right {
	width: 280px;
	float: right;
}
.right_box {
    with: 280px;
    border-width: 1px 1px 0 1px;
    border-color: #9a9a9a;
    border-style: solid;
    background-color: #fff;
    
}    
.right_bottom {
	width: 280px;
	height: 8px;
	background: url('img/right_bottom.jpg') no-repeat;
	margin-bottom: 10px;
}	
.right_links, .right_links li {
    margin: 0; padding: 0;
    background: none;
    height: auto;
}	
.right_links {
    list-style: none;
    margin: 10px 0;
}

.right_links li {
	background-repeat: no-repeat;
	padding-left: 90px;
	margin-bottom: 10px;
}	 

.newsElement {
    border-bottom: 1px #ccc dotted;
}
.item_heading a {
    color: #fff;    
}
.newsElement span.news_date {
    font-size: 11px;
}
#header {
    width: 900px;
    height: 308px;
    background-repeat: no-repeat;
	
}
#nav, #nav li {
	margin: 0; padding: 0;
	background: none;
}	
#nav {
    list-style: none;
    padding-top: 53px;
    padding-left: 315px;
    background: none;
}
#nav li {
	display: block;
	float: left;
	margin: 0 12px;
}	
#nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}   

.newsletter {
    width: 280px;
    border: 1px #9a9a9a solid;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 127px;
    position: relative;
}  
.newsletter label {
	display: block;
	width: 90px;
	text-align: right;
	float: left;
	padding-top: 6px;
	margin-right: 10px;
	position: relative;
}	
.newsletter input {
    width: 115px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    height: 20px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #828282;
    background: url('img/input_background.jpg') no-repeat;
    padding-top: 3px;
    padding-left: 5px; padding-right: 2px;
    position: relative;
}

#newsletter_info {
    background-color: #fffbcd;
    margin: 10px 10px 0px 10px;
    padding: 10px;
    border: 1px #ccc solid;
}
#newsletter_info h1.error {
    font-size: 14px;
    background: url('img/error.gif') no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}
#newsletter_info h1.ok {
    font-size: 14px;
    background: url('img/ok.gif') no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    
}
.newsletter input.submit {
    width: 50px;
    height: 16px;
    border: none;
    padding: 0; margin: 0;
    background: none;
    margin-left: 180px;
}
.newsletter form {
    margin-top:10px;
}    
ul, li {
    list-style: none;
    margin: auto;
    padding: auto;
}    
ul {
    margin: 10px 50px;
}    
ul li {
    margin: 10px 0;
    background: url('img/red_bullets.jpg') no-repeat;
    font-weight: bold;
    height: 20px;
    padding-left: 25px;
}      

.enquiry {
    width: 300px;
    background-color: #fff;
    min-height: 127px;
    position: relative;
    margin-top: 15px;
}  
.enquiry label {
    display: block;
    width: 85px;
    text-align: right;
    float: left;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
}   
.enquiry input {
    width: 180px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    height: 20px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #828282;
    background: url('img/input_background.jpg') no-repeat;
    padding-top: 3px;
    padding-left: 5px; padding-right: 2px;
    position: relative;
}
.enquiry textarea {
    width: 181px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    height: 100px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #828282;
    background: url('img/input_background.jpg') no-repeat;
    padding-top: 3px;
    padding-left: 5px; padding-right: 2px;
    position: relative;
}

#enquiry_info {
    background-color: #fffbcd;
    margin: 10px 10px 0px 10px;
    padding: 10px;
    border: 1px #ccc solid;
}
#enquiry_info h1.error {
    margin: 0; padding: 0;
    font-size: 14px;
    background: url('img/error.gif') no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
}
#enquiry_info h1.ok {
    margin: 0; padding: 0;
	font-size: 14px;
    background: url('img/ok.gif') no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
}
.enquiry input.submit {
    width: 50px;
    height: 16px;
    border: none;
    padding: 0; margin: 0;
    background: none;
    margin-left: 190px;
}
.enquiry form {
    margin-top:10px;
}

#contact_details {
    border: 1px #ccc solid;
    width: 235px;
    float: right;
    margin-top: 21px;
    padding: 10px;
}    

img.left_inset {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px #ccc solid;
    padding: 10px;
}
img.right_inset {
    float: left;
    margin: 0 0 10px 10px;
    border: 1px #ccc solid;
    padding: 10px;
} 
#footer {
    width: 900px;
    height: 23px;
    background: url('img/footer.jpg') no-repeat;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 9px;
    padding-left: 0px;
    font-size: 9px;
    
}    