body {
	background-color: #D5C7E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: repeat-x;
	height: 100px;
	width: 700px;
	text-align:center;
}

#logo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#logo h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}
#mainphoto {
	background-image: url(images/main_photo.jpg);
	height: 178px;
	width: 700px;
}

#dropmenu li{
	list-style-type: none;
}

.category {
	list-style-type: none;
	
	color: #a7638a;
	padding-top: 6px;
	font-weight: bolder;
	
}

.category li {
	list-style-type: none;
	
	font-weight: normal;
	
	
}

.topnav ul {
	list-style-type: none;
}

#shadow {
	height: 17px;
	width: 700px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
}
#col1 {
	float: left;
	width: 500px;
}
#col2 {
        background-color: #C0ACC8;
	float: left;
	width: 200px;
}
#col1content p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
#col1content {
        margin-right: 10px;
	padding: 0px 15px 15px;
	
}
#footer {
	clear: both;
	height: 20px;
	width: 700px;
	background-color: #855370;
}
#footer a:link{
	color: #fff
	text-decoration: underline;
}
#col2content {

	margin-left: 15px;
	text-align: center;
}
#sidebar  img{
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
 /*MENU */
#leftcol ul {
	float:left;
	font-size: 90%;
	padding: 0;
	margin-bottom: 10px;
	margin-left:0;
	margin-top:10px;
	margin-right: 0px;
	width: 260px;
}
#leftcol ul li {
	list-style-type: none;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 16px;
	padding-bottom: 0.6em;
}
#leftcol ul li a {
	font-size: 86%;
	color: #006600;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: underline;
}
#leftcol ul li a:hover {
	font-size: 86%;
	color: #FF6600;
	background-color: #eee;
	padding-left: 4px;
	padding-right: 4px;
}
#leftcol ul li a:active {

	font-size: 86%;
	color: #FF6600;
	background-color: #eee;
	padding-left: 4px;
	padding-right: 4px;
}



.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #656d90;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Tresbuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #855370;
	padding-bottom: 10px;
	padding-top: 5px;	
}

h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;
}

p {
        color:#000;
        font-size: .1em;
	line-height: 1.2em;
}



#footer p {
	color: #EEEBE8;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#footer a:link {
	color:#EEEBE8;
	text-decoration: underline;
}
#footer a:visited {
	color:#EEEBE8;
	text-decoration: underline;
}
#footer a:hover {
	color:#EEEBE8;
	text-decoration: underline;
}
#footer a:active { color:##EEEBE8;}

a:link {
	color:#855370;
	text-decoration: underline;
}
a:visited {
	color:#855370;
	text-decoration: underline;
}
a:hover {
	color:#d5c7e0;
	text-decoration: underline;
}
a:active { color:#0059b4;}
