body {
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff url(../gfx/body_bg.jpg);
}

a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
#header {
	background: #ffffff;
	position: fixed;
	width: 100%;
	height: 130px;
	padding-left: 150px;
	z-index: 4000;
}

h1 {
	float: left;
	width: 150px;
	height: 130px;
	background: #ffffff url(../gfx/header_logo.jpg) center left no-repeat;
	text-indent: -5000px;
}

#header ul {
	float: left;
	/* background: #ffffff url(gfx/header_nav.jpg) center right no-repeat; */
	width: 170px;
	height: 130px;
	padding-top: 16px;
}

#header ul li {
	text-indent: -5000px;
}

#header ul li a {
	display: block;
	width: 150px;
	height: 26px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-indent: -5000px;
}


#blog #nav_blog {
	background: #ffffff url(../gfx/nav_blog.jpg) no-repeat top left;
}

#nav_blog {
	background: #ffffff url(../gfx/nav_blog.jpg) no-repeat center left;
}

#nav_blog:hover {
	background: #ffffff url(../gfx/nav_blog.jpg) no-repeat bottom left;
}

#nav_shop:hover {
	background: #ffffff url(../gfx/nav_shop.jpg) no-repeat bottom left;
}

#nav_shop {
	background: #ffffff url(../gfx/nav_shop.jpg) no-repeat center left;
}

#nav_shop:hover {
	background: #ffffff url(../gfx/nav_shop.jpg) no-repeat bottom left;
}

#nav_myspace:hover {
	background: #ffffff url(../gfx/nav_myspace.jpg) no-repeat bottom left;
}

#nav_myspace {
	background: #ffffff url(../gfx/nav_myspace.jpg) no-repeat center left;
}

#nav_myspace:hover {
	background: #ffffff url(../gfx/nav_myspace.jpg) no-repeat bottom left;
}


#contact #nav_contact {
	background: #ffffff url(../gfx/nav_contact.jpg) no-repeat top left;
}

#nav_contact {
	background: #ffffff url(../gfx/nav_contact.jpg) no-repeat center left;
}

#nav_contact:hover {
	background: #ffffff url(../gfx/nav_contact.jpg) no-repeat bottom left;
}

/* 410px */

#content {
	width: 20140px;
	/*
	position: absolute;
	top: 50%;
	margin: -250px 150px 0 150px;
	*/
	padding: 170px 150px 0 150px;
	clear: both;
	z-index: 2000px;
}

#content .yellow {
	background: #ffffff url(../gfx/blog_yellow.jpg) top left no-repeat;
}

#content .purple {
	background: #ffffff url(../gfx/blog_purple.jpg) top left no-repeat;
}

#content .green {
	background: #ffffff url(../gfx/blog_green.jpg) top left no-repeat;
}

#content h2 {
	color: #000000;
	height: 180px;
	line-height: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: italic;
	text-transform: uppercase;
	padding: 0 35px 0 25px;
}

#content h2.longer {
	height: 150px;
	line-height: 60px;
	padding-top: 30px;
	font-size: 25px;
	font-weight: bold;
}

#content h2.longest {
	height: 150px;
	line-height: 60px;
	padding-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

#content .wrapper {
	float: left;
	width: 400px;
	height: 600px;
	margin-right: 10px;
}

#content .wrapper div {
	width: 350px;
	height: 70px;
	padding: 10px 5px 0 25px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	overflow: auto;
}

#content p {
	padding-bottom: 1.4em;
}

#content img {
	background: #dddddd;
	margin-left: 18px;
}

#contact_us a {
	white-space: nowrap;
}

#contact_us {
	width: 800px;
	height: 601px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	background: #ffffff url(../gfx/contact_bg.jpg) no-repeat top left;
}

#map {
	float: right;
	width: 497px;
	height: 336px;
	margin: 132px 40px 0 0;
	background: #ffffff url(../gfx/contact_map.jpg) no-repeat top left;
	text-indent: -5000px
}

#details {
	float: left;
	width: 200px;
	height: 336px;
	margin: 132px 40px 0 0;
}

#details h2 {
	width: 200px;
	height: 26px;
	background: #ffffff url(../gfx/nav_contact.jpg) no-repeat center left;
	text-indent: -5000px;
	margin: 0 0 30px 10px;
}

#details p {
	padding: 10px 0 0 50px;
	line-height: 1.2em;
}