body {
	background-color: #fff;
	background-image: url('../images/bg_body.gif');
	background-position: top left;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bolder;
	color: #360;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #ccc;
	margin: 0;
	padding: 0 0 25px 0;
}

h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: Georgia, Times, serif;
	font-size: 0.7em;
	font-weight: bolder;
	font-style: italic;
	color: #360;
	margin: 0;
}

.h5 {
	font-family: Georgia, Times, serif;
	font-weight: bolder;
	font-style: italic;
	color: #360;
	margin: 0;
}

h6 {
	font-family: Georgia, Times, serif;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: bolder;
	color: #000;
	margin: 0;
	padding-right: 15%;
	float: right;
}

p {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

a {
	font-weight: bolder;
	color: #9c3;
	text-decoration: none;
}

a:hover {
	color: #360;
	border-bottom: 1px dotted #360;
}

a span {
	display: none;
}

a:hover span {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #666;
	background-color: #fff;
}

img {
	border: 0;
}

#equator {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 950px;
}

#wrapper {
	background-image: url('../images/bg_wrapperIE.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 950px;
	height: 550px;
	margin: 0px auto;
}

#header {
	width: 300px;
	height: 140px;
	background-color: transparent;
	margin: 0;
	padding: 30px 20px;
}

#header img {
	float: left;
}

#menu {
	width: 250px;
	background-color: transparent;
	margin: 0;
	padding: 20px 15px;
}

#menu ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 3px 0;
}

#menu ul li a {
	color: #999;
	text-decoration: none;
	border: 0;
	padding: 0 0 0 35px;
}

#menu ul li a.current {
	color: #360;
}

#menu ul li a:hover {
	color: #9c3;
	text-decoration: none;
}
#mainblock {
	width: 520px;
	height: 450px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 50px;
	padding: 0px;
}

.work:hover {
	border: none;
	}

.work img {
	padding: 5px;
}

#tag {
	position: absolute;
	top: 400px;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 250px;
	margin: 40px 50px;
	padding: 10px 0 0 0;
}

#footer p {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	color: #aaa;
	font-size: 75%;
}

#footer a {
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#footer a:hover {
	color: #360;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.name1 {
	color: #9c3;
	font-variant: small-caps;
	font-weight: bolder;
}

.name2 {
	font-variant: small-caps;
	font-weight: bolder;
	color: #000;
}

.name3 {
	color: #fff;
	background-color: #9c3;
	padding: 1px 4px;
	font-variant: small-caps;
	font-weight: bolder;
}

.hdrname {
	font-family: Georgia, Times, serif;
	color: #9c3;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bolder;
	padding: 20px;
}

.hdrdesc {
	font-family: Georgia, Times, serif;
	color: #360;
	font-size: 1.3em;
	font-style: italic;
	font-weight: lighter;
	padding-left: 40px;
}

#copyr {
	position: absolute;
	bottom: 20px;
	right: 60px;
}

#copyr p {
	font-size: 0.7em;
	color: #999;
}

.anchor {
	clear: both;
}