* {
	margin:0 auto;
	padding:0;
}

body {
	background:#666666;
	text-align: center;
}

#wrap {
	width: 820px;
	background: url(../images/background.jpg) repeat-y center;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

#topcorners {
	width:100%;
	height: 25px;
	min-height: 25px;
	background: url(../images/topcorners.jpg) no-repeat center top;
}
#bottomcorners {
	width:100%;
	height: 25px;
	min-height: 25px;
	background: url(../images/bottomcorners.jpg) no-repeat center top;
	clear: both;
}

#header {
	width: 780px;
	height: 190px;
	min-height: 190px;
	background:url(../images/wave.jpg) bottom no-repeat; 
	border-bottom: 6px solid #76C5C0;
}

#menu {
	height:56px;
	min-height:56px;
	line-height:56px;
	width:780px;
	background: url(../images/menu.jpg) repeat-x;

}
#bodytext {
	width:780px;
	background:url(../images/design.jpg) top center no-repeat;
}
#maincontent {
	padding: 20px;
	text-align: left;
}
#copyright {
	height:40px;
	min-height:40px;
	width:100%;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#fff;
}
#logo {
	float:left;
	margin-left:22px;
	margin-top:10px;
}
#address{
	float:right;
	margin-right:22px;
	margin-top:15px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	color: #009D92;
	font-size: 15px;
	text-align: right;
	line-height: 130%;
}	

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 130%;
	color: #1E4193;
	font-weight: bold;
	text-align: right;
}
#flash {
	background:#CCCCCC;
	width:780px;
	height:200px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #003366;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009D92;
}
.buttonswhite, .buttonswhite a:link, .buttonswhite a:active, .buttonswhite a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	text-decoration: none;
}
.buttonswhite a:hover, .buttonswhite a:active:hover, .buttonswhite a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	text-decoration: underline;
}
.buttons, .buttons a:link, .buttons a:active, .buttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	color: #1E4193;
	text-align: center;
	text-decoration: none;
}
.buttons a:hover, .buttons a:active:hover, .buttons a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	color: #009D92;
	text-align: center;
	text-decoration: none;
}
#buttonswhite {
	margin-right:22px;
	clear:both;
	text-align: right;
	padding-top:38px;
}
.images {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0 20px;
}
.imagesline {
	border: 1px solid #666666;
}
ul, li {
	margin-left: 30px;
}