body {
	background-color: #B3B3B3;	
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body.gallery img { margin-top: 2px; border: none; }

a:link, a:visited, a:hover {
	color: #ADB5F0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


table {
	border-bottom: 15px solid #B12749;
	background-color: Black;
}

td {
	vertical-align: top;
}

td.content {
	background-image: url(../image/top-bar.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 510px;
	padding: 200px 0px 20px 0px;
}

td.nav {
	padding-bottom: 2px;
}

h1, p, h2 {
	font-size: 70%;
	padding-right: 15px;
	margin-top: 5px;
}

h2 {
	color: #B12749;
	margin-bottom: 0px;
}

h1 {
	font-size: 75%;
	margin-bottom: 0px;
}

p {
	margin-bottom: 10px;
}

td.nav h2, td.nav a, td.nav li {
	font-weight: bold;
	margin: 0px;
	line-height: 25px;
}

div.rule {
	border-bottom: 1px solid #B3B3B3;
}

td.nav h2, td.nav ul {
	margin: 0px 25px 0px 15px;
	font-size: 70%;
	padding: 0px;
}

td.nav ul {
	list-style: none;
}

td.nav li {
	border-bottom: 1px solid #B3B3B3;
}

td.nav a:link, td.nav a:visited, td.nav a:hover {
	text-decoration: none;
	padding-right: 10px;
	background-image: url(../image/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;	
}

td.nav a:hover {
	color: #FFFFFF;
}

td.nav p {
	margin: 0px 25px 5px 15px;
}

div.details, h2.details {
	color: #FCFDBE;
}


	