body {
	background-color: #FFF;
	text-align: center;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
#header #title{
	font-size:32px;
	letter-spacing: 10px;
	text-transform: lowercase;
	margin-top: 25px;
	margin-bottom: 10px;
}
#header a {
	text-decoration: none;
}

#footer {
	background-color:#FFF;
	color:#666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 11px;
	padding-top: 10px;
	clear: both;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
}
a {
	color: #999;
}
a:hover {
	text-decoration: none;
}
#header {
	margin-bottom: 10px;
}
#container {
	width: 850px;
}
#galleries td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#galleries tr td a:hover {
	background-color: #333;
}

#galleries tr td img {
	float: left;
	height: 100px;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000;
}
#galleries tr td a {
	display: block;
	text-decoration: none;
	height: 100px;
	width: 200px;
	padding: 10px;
	margin: 2px;
}
#mainarea .text {
	width: 500px;
	margin: auto;
}
#mainarea .text p {
	text-align: justify;
}
#header #nav a {
	font-size: 12px;
	text-decoration: none;
}
.clear {
	clear: both;
}
#rotator ul li img.vertical {
	width: 400px;
}

