a:link {
	color: Black;
	text-decoration: underline;
}

a:visited {
	color: Black;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

#header {
   width: 780px;
   height: 184px;
}

body {
 color: #000000;
 background-color: MintCream;
 font: small/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 10px;
}

#container {
 position: relative;
 width: 780px;
 background: #D2DECA url(images/background.gif) repeat-y left;
}

#menu {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 181px;
}

#inset {
 display: block;
 margin-left: 180px;
	text-align: justify;
	padding: 1px 8px 2px 5px;
	background-color: White;
	color: Black;
 border-right: 1px solid #FFCC33;
}

#inset h1 {
	font: 1.5em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DarkSlateBlue;
	background-color: transparent;
	letter-spacing: 1px;
	border-bottom: 1px solid DarkSlateBlue;
}

#inset h2 {
	font: medium bold "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DarkSlateBlue;
	background-color: transparent;
 margin: 0px 0px 20px 0px;
}

#inset p.quote {
 margin-bottom: 2px;
}

#footer {
	color: Black;
	background-color: #D2DECA;
	font-size: x-small;
	width: 778px;
	text-align: right;
	clear: both;
	padding-top: 4px;
	padding-bottom: 2px;
	border-right: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
}

#footer a:link {
	color: #49508D;
	text-decoration: underline;
}

#footer a:visited {
	color: #49508D;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color: #000000;
	text-decoration: underline;
}

#footer span.copyright {
	font-size: x-small;
}










div.box1 {
	width: 270px;
	height: 200px;
	background-color: GhostWhite;
	color: Black;
	margin-top: 30px;
	padding: 5px;
	float: left;
	border: 1px solid DarkSlateBlue;
}

p.indent {
	margin-left: 10px;
}

div.box2 {
	width: 270px;
	height: 200px;
	background-color: GhostWhite;
	color: Black;
	margin-top: 30px;
	padding: 5px;
	float: right;
	border: 1px solid DarkSlateBlue;
}
#inset p.gallery {
	text-align: center;
	font-size: xx-small;
}
#menu ul {
	list-style: square;
	list-style-image: url("images/4dot_black.gif");
	margin-top: -15px;
}

ul {
 list-style: square;
}

hr {
 background-color: #FFCC33;
 color: #FFCC33;
 border: none;
 height: 1px;
}

table#contacts {
 width: 580px;
 background: GhostWhite;
	color: Black;
 border-collapse: collapse;
 margin: 1px 0px 15px 1px;
}

table#contacts td.outer {
 text-align: left;
 vertical-align: top;
 border: 1px solid DarkSlateBlue;
 width: 50%;
}

img.focal {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 width: 150px;
 height: 150px;
 border: 1px solid #D3DECB;
}

#extra_links {
 text-align: center;
 font-size: 1px;
 margin-left: -5000px;
}

