body { font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif; margin: 0;
	color: #000000;
	padding: 0;
	text-align: left;
	background: #007CAE;
	padding: 10px;
}

* {
	margin: 0;
	padding: 0;
}

.testdiv {
	border : 1px solid #000;
}

a {
	color: #999999;
	text-decoration: underline;
	border: none;
}
a:hover { color: #000000; text-decoration: underline; }

img {
	border-style: none;
}

h1 {
	margin: 0px;
	color: #0072BC;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#header {
	margin: 0px auto;
	width: 755px;
	height: 111px;
}


#contentwrapper {
	width:723px;
	background: url(images/content-bg.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 16px;
}

#menu {
	float: left;
	width:204px;
	background: #C7EAFB;
}
#menu ul li {
	font-size: 14px;
	list-style: none;
	display: block;
}
#menu a {
	display: block;
	width: 184px;
	height:24px;
	background: url(images/tab-bg.gif) no-repeat #C5E1EC;
	color: #E6F6FE;
	size: 2em;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 0px 15px;
	margin: 2px 2px 2px 2px;
}
#menu ul a.current {
	background: url(images/tab-bg-current.gif) no-repeat #C5E1EC;
}
#menu a:hover {
	color: #ffffff;
	/*background: url(images/tab-bg-active.gif) no-repeat #C5E1EC;*/
	text-decoration: none;
}


#main {
	float: right;
	width:478px;
	background: url(images/main-bg.jpg) no-repeat #CFE3EC;
	padding: 20px;
	min-height: 680px;
}
#main p {
	color: #333333;
	font-weight: bold;
	line-height: 1.6em;
	padding: 15px;
}
#main a {
	color: #083F5A;
	text-decoration: underline;
}
#main a:hover {
	color: #000000;
}
#main img {
	float: right;
	margin: 5px 10px;
	border: 1px solid #8FD8D4;
	padding : 3px;
	clear:both;
}

div.photogallery p {
	float: left;
}
div.photogallery img {
	float: none;
	clear:none;
	margin: 0px;
}


#contactform p {
	padding: 10px 0px;
}

#contactform input {
	width: 200px;
}
#contactform textarea {
	width: 400px;
	height: 200px;
}
#contactform .message {
	color: #990000;
}


#footer {
	width:755px;
	background: url(images/footer.gif) no-repeat #007CAE;
	text-align:center;
	margin:0px auto;
	font-size: 10px;
	color: #ccffff;
	padding-top: 20px;
}

#footer a { color: #ccffff; text-decoration: underline; border: none; }
#footer a:hover { color: #ffffff; }

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

