body {
	background: #640c0d url(../images/bg_site.png) repeat-y top center;
	color: white;
	text-align: center;
	font-family: Verdana, Arial, Tahoma, Helvetica, Geneva;
	font-size: 12px;
}

.clear {
	clear: both;
}

a, a:hover {
	color: white;
	text-decoration: underline;
}

#logo {
	margin: 10px 0 0 0;
}

#tabs_box {
	margin: 0 auto;
	text-align: center;
	width: 734px;
	border-bottom: 1px solid #fff;
}

#tabs_box ul li {
	display: inline;
	float: left;
	text-align: center;
	margin: 0 2px 0 2px;
	text-indent: -9999px;
	overflow: hidden;
}

#tabs_box ul li a {
	display: block;
}

#tabs_box ul li#tab_home a {
	width: 65px;
	height: 25px;
	background: url(../images/btn_home.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_home a:hover {
	background-position: 0px -25px;
}

#tabs_box ul li#tab_works a {
	width: 171px;
	height: 25px;
	background: url(../images/btn_works.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_works a:hover {
	background-position: 0px -25px;
}

#tabs_box ul li#tab_myspace a {
	width: 86px;
	height: 25px;
	background: url(../images/btn_myspace.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_myspace a:hover {
	background-position: 0px -25px;
}

#tabs_box ul li#tab_book a {
	width: 252px;
	height: 25px;
	background: url(../images/btn_book.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_book a:hover {
	background-position: 0px -25px;
}

#tabs_box ul li#tab_links a {
	width: 59px;
	height: 25px;
	background: url(../images/btn_links.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_links a:hover {
	background-position: 0px -25px;
}

#tabs_box ul li#tab_contact a {
	width: 77px;
	height: 25px;
	background: url(../images/btn_contact.gif) no-repeat 0px 0px;
}

#tabs_box ul li#tab_contact a:hover {
	background-position: 0px -25px;
}

#content {
	width: 694px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	text-align: left;
	background: url(../images/bg_site2.png) no-repeat top center;
}

#content h1 {
	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

table#images_box {
	width: 654px;
	margin: 0 auto;
}

table#images_box tr td {
	padding: 6px;
}

table#images_box tr td img {
	width: 326px;
	height: 145px;
	border: none;
}

#footer {
	width: 692px;
	margin: 0 auto;
	padding: 15px 20px 15px 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}