@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #2486A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(gray_watercolor.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
}

a:link { 
	color: #2486A6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #45BFE6;
}
a:visited {
	color: #165776;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #165776;
	}
a:hover {
	color: #FAFEFF;
	background-color: #2486A6;
	text-decoration: none;
	}

.thumbnail {
	float: left;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: 15px;
	margin-bottom: 15px;
}
.thumbnail:hover  {
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

p {
	font-size: x-small;
	margin: 0px;
	line-height: 16px;
}

.subhead {
	font-weight: bolder;
	padding-bottom: 4px;
	padding-top: 2px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px 0px 5px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 127px;
	margin-top: 0px;
}

#box-header {
	height: 120px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(menu_dorian/menu_dorian.gif);
	background-position: center top;
}

#box-content {
	width: 500px;
	float: left;
	top: 0px;
	margin-left: 76px;

}



#box-about {
	width: 150px;
	float: right;
	text-align: right;
	display: block;
	margin-right: 62px;
	margin-top: 100px;
}
#box-footer {
	top: 152px;
	left: 142px;
	width: 475px;
	float: left;
	margin-top: 20px;
	text-align: left;
	display: block;
	margin-left: 76px;
	padding-bottom: 30px;
	font-size: xx-small;
}

.section_main {
	float: left;
	width: 425px;
}

.section_floater {
	float: left;
	width: 425px;
	font-size: small;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-color: #2486A6;
	border-bottom-style: solid;
	padding-bottom: 15px;
	margin-bottom: 10px;
}



#box-content_slim {
	width: 300px;
	float: left;
	top: 0px;
	margin-left: 76px;
}
#box-about_wide {
	float: right;
	text-align: left;
	display: block;
	margin-right: 62px;
	width: 350px;
	margin-top: 40px;
}
#home {
	position: relative;
	height: 100px;
	width: 100px;
	float: right;
	top: 5px;
	right: 60px;
		border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

