body {
	background-color: #000000;
	background-image: url(/images/style/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Sans;
	color: #999999;
	font-size: 11px;
	text-align: center;
}

h1 {
	color: #CCCCCC;
}

a {
	color: #666666;
	text-decoration: none;
}

div.container {
	margin: 0 auto 0 auto;
	width: 768px;
	color: #666666;
}

.header {
	padding: 10px 0px 0px 0px;
}

#top-nav {
	text-align: center;
	/*border-bottom: 1px solid #333;*/
	padding-bottom: 5px;
	margin: 0px 0px 0px 50px;
}

#top-nav div {
	float: left;
	list-style: none;
	color: #999999;
	display: block;
	width: 8%;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
}

.footer {
	
}

.clearfix {
	clear: both;
}

#content {
	min-height: 300px;
	text-align: left;
	padding: 0px 50px 0px 50px;
}

a.current {
	color: #999999;
	font-weight: bold;
}

div.show-col {
	min-height: 350px;
	width: 100%;
	margin-right: 200px;
	text-align: left;
	background: url(/images/style/home.jpg) no-repeat top right;
}

div.show-col p {
	width: 50%;
}

div.resume-col {
	min-height: 350px;
	width: 100%;
	margin-right: 100px;
	text-align: left;
	background: url(/images/style/home.jpg) no-repeat top right;
}

div.resume-col p {
	width: 55%;
}

form div label {
	display: block;
	width: 100px;
}

form div input,form div textarea {
	border: 1px solid #333333;
	background-color: #000000;
	color: #666666;
	font-size: 10px;
}

div.list-body {
	border-top: 1px dotted #333333;
}

div.gbentry {
	border-bottom: 1px dotted #333333;
	font-size: 10px;
	padding: 5px;
}

div.gbentry a:link,div.gbentry a:visited {
	text-decoration: none;
	color: #999999;
}

#sf_admin_container a:hover {default .css (line 7) color:#999999;
	text-decoration: underline;
}

fieldset {
	border: none;
}

.pagination {
	text-align: right;
	color: #cccccc;
}

.paginator_menu {
	border-bottom: 1px dotted #333333;
}

div.thumbnail {
	width: 96px;
	height: 96px;
	overflow: hidden;
	line-height: 96px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

div.thumbnail-gallery {
	width: 96px;
	height: 96px;
	overflow: hidden;
	line-height: 96px;
	text-align: center;
	float: left;
	margin: 10px;
}

div.thumbnail img,div.thumbnail-gallery img {
	height: 96px;
	border: none;
}

div.friend {
	padding: 5px;
	border-bottom: 1px dotted #333333;
}

div.news {
	padding: 5px;
	border-bottom: 1px dotted #333333;
	font-size: 10px;
}

div.gallery {
	height: 300px;
}

div#overlay { /*background-color: #000000;*/
	display: none;
	height: 100%;
	left: 0pt;
	/*opacity: 0.5;*/
	position: absolute;
	top: 0pt;
	width: 100%;
	z-index: 5000;
	text-align: center;
}

div#media-viewer {
	width: 400px;
	margin: 100px auto 0 auto;
	text-align: right;
}

div#media-content {
	z-index: 9000;
}

div.link {
	border-bottom: 1px dotted #333333;
	font-size: 10px;
	padding: 5px;
}

#recaptcha_response_field {
	color: #cccccc;
}