* {
margin: 0px;
padding: 0px;
line-height: 116%;
}

body {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(images/top_shadow.png);
	background-repeat: repeat-x;
	background-color: #323232;
}

#wrapper {
	width: 740px;
	background-image: url(images/side_shadow.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 720px;
	background-image: url(images/background_grain.png);
	padding-top: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#title {
	float: left;
	display: block;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 720px;
	height: 120px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-indent: -9999px;
}

#video {
	float: left;
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 60px;
	height: 0px;
	padding-top: 60px;
	position: absolute;
	top: 30px;
	left: 470px;
}

#design {
	float: left;
	background-image: url(images/design.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 60px;
	height: 0px;
	padding-top: 60px;
	position: absolute;
	top: 30px;
	left: 540px;
}

#music {
	float: left;
	background-image: url(images/music.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 56px;
	height: 0px;
	padding-top: 60px;
	position: absolute;
	top: 30px;
	left: 600px;
}

#news {
	float: left;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 60px;
	height: 0px;
	padding-top: 60px;
	position: absolute;
	top: 30px;
	left: 656px;
}


#content {
	width: 720px;
	float: right;
}

#blog {
	float: left;
	display: block;
	margin-top:20px;
	margin-left: 70px;
	width: 650px;
}

#blog-top {
	float: left;
	padding-top: 42px;
	width: 606px;
	background-image: url(images/pad_top.png);
}

#blog-bottom {
	float: left;
	padding-top: 42px;
	width: 606px;
	background-image: url(images/pad_bottom.png);
}

#blog-body {
	float: left;
	background-image: url(images/pad_body.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 10px;
}

h3 {
	padding-bottom: 8px;
	padding-right: 70px;
	font-size: 28px;
	color: rgb(80, 80, 80);
	/*
	border-top: 2px solid #bacfda;
	*/
}

#about-text {
	padding-right: 70px;
}



#footer-link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:visited {
	color: rgb(120, 120, 120);
	text-decoration: none;
}

a:hover {
	color: rgb(80, 80, 80);
	text-decoration: none;
}

p {
	margin-bottom: 16px;
	line-height: 1.2em;
}


ul {
	list-style: none;
	display: inline;
}

#footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}
