@charset "UTF-8";
/* CSS Document */


body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #474747;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

p	{
	font-size:0.8em;
	color: #474747;
}

ul	{
	font-size:0.8em;
	list-style-type: square;

}

ol	{
	font-size:0.8em;
}

#container-big {
	width: 890px;
	margin: 0px 20px 0px 20px;
	border: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
} 

#container {
	width: 850px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin: 0 auto;
} 
#wrap {
	margin: 0;
	padding: 0;
	clear: left;
	min-height: 500px;
	background-image: url(sidebar-bg.jpg);
	background-repeat: repeat-y;
} 
#header {
	height: 150px;
	background-image: url(test-header.jpg)
} 

#sidebar1 {
	float: left;
	width: 170px;
	padding: 15px 10px 15px 20px;
	height: 100%;
}


#sidebar1 h3 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin: 10 0 0 0;	
	color: #474747;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #767676;
}

#sidebar1 h4 {
	display:block;
	background-color:#d6d6ce;
	margin-left: 20px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #767676;
}

#sidebar1 a:link
{
	display:block;
	background-color:#d6d6ce;
	text-decoration:none;
	color: #474747;
	padding:10px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #767676;

}

#sidebar1 a:visited
{
	display:block;
	background-color:#d6d6ce;
	text-decoration:none;
	color: #474747;
	padding:10px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #767676;	
}

#sidebar1 a:hover
{
	display:block;
	background-color: #969693;
	color:#FFF;
	padding-right: 10px;
}


#sidebar1 a:active
{
	display:block;
	background-color: #969693;
	color:#FFF;
	padding-right: 10px;
}


#mainContent {
	margin: 0 0 0 200px;
	padding: 30px 30px 30px 30px;
	min-height: 500px;
} 




#mainContent a:link {
	text-decoration: none;
	color: #3e7c97;
}
#mainContent a:visited {
	text-decoration: none;
	color: #155f83;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #165671;
}

#mainContent h1 {
	margin-top: 0;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
}

 
#mainContent h2 {
	margin-top: 0;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent h3 {
	margin-top: 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #474747;
}

#mainContent h4 {
	margin-top: 0;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #474747;
}

#photo-right {
	float: right;
	width: 180px;
	padding: 0px 0px 10px 20px;
	background-color: 969693;
	text-align: left;
	font-size: 0.8em;
}

#footer {
	padding: 20px 20px 20px 20px;
	background-color: #6d5e4e;
	position: relative;
	margin: 0 auto;
	background-image: url(outsidefooterbg.gif);
	text-align: center;
	width: 810px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .7em;
	color:  #dddddd;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #dddddd;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #dddddd;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
	border-color: 3e7c97;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a img {
	border: ooo;
	}
	
.gallery {
       padding: 3px;
       margin: 2px;
       background-color: #2f4d4a;
       border: 0;
}
.gallery:hover {
       padding: 3px;
       margin: 2px;
       background-color: #6c6c6c;
       border: 0;
}
	
