* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #080705 url('../images/background.jpeg') no-repeat fixed center center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: ##FFF;
	overflow: hidden;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #50A0A0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	position: absolute;
	top: 43%;
}

#content.left {
	width: 350px;
	right: 720px;
	margin-top: 70px;
	text-align: right;
}

#content.right {
	width: 500px;
	right: 0px;
	margin-top: -40px;
	margin-right: 150px;
}

#content p {
	margin-top: 15px;
}

#content blockquote {
	position: absolute;
	margin-top: -140px;
	font-family: serif;
	font-style: italic;
}

#content blockquote p {
	color: #CCC;
	font-size: 18px;
}

#content blockquote p.author {
	margin-left: 300px;
	font-size: 11px;
}

#content blockquote + img {
	margin-left: -13px;
	margin-top: -10px;
	width: 500px;
	height: 240px;
	padding: 13px;
}

#menu {
	width: 470px;
	position: absolute;
	top: 40%;
	right: 745px;
	margin-top: 20px;
	z-index: 1;
	border-bottom-color: #FFF;
	line-height: 5px;
}

#menu ul {
	position: absolute;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul li {
	float: left;
	margin-left: 25px;
	font-size: 16px;
}

#gallery-menu {
	margin-top: 20px;
	line-height: 30px;
	padding: 8px 25px 8px 0px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1, h2 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
}

h1 {
/*	background-image: url('../images/paulthomassign300_hor.png');*/
	width: 280px;
	height: 72px;
	top: 40%;
	right: 750px;
	margin-top: -33px;

}

h2 {
	background-image: url('../images/paulthomassign.png');
	width: 150px;
	height: 600px;
	top: 60px;
	left: 100px;
	z-index: 0;
}

img {
	border: none;
}

#container {
/*	position: absolute;
	width: 650px;
	height: 100%;
	top: 0px;
	right: 25px;
	overflow: inherit;*/
	position: absolute;
	width: 650px;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow: auto;
}

#container dl {
	width: 580px;
	height: 226px;
}

#container dl dt {
	background: transparent url('../images/thumb_shadow.png') no-repeat top left;
	position: absolute;
	width: 300px;
	height: 200px;
	padding: 13px;
	z-index: 1;
}

#container dl dd {
	position: absolute;
	display: none;
	color: #FFF;
}

#container dl dd.background {
	background: url('../images/thumb_background.png') no-repeat top left;
	width: 633px;
	height: 226px;
	z-index: 0;
}

#container dl dd.background + dd {
	margin: 20px 0px 0px 330px;
	border-left: 1px solid #757575;
	padding: 8px;
	width: 280px;
}

#container dl dd.background + dd h3 {
	font-size: 14px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

#container dl dd.background + dd p {
	font-size: 14px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

#news {
	list-style: none;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

#news li {
	width: 325px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#news li p {
	margin-top: 0px;
}

#news li p.date .day {
	font-size: 16px;
	color: #d3d3d3;
}

#news li p.date .day:after {
	content: ".";	
}

#news li p.date .month {
	color: #aba785;
	top: -4px;
	left: -0px;
	position: relative;
	text-transform: lowercase;
}

#news-scroll-up, #news-scroll-down, #gallery-menu-scroll-up, #gallery-menu-scroll-down { 
	display: block;
	position: absolute;
	margin-left: 335px;
	width: 13px;
	height: 12px;
}

#news-scroll-up, #gallery-menu-scroll-up {
	margin-top: 20px; 
}

#news-scroll-down, #gallery-menu-scroll-down {
	margin-top: -20px;
}


#links li a {
	font-size: 13px;
	letter-spacing: -1px;
}

#about {
	position: absolute;
	top: 80px;
	width: 480px;
	right: 540px;
	text-align: right;
	line-height: 27px;
}

#project {
	position: absolute;
	top: 200px;
	width: 480px;
	right: 540px;
	text-align: right;
}

#sign {
	background: url('../images/sign.png') no-repeat;
	text-indent: -9999px;
	float: right;
	width: 206px;
	height: 92px;
}

button {
	background: none;
	border: none;
}

input, textarea, select {
	background: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	border: 1px solid #1f1f1f;
	background-color: #000000;
	width: 200px;
	padding: 3px;
}

input:focus, textarea:focus, select:focus {
	background-color: #0f0f0f;
}
a[title="Exit"] {
	left: 50%;
	margin-left: 0px;
	margin-top: 350px;
	color: #CCC;
}