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

*{
	margin: 0;
	}
	
body {
	background-image:url(images/background.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.8em;
}
#small{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.8em;}
	
/* Menu */

#menu {
	width: 680px;
	height: 25px;
	margin: 0 auto;
	padding-top: 100px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin: 0 0px;
	padding: 5px 10px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: none;
	background-color: #A088A4;
}

#menu .active a {
	border-bottom: #c3cfd4 5px;
	border-bottom-style: solid;
}
.middle table tr td div ul li {
	list-style-image: url(images/i_bullet.gif);
}

.middle {
	float:left;
	margin-left: 90px;
	padding: 10px 0 2 0;
	width: 90%;
	height: 630px;
	}
.footer table tr td img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.footer table tr td #gallery1 ul li a img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
	
	
.footer {
	padding-top: 1px;
	float:left;
	padding-left:90px;
	width:85%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #336;
}
a:active {
	text-decoration: none;
	color: #764E72;
}
a:link {
	color: #705071;
}
h1 {
	font-size: 18px;
	color: #4674A1;
	font-weight: lighter;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #4674A1;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	color: #705071;
}
h4 {
	font-size: 14px;
	color: #705071;
	font-weight: lighter;
	text-transform: uppercase;
}
h5 {
	font-size: 11px;
	color: #666;
	font-weight: lighter;
}

