@charset "utf-8";
/* CSS Document */

hmtl {
	height: 100%; 
}


* {
	padding: 0;
	margin: 0;
}

body {
	/*background: url(../images/bg.jpg) no-repeat top center #000000;*/
	background-color: #000000;
	font: 11px/normal Tahoma, Arial, sans-serif;
	line-height: 16px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	padding: 0 0 0 15px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
}

.ext_wrapper {
	margin: auto;
	width: 800px;
}

.wrapper {
}

.header {
	height: 79px;
}

.nav {
	text-align: center;
}

.nav a {
	font: 9pt/normal Tahoma, Arial, sans-serif;
	line-height: 57px;
	height: 79px;
	padding: 21px 20px 45px;
	font-weight: bold;
}

.about:hover {
	background: url(../images/link1.jpg) no-repeat top center;
}

.portfolio:hover {
	background: url(../images/link2.jpg) no-repeat top center;
}

.contact:hover {
	background: url(../images/link3.jpg) no-repeat top center;

}

.content_wrap {
	padding: 102px 10px;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
	padding: 18px 20px 0 0;
}

.menu {
	text-align: right;
	width: 335px;
	height: 20px;	
}

.menu a {
	padding: 6px;
	font-weight: bold;
}

.menu a:hover {
	color: #999999;
}

.title {
	width: 335px;
	height: 40px;
	background: url(../images/title.jpg) no-repeat;
}

.text {
	width: 335px;
	padding: 10px 0;
}

.clr {
	clear: both;
}