@charset "utf-8";
/* CSS Document */
h1 {
	font-family: 'open-sans', sans-serif;
	color: #333333;
}
h2 {
	font-family: 'open-sans', sans-serif;
	margin: 1;
	color: #333333;
}
h3 {
	font-family: 'open-sans', sans-serif;
	color: #333333;
}
h4 {
	font-family: 'open-sans', sans-serif;
	color: #333333;
}
h5 {
	font-family: 'open-sans', sans-serif;
	margin: 1;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
#container {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}
#background {
	background-image: url(../images/studio-bw.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 1400px;
	background-attachment: fixed;
}
#main_content {
	height: auto;
	width: 500px;
	top: 150px;
}
#side_bar {
	list-style-type: none;
	height: 30px;
	width: 500px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#side_bar ul {
	left: auto;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0;
}
#side_bar ul li {
	float: left;
	list-style-type: none;
}
#side_bar a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 70px;
}
