html, body {margin: 0; padding: 0; height: 100%;}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-xy;
}


#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;


}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	width: 950px;
	margin-top: -300px;
	margin-left: -475px;


	color: #CCC;
	font-family: Verdana;
	font-size: 13px;

	overflow: hidden;

	border: 3px solid #9f9e9e;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#sliding_content {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}

.author_photo {
	position: absolute;
	right: 0;
	top: 0;
}

.central_content {
	margin-left: 40px;
	margin-top: 150px;
	width: 480px;
}

.central_content a {
	color: white;
	text-decoration: underline;
}

h1 {
	width: 544px;
	height: 97px;
	margin:0;
	text-indent: -1000em;
	position: absolute;


	background: url(../images/h1.png) 10px 10px no-repeat;
}

ul#menu {
	position: absolute;
	bottom: 5px;
	left: 0px;

	list-style: none;
	padding: 0;
	margin: 0;

	float: left;
}

ul#menu li {
	float: left;
	color: white;
	display: block;
	margin-left: 50px;
	font-size: 18px;
	width: 100px;
	height: 25px;
	background-repeat: no-repeat;
}

ul#menu li a {
	display: block;
	outline: none;
	text-decoration: none;
}
ul#menu li a:hover {
	text-decoration: none;
}

ul#menu li#mitem_home {
	background-image: url(../images/menu_home.png);
	width: 60px;
}
ul#menu li#mitem_upclose {
	background-image: url(../images/menu_upclose.png);
}
ul#menu li#mitem_regulars {
	background-image: url(../images/menu_regulars.png);
}
ul#menu li#mitem_style {
	background-image: url(../images/menu_style.png);
	width: 60px;
}
ul#menu li#mitem_media {
	background-image: url(../images/menu_media.png);
	width: 70px;
}
ul#menu li#mitem_blog {
	background-image: url(../images/menu_blog.png);
	width: 45px;
}
ul#menu li#mitem_contact {
	background-image: url(../images/menu_contact.png);
}


.page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin:0;
}


#blog {
	background-color: #1f0b03;
	height: 100%;
	background: url(../images/bg_blog.png) repeat-x;
}

#blog h1 {
	margin-top: 30px;
}

#blog .central_content {
	background: url(../images/header_blog.png) 0px 0px no-repeat;
	padding-top: 10px;
	padding-left: 5px;
}

#upclose {
	height: 100%;
	background: url(../images/bg_upclose.png) repeat-x;
}

#upclose h2 {
	text-indent: -1000em;
	background: url(../images/header_upclose.png) 0px 0px no-repeat;
	width: 279px;
	height: 39px;
}

#regulars {
	height: 100%;
	background: url(../images/bg_regulars.png) repeat-x;
	color: #5d5b5b;
}

#regulars h2 {
	text-indent: -1000em;
	background: url(../images/header_regulars.png) 0px 0px no-repeat;
	width: 202px;
	height: 45px;
}

#regulars ul#fading {
	position: absolute;
	right: 0px;
	top: 0px;

	list-style: none;
	margin: 0;
	padding: 0;

	width: 380px;
	height: 100%;

}

#regulars ul#fading li {
	position: absolute;
	top: 0;
	left: 0;

}

#contact {
	height: 100%;
	background: url(../images/bg_contact.png) repeat-x;
	color: #333333;
	font-weight: bold;
}

#contact .central_content {
	margin-top: 150px;
}

#contact form {
	float: left;
	width: 450px;
	margin-top: 10px;
}

#contact form a.commit {
	float: right;
	color: black;
	text-decoration: underline;
	margin-top: 10px;
}

#contact #contact_details {
	float: right;
	clear: both;
	margin-top: 35px;
}

#contact #contact_details img {
	float: left;
}

#contact #contact_details_text {
	float: left;
	margin-left: 20px;
}

#contact #contact_details p {
	margin: 0;
	padding: 0;

}



#contact form label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
}

#contact form input, #contact form textarea  {
	width: 335px;
}

#contact form textarea  {
	height: 135px;
}

#contact form select#contact_title {
	width: 80px;
}

#contact form input#contact_name {
	width: 250px;
}


#contact form .form-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#home {
	height: 100%;
	background: url(../images/bg_home.png) repeat-x;
}

#home h2 {
	text-indent: -1000em;
	background: url(../images/header_home.png) 0px 0px no-repeat;
	width: 252px;
	height: 34px;
}

#media {
	height: 100%;
	background: url(../images/bg_media.png) repeat-x;
}

#media .central_content {
	margin-top: 150px;
}

#media #media_description_wrapper {
	position: absolute;
	top: 100px;
	width: 50%;
}

#media .media_description {
	position: absolute;
	top: 0;
	left: 0;
}

#media .author_photo {
	top: 20px;
	right: 15px;
}

#media #slideshow {
	position: absolute;
	right: 55px;
	top: 40px;

	width: 315px;
	height: 200px;
	overflow: hidden;
}

#media #slideshow ul {
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	padding:0;
	list-style: none;


}

#media #slideshow ul li {
	display: block;
	position: absolute;
	top: 0;
}

#media #slideshow #arrow_left, #media #slideshow #arrow_right {
	position: absolute;
	width: 12px;
	height: 18px;
	display: block;
}

#media #slideshow #arrow_left {
	top: 110px;
	left: 10px;
	background-image: url(../images/media_arrow_left.png);
}

#media #slideshow #arrow_right {
	top: 90px;
	right: 10px;
	background-image: url(../images/media_arrow_right.png);
}

#names {	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;}

#names div {	
float: left;
z-index: 2000;
}