﻿body {
	margin: 0;
	padding: 0;
/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000;
	color: #505855;
	text-align: center;
	/*background: #e7e7b8 url('styles/main-bg-whole.jpg') repeat-y center top;*/
	background: #e7e7b8 url('styles/main-bg.jpg') repeat left top;
}
/*redefine*/
h1.about {
	text-indent: -2000px;
	background: url(styles/title.gif) no-repeat left top;
	width: 190px;
	height: 41px;
}
::-moz-selection {
	background: #000;
	color: #eee;
}
::selection {
	background: #000;
	color: #eee;
}
h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
/*shared*/
span.clr {
	display: block;
	clear: both;
}
/*content*/
div#container {
	position: relative; /*z-index: 1000;*/;
	width: 863px;
	padding: 50px 0px 0 0;
/*border-right: 1px solid #1c1c1c;*/	background: transparent;
	margin: auto;
	text-align: left;
}
div.title {
	width: 800px;
	height: 94px;
	background: transparent url('styles/logo.png') no-repeat left top;
	text-indent: -2000px;
}
div.portfolio {
	background: transparent url('styles/menu-bg.png') no-repeat right top;
}
div.thumbnailContainer {
	width: 843px;
	background: #e9e9ba;
	padding: 0 0 20px 20px;
	display: none;
	height: 0px;
	overflow: hidden;
}
.thumbnailContainer .clipper {
}
/*div#print div.clipper .horizontal {
	border: 1px solid #b4d800;
}*/
.thumbnailContainer .horizontal {
	border: 1px solid #b3b3b3;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 7px;
	float: left;
	cursor: pointer;
	background: transparent url('styles/img-bg.jpg') no-repeat left top;
}
div#print div.clipper .horizontal:hover {
	border: 1px solid #B4D800;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 7px;
	float: left;
	cursor: pointer;
}
div.thumbnailContainer .horizontal:hover {
	border: 1px solid #B4D800;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 7px;
	float: left;
	cursor: pointer;
}
div.thumbnailContainer .vertical {
	border: 1px solid #B3B3B3;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 7px;
	float: left;
	cursor: pointer;
	background: transparent url('styles/img-bg.jpg') no-repeat left top;
}
div.thumbnailContainer .vertical:hover {
	border: 1px solid #B4D800;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 7px;
	float: left;
	cursor: pointer;
	background: transparent url('styles/img-bg.jpg') no-repeat left top;
}
.thumbnailContainer img {
}
#footer {
	width: 863px;
	padding: 30px 0 0 0;
	text-align: right;
	background: transparent url('styles/notebook-btm.png') no-repeat left top;
	height: 45px;
}
a {
	color: #b41e8e;
	text-decoration: underline;
}
a:hover {
	color: #b41e8e;
	text-decoration: none;
}
a.left {
	float: left;
	display: block;
	width: 150px;
	height: 40px;
}
a.left span, a.right span {
	display: none;
}
a.right {
	float: right;
	display: block;
	width: 280px;
	height: 40px;
}
#images {
	display: none;
}
div.lamp {
	background: transparent url('styles/lamp.png') no-repeat center top;
}
#notebook-top {
	background: transparent url('styles/notebooktop.png') no-repeat left top;
	height: 118px;
}
#about img {
float:left;
padding:10px 30px 10px 10px;
}
#about p {
float:left;
width:600px;
font-size:13px;
line-height:16px;
padding:10px 0 0px 10px;
}
