* {
	margin: 0px;
	padding: 0px;
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CFCFCF;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	cursor: default;
	background-repeat: no-repeat;
	background-position: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.gallery .picture {
}


a {
	color: #666666;
	text-decoration: none;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #CFCFCF;
}

a:hover {
	background-color: #CCCCCC;
	border: 1px dotted #666666;
}
td, th {
	padding: 2px;
}

p {
	margin-bottom: 6px;
	text-indent: 20px;
}
.listing {
	border: 1px dotted #333333;
	width: 610px;
	margin-left: 40px;
	margin-right: 40px;
	background:#CCCCCC;
	margin-bottom: 16px;
}
th {
	text-align: right;
	font-weight: bold;
	width: 150px;
	border-right: 1px solid #333333;
	font-size: 1em;
}
ul {
	list-style-type:circle;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

input, textarea {
	border: 1px #666666 solid;
	background:#CFCFCF;
}

li {
	margin: 5px;
}

#banner {
	height: 80px;
	border: 1px solid #666666;
	text-align: right;
	vertical-align: top;
	background: url(images/banner.jpg) no-repeat center center #DDDDDD;
}
#body .listing {
	display: block;
}

#body {
	border: 1px solid #666666;
	text-align: justify;
	padding: 4px;
	background-color: #DDDDDD;
}

#menu {
	color: #999999;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 20px;
	margin-bottom: 6px;
	color: #666666;
}


#body .gallery div {
	margin: 10px;
	padding: 4px;
	border: 1px dotted #333333;
	height: 152px;
}
#body .gallery div a {
	padding: 0px;
	border: none;
}

#body .gallery div img {
	float: left;
	margin-right: 4px;
	border: none;
}

