* {
    padding: 0;
    margin: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
}

.flash {
	width:100%;
}

#logo { margin-top:15px; margin-bottom:15px; padding-right:10px; }

img { border: none; }
a { color: #FFF; }
a:hover { text-decoration: none; color : #000; }
/* headers */
h1, h2, h3 {
	font: bold 1em Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
}
/* form elements */

label {
	font-weight:bold;
	margin: 0px 2px 0 0px;
         padding:10px;
}
input {
	height:20px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
        background: #fff; color:#333;
        
}


#search {
	position:absolute; margin-left:640px;
}

#wrap {
width: 990px;
margin: 0px auto;
}

#menu {
background: #009183;
width: 900px;
height: 40px;
line-height: 40px;
padding-left: 30px;
}
#menu ul {
padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#000;
text-decoration:none;
background: #FFF;
}
#menu .menu_current{
color: #000;
text-decoration:none;
font-weight:bold;
background: #FFF url(menuover.jpg) repeat-x;
font-size: 13px;
}
#menu .menu_default {
	color: #fff;
   text-decoration:none;

}
#content {
padding: 0 30px;
background: #fff url(images/content.jpg) repeat-y;
}

#left {
padding: 10px 10px 10px 10px;
width: 270px;
float: left;
font-size: 12px;
text-align: left;
background-color:#009183;
color:#FFF;

}


.search_button {
	margin-top:4px;margin-left:10px; background: url(search_skin.png) no-repeat; width: 88px; height:31px; border:0px; color:#FFF; font-weight:bold;
}

#right{
padding: 5px 5px 20px 0 ;
width: 600px;
float: right;
color: #000;
}




#bottom a {
color: #CCC;
text-decoration: none;
}
#bottom a:hover {
color: #ccc;
text-decoration: underline;
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 27px;
height: 236px;
color: #666;
text-align: left;
}