@charset "UTF-8";

body {
	width:735px;
	margin:0px auto;
	background-color:#2b2724;
}

a:focus, a:active {
	-moz-outline-style:none;
	outline:none;
}

img {border:none;}

.clear {clear:both;}

h1 {
	padding:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.6em;
	font-weight:bold;
}

#logo {
	margin:15px 0px;
	width:735px;
	height:56px;
}

#logo a {
	background:url(../images/logo1.jpg) no-repeat left;
	text-indent:-1000em;
	width:735px;
	height:56px;
	line-height:56px;
	display:block;
}

#menu {
	width:735px;
	height:40px;
	background:#fff url(../images/menu-top.gif) no-repeat left top;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	background:url(../images/menu-bottom.gif) no-repeat left bottom;
	height:40px;
}

#menu ul li {
	background: url(../images/spacer.gif) no-repeat center;
	height:40px;
	display:block;
	width:1px;
	margin-left:25px;
	float:left;
}

#menu ul li#home {
	background:url(../images/home-hover.gif) no-repeat center;
	float:left;
	width:50px;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#home a {
	background:url(../images/home.gif) no-repeat center;
	width:50px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}

#menu ul li#about {
	background:url(../images/about-hover.gif) no-repeat center;
	float:left;
	width:60px;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#about a {
	background:url(../images/about.gif) no-repeat center;
	width:60px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}

#menu ul li#projects {
	background:url(../images/projects-hover.gif) no-repeat center;
	width:100px;
	float:left;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#projects a {
	background:url(../images/projects.gif) no-repeat center;
	width:100px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}

#menu ul li#contacts {
	background:url(../images/contacts-hover.gif) no-repeat center;
	width:100px;
	float:left;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#contacts a {
	background:url(../images/contacts.gif) no-repeat center;
	width:100px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}

#menu ul li#vcard {
	background:url(../images/vcard-hover.gif) no-repeat center;
	width:60px;
	float:left;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#vcard a {
	background:url(../images/vcard.gif) no-repeat center;
	width:60px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}

#menu ul li#blog {
	background:url(../images/blog-hover.gif) no-repeat center;
	width:60px;
	float:left;
	margin-left:25px;
	height:40px;
	line-height:40px;
	display:block;
}

#menu ul li#blog a {
	background:url(../images/blog.gif) no-repeat center;
	width:60px;
	height:40px;
	line-height:40px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	float:left;
}


#menu ul li#home a:hover {
	background:transparent;
}
#menu ul li#about a:hover {
	background:transparent;
}
#menu ul li#projects a:hover {
	background:transparent;
}
#menu ul li#contacts a:hover {
	background:transparent;
}
#menu ul li#vcard a:hover {
	background:transparent;
}
#menu ul li#blog a:hover {
	background:transparent;
}

	
#content {
	background:#fff url(../images/content-top1.gif) no-repeat left top;
	width:735px;
	text-align:center;
	}
	
#content p {
	margin-bottom:200px;
}
#content b {
	background:#fff url(../images/content-bottom1.gif) no-repeat left bottom;
	width:735px;
	height:11px;
	display:block;
}
#error404 {
	margin-bottom:50px;
}

#footer {
	width:735px;
	margin:0px;
}

#cr {
	width:270px;
	float:left;
}

#cr a {
	background:url(../images/copyright1.jpg) no-repeat left top;
	text-indent:-1000em;
	float:left;
	display:block;
	width:270px;
	height:40px;
	line-height:40px;
}

#hs {
	width:120px;
	float:right;
}

#hs a {
	background:url(../images/hostsorcerer.gif) no-repeat left top;
	text-indent:-1000em;
	float:right;
	display:block;
	width:120px;
	height:22px;
	line-height:22px;
}

#cp a {color:#000;text-decoration:none;}
#cp a:hover {text-decoration:underline;}