* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
height:324px;
background: #FFFFFF url(images/header.jpg) no-repeat top;
padding: 0px 0 0px 0;
}
#header h1 {
font-family: Georgia, "Times New Roman", Times, serif;
float:right;
text-transform: uppercase;
font-size: 28px;
font-weight: bold;
letter-spacing:5pt;
padding: 50px 20px 50px 10px;
color: #OOOOOO;
}
#header h1 a {
color: #000000;
text-decoration: none;
}
#header h1 a:hover {
color: #000000;
text-decoration: none;
}
#header h2 {
float:left;
color: #FFFFFF;
font-size: 15px;
font-weight: 100;
padding: 250px 0 0 55px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
height: 40px;
line-height: 40px;
display:block;
background: #57626a url(images/menu.jpg) repeat-x;
text-transform: uppercase;
text-align:left;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: inline;
}
#menu ul li a {
display: inline;
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: none;
}

#content {
padding: 10px 20px;
}

.right {
width: 668px;
float: right;
text-align: justify;
}
.right h2 {
color: #FF4800;
font-size: 20px;
letter-spacing:1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
	width: 25%;
	float: left;
	padding: 10px;
	border-right: 1px solid #bbb;
	font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

/* sNews	
------------------------------------------------------------------ */


.searchfield {
     padding: 3px ;
     margin: 0px;
     width:180px;
     border: 1px solid #333333;
     background: #FFFFFF url(shadow.jpg) top left repeat-x;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
    
}

.searchbutton {

     height: 25px;
     margin: 0;
     padding: 0;
     width:150px;
     border: 1px solid #333333;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
     background: #EEEEEE;
}

fieldset { 
     border: 1px solid #DDDDDD; 
     padding: 10px 8px; 
     margin: 0 0 8px 0; 
     background: #f9f9f9; 
     color: #000; 
}

input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }

.comment { 
     background: #F5F6F6; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
     border-top: 1px solid #ccc; 
}

.commentsbox { 
     background: #f4f4f4; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
}

.date { 
     border-top: 1px solid #f4f4f4; 
     margin: 0 0 20px 0; 
     clear: both;
}

