html, body { 
	margin: 0 auto; 
	color: white;
	min-height: 100%;
	height: 100%;	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#preloader {
	background: #fff;
	width: 100%;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 640px;
	display: none;
}

#header {
	margin-left: 11px;
	width: 618px;
	height: 201px;
	background: url(../images/header.png) no-repeat;
}

#logo {	
	padding: 120px 0 0 20px;
	float: left;	
}

#menu {
	padding: 135px 25px 0 0;
	float:right;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#home:hover {	
	background: url(../images/home.png) no-repeat;
}

#contacts:hover {	
	background: url(../images/contacts.png) no-repeat;
}

#about:hover {	
	background: url(../images/about.png) no-repeat;
}

#projects:hover {	
	background: url(../images/projects.png) no-repeat;
}

#blog:hover {	
	background: url(../images/blog.png) no-repeat;
}

#content {
	padding: 1px 40px 5px 40px;
	background: url(../images/wrapper.png) center repeat-y;
}

#footer {
	margin-left: 11px;
	text-align: center;
	width: 618px;
	height: 38px;
	background: url(../images/footer.png) no-repeat;
}

.separator {
	background: url(../images/separator.png) no-repeat;
	width: 598px;
	height: 3px;	
}

.title {
	font-size: 16px; 
	font-weight: bold;
}

.left { 
	float: left;
	width: 270px;
}

.right { 
	float: right;
	width: 270px;
}

.clear { clear: both; }

img { border: 0; }

a { 
	text-decoration: none; color: #5faaef; 
}


