html {
	height: 100%;
	text-transform: none;
}
body {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Lucida Sans", Tahoma, Verdana, "Verdana Ref", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #898989;
	background-image: url(images/bgd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000000;
	padding: 0px;
	margin: 0px;
	min-width: 810px;
	min-height: 460px;
	height: 100%;
}
a {
	text-decoration: none;
	text-transform: uppercase;
}
a, a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 56px;
	font-style: normal;
	line-height: 44px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 10px 0px 0px 47px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
}
h1 a, h1 a:link, h1 a:visited {
	color: #000000;
}
h1 a:hover {
	color: #FFFFFF;
	-moz-opacity: .80;
	opacity: .80;
	filter: Alpha(Opacity=80);
}
.horizontal {
	padding: 0px;
	width: 810px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: table;
}
.vertical {
	width: 810px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.site {
	height: 450px;
	width: 800px;
	background-color: #FFBB00;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px;
	#position: absolute;
	#top: 50%;
	#margin-top: -220px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 2px #454545; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px #454545; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px #454545; /* Opera 10.5, IE 9.0 */
}
.overlay {
	height: 450px;
	background-image: url(images/overlay.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 240px;
}
.portfolio {
	float: right;
	width: 141px;
	height: 282px;
	padding: 0px 50px 0px 49px;
	margin-right: -240px;
	position: relative;
}
ul {
	padding: 15px 0px;
	margin: 0px;
	bottom: 0;
	position: absolute;
	width: 126px;
	background-image: url(images/portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
}
li {
	padding: 1px 0px 1px 20px;
	#padding-left: 0px;
	margin: 0px;
	list-style-position: inside;
	background-image: url(images/list.gif);
	background-position: 2px 3px;
	list-style-type: none;
	background-repeat: no-repeat;
}
li a{
	display: block;
}
li a:hover {
	background-color: #FFAA00;
	padding: 2px;
	margin: -2px;
}
.content {
	padding-left: 49px;
}
.content p {
	width: 370px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.title {
	height: 365px;
	position: relative;
}
.copyright {
	text-align: left;
	color: #CCCCCC; 
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.copyright a {
	color: #CCCCCC;
}
