body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFF;
	font-size: 11px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}

.mainbox {
	border: 4px solid #FFF;
}

.mainbox-profile {
	border: 4px solid #FFF;
	background-image: url('images/profile-image.jpg');
	background-repeat: no-repeat;
	background-position:right; 
}

.mainbox-contact {
	border: 4px solid #FFF;
	background-image: url('images/contact-image.jpg');
	background-repeat: no-repeat;
	background-position:left; 
}

a:link { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a:active { text-decoration: none; color: #beb596; font-weight: bold; }
a:hover { text-decoration: none; color: #beb596; font-weight: bold; }

.profile-list {
	list-style: none;
	margin: 0px;
	padding-left: 150px;
	line-height: 1.5em;
	font-size: 14px;
}

.contact-list {
	list-style: none;
	margin: 0px;
	padding-left: 350px;
	line-height: 1.5em;
	font-size: 14px;
}

.gallery-thumb {
	border: 2px solid #FFF;
}
.gallery-thumb:hover {
	border: 2px solid #beb596;
}

.nav-active-page {
	font-weight: bold;
	color: #beb596;
}

.frontpage-text {
	font-size: 18px;
}