html *	{ margin: 0; padding: 0; }
img		{ border: 0; vertical-align: middle; }
p		{ padding-bottom: 1em; }

body {
	font: normal 10px/1.2em verdana,arial,tahoma,sans-serif;
	color: #c0c0c0;
	background-color: #1d1d1d;
	text-align: left;
}

a:link, a:hover, a:active, a:visited { 
	color: #c0c0c0;
	font: normal 1em/1.2em verdana,arial,tahoma,sans-serif;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4 {
	font: normal 1em/1.2em verdana,arial,tahoma,sans-serif;
	line-height: normal;
}

h1 { 
	font-size: 3.2em;
	color: #94aac1;
	padding-top: 2.2em;
}

h2 {
	font-size: 2em;
	padding: .7em 0 .8em .4em;
	clear: both;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	overflow: hidden;
	height: 0%;
	line-height: 0%;
	float: none;
}

#main .hidden  { display: none; }
#main .visible { display: block; }

#body #bn, #body #bt { display: none; }

#main {
	width: 736px;
	margin: 0 auto;
}

#header { text-align: right; }
#header p { font-size: 1.3em; color: #d2d92b; }

#menu {
	height: 4.7em;
	border-bottom: 1px solid #94aac1;
	position: relative;
	margin-bottom: 2em;
}
/* #menu ul { position: absolute; bottom: 0; } */
#menu li { 
	list-style-type: none; 
	display: block;
	font-size: 2.6em;
	line-height: 1em;
	color: #555d65;
	cursor: pointer;
	background: url(../images/blank.gif) no-repeat;
	position: absolute;
	z-index: 2;
	text-align: center;
	margin-left: -1em;
}

#menu li#item_about {
	color: #89892d;
	width: 180px;
	left: 70px; bottom: 0;
}

#menu li#item_portfolio {
	color: #c66b06;
	left: 218px; bottom: 0;
	margin-left: -1.7em;
	padding-left: 20px;
}

#menu li#item_contacts {
	left: 330px; bottom: 0;
	padding-left: 20px;
}

#content {
	height: 36.3em;
	position: relative;
	z-index: 1;
}

#paging { padding: 0 1.8em; color: #c66b06; text-align: right; font-weight: bold; }
#paging span { cursor: pointer; }
#paging span.active { text-decoration: underline; color: #fff; }

#about {
	background: url(../images/me.jpg) no-repeat right bottom #41382e;
	border: 1px solid #564636;
	z-index: 5;
}

#about h2 { color: #c66b06; }
#about p { padding: .2em .8em .8em .8em; width: 320px; }

#portfolio {
	background-color: #131313;
	border: 1px solid #000;
	z-index: 4;
}

#portfolio h2 { color: #555d65; }
#portfolio img { float: left; margin-right: 1em; }
#portfolio li { 
	padding-left: .8em; 
	width: 350px;
	height: 13em;
	float: left;
	display: block;
	list-style-type: none;
	margin-top: .4em;
	margin-bottom: 1em;
}

#portfolio a { text-decoration: none; }
#portfolio a:hover { text-decoration: underline; }
#portfolio strong { color: #9a9f27; }
#portfolio em { font-style: normal; text-decoration: underline; color: #fff; }

#contacts {
	border: 1px solid #4b5368;
	background-color: #343740;
	z-index: 3;
}

#contacts li { 
	list-style-type: none;
	display: block;
	float: left; 
}

#contacts .threecol li {
	width: 230px;
	min-height: 7em;
	height: auto !important;
	height: 7em;
}

#contacts li.rightborder { background: url(../images/sep.gif) no-repeat 220px 0; }

#contacts .twocol li {
	width: 320px;
}

#contacts h2 { color: #a8b009; }
#contacts strong { color: #c0c0c0; }
#contacts p { padding-left: .8em; }
#contacts a, #contacts p { color: #fff; }

#shroud, #about, #portfolio, #contacts { 
	position: absolute; 
	width: 734px; 
	height: 36.3em;
	overflow: hidden;
}

#shroud {
	z-index: 6;
	display: none;
}

.orange{ background-color: #c66b06; border: 1px solid #c66b06; }
.green { background-color: #706e00; border: 1px solid #706e00; }
.blue  { background-color: #4b5368; border: 1px solid #4b5368; }

#footer {
	border-top: 1px solid #94aac1;
	margin-top: 2.2em;
	padding-top: 1.2em;
	padding-bottom: .8em;
	color: #ccc;
	line-height: 1.3em;
}

#footer strong { font-size: 1.1em; color: #e17e11; text-decoration: underline; }
#footer .ad { float: right; }


