body {
	background-color: #0e0e0e;
	padding: 20px;
}

div, span, td {
	font-family: arial;
	font-size: 11px;
}

.page_cont {
	border-top: 5px solid #191e2f;
	border-bottom: 5px solid #191e2f;
	background-color: #000000;
	width: 800px;
	vertical-align: top;
	padding: 30px;
	text-align: left;
}

.pagetitle {
	position: relative;
	font-size: 30px;
}

	.pagetitle div {

		font-size: 30px;
		font-family: times new roman;
		font-style: italic;
	}


	.pagetitle .name {
		position: absolute;
		color: #5b6481;
		font-size: 30px;
	}

	.pagetitle .artfolio {
		position: absolute;
		text-align:right;
		width: 100%;
		color: white;
	}

.menu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #222943; 
}

.menu div {
	display: inline;
	padding: 12px;	
	padding-left: 0px;
	font-size: 11px;
}

.menu a .item {
	width: 100px;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #434a64;
	text-decoration: none;
}

.menu a:hover {
	color: #a9b1d1;
	text-decoration: none;
}


.page_content {
	padding-top: 10px;
	color: #a5a8b5;
}

h1 {
	color: #5b6481;
	font-family: times new roman;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	font-size: 17px;
}

.gallery_table {
	margin-top: 10px;
}

.gallery_table .thumbs .title {
	color: #5b6481;
	line-height: 6px;
}


.gallery_table h1 {
	margin-bottom: 10px;
}

.gallery_table .thumbs td { 
	padding: 10px;
	padding-bottom: 0px;
	color: #2a2a2a;
	font-size: 10px;
}

.gallery_table .thumbs img { 
	margin-top: 10px;
}	

.gallery_table .divider { 
	padding: 10px;
}	


.footer {
padding-top: 5px;
color: #5b6481;
}


a:link, a:visited, a:active {
	color: #434a64;
	text-decoration: underline;
}

a:hover {
	color: #9ca6cb;
	text-decoration: underline;
}

.image_zoomed_cont {
	text-align: center;
	padding: 20px;
}

.image_zoomed_desc {
	font-size: 13px;
	padding-bottom: 10px;
}