* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/blue2.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: none; }
a { color: #000; }
a:hover { text-decoration: none; color : #000; }
h3 {padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #000; }

address {
	text-align: center;
	font-size: 20px;
	line-height: 1em;
}

#top {
background: #fff url(images/top.jpg) no-repeat;
padding: 0px 0px 10px 0px;
}

#wrap {
width: 800px;
margin: 20px auto;
}

#title {
background: url(images/title.jpg) repeat-y;
height: 60px;
padding-left: 30px;
padding-top: 40px;
}

#title h1 {
	font-size: 45px;
	color: white;
}

#pic img {
width: 540px;
height:168px;
}

#menu {
background: #4E4421 url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #4A883B url(images/menuover.jpg) repeat-x;
}

#content { 
padding: 0 20px;
background: #fff url(images/content.jpg) repeat-y;
min-height: 720px;
}

#left {
width: 520px;
float: left;
font-size: 12px;
text-align: justify;
}

#left h3 {
	color: #4A883B;
}


#weather {
	margin-left: 15px;
	margin-bottom: 20px;
}

#map {
	text-align: center;
}

#right{
padding: 20px 0;
width: 220px;
float: right;
color: #000;
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li a { color: #000; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #000; text-decoration: underline;}
#right li {margin-left:15px; padding:3px 10px; width:140px;}

#footer {
font-size: 10px;
color: #ccc;
text-align: center;
height: 30px;
line-height: 30px;
background: #fff url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #ccc;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 5px 0;
}