html {
	color: white;
	margin: 0 0;
	padding:  0 0;
	height: 100%;
}

body {
	background-color: #1B1B1B;
	margin: 0 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	padding: 0 0;
	overflow: hidden;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	color: white;
}

h2 {
	color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	float: right;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color: white;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color: white;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 15px;
	font-size: 10px;
	color: white;
}

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

a:hover {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


#header {
	padding: 0 0;
	border-bottom: 1px solid gray;
	background-repeat: no-repeat;
	width: 90%;
	height: 55px;
	background-image: url("../images/logo.gif");
	margin: 40px auto 0 auto;
}

#content
{
	margin: 0 0;
	padding: 0 0;
	width: 100%;
	height: 100%;
}

#title {
	font-weight: bold;
	clear: both;
	margin: 0px;
	color: #000000;
}

.thumbimage {
	margin: 0px 20px 20px 0px;
	border: 0px;
}

