/* CSS Document */

body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	padding: 25px;
	font-size: 12px;
}
 hr{
border-top: 1px dotted;
border-top-color:#999999;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

a:link{
	color: #666666;
	text-decoration:none;
}

a:visited {
color: #4e4e13;
	text-decoration:none;
}
a:hover {
	color: #1c9689;
	text-decoration: none;
}

div#wrap {
	width:750px!important;
	
	padding:5px;
	text-align:left;
	background:#FFF;
	padding:8px;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	border: 5px solid #c2e0de;
}
div#sidebar {

	float:left;
	width: 175px;
	font-size: 11px;
	text-align: justify;
	border-right: dotted 1px #c2e0de;
	
}
.homeimage{
	border: 15px #000000 solid;

}



div#content{
	float:right;
	width:550px;
	line-height: 15px;
	text-align: justify;
	padding:10px;
}
div#viewer {
	width: 525px;
	text-align: center;
	margin-left: 15px;
}
div#picker {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 105px;
	width: 525px;
	overflow: auto;
}
div#picker_thumbs {
	height: 82px;
	width: 400px;
	align: center;
}

div#menu {
	padding-right: 12px;
	font-size: 11px;
	margin-left:12px;
position:static;
color:#b3af84;
	

}
div#title {
	padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #326b62;
	text-transform: lowercase;
	text-align:center;
	font-size:18px;
}

div.thumbnail {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	border: dotted 1px #CCCCCC;
}

div#notice {
		font-size: 10px;
		color: #999999;
		text-align: center;
		padding: 3px;
		border-top: dotted 1px #CCCCCC;
}
div#description {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #E7617C;
}

