/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
}
body.all_content	{
	background-image: url(../images/content/all_content_bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

/* New Beauty & The Beats Styles*/

body	{
	font-size: small;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif; 
}

#container	{
	background-image: url(../images/woods_2.jpg);
	background-position:top;
	background-repeat: no-repeat;
	width: 100%;
	height: 580px; 
}

#content_main	{
	width: 1000px;
	height: 580px;
	margin: 0 auto;
	background-image: url(../images/content/text_3.png);
	background-position: left;
	background-repeat: no-repeat;
}
#c_button	{
	position: relative;
	top: 10px;
	right: 80px;
	float: right;
	width: 200px;
	height: 136px;
}
#c_button_all	{
	position: relative;
	top: 10px;
	right: 54px;
	float: right;
	width: 200px;
	height: 136px;
}
#index_copy	{
	background-color: #669ACC;
	padding: 1px;
	margin-top: -10px;
}
#index_copy_holder	{
	width: 1000px;
	margin: 0 auto;
}

#index_copy p,
h3.index_header	{
	margin-left: 220px;
	color: #FFF;
}
h3.intro	{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}
#index_copy p	{
	font-size: 105%;
	line-height: 120%;
	margin-bottom: 2px;
}
h3.index_header	{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	
}
#base	{
	background-image: url(../images/content/base.png);
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}
.work_with	{
	font-weight: bold;
}
.text	{
	background-image: url(../images/content/text_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #CCC;
	padding: 20px;
	width: 400px;
	margin-left: 220px;
	position: relative;
	top: 230px;
	font-size: 120%;
	line-height: 125%;
	float: left;
}
.video	{
	width: 500px;
	margin-left: 220px;
	position: relative;
	top: 235px;
	float: left;
}
hr	{
	margin: 5px 0;
}
#header	{
	height: 205px;
	width: 100%;
	background-image:url(../images/content/header_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#all_content	{
	min-height: 1000px;
	margin: 0 auto;
	width: 100%;
}
#links_bar	{
	width: 1000px;
	margin: 0 auto;
}
#links_all	{
	width: 1000px;
	height: 20px;
	position: relative;
	margin-left: 270px;
	top: 160px;
}
#links_all li	{
	float: left;
	margin-right: 5px;
	font-size: 15px;
	padding-top: 3px;
	color: #CCC;
}
#links_all li a	{
	color: #CCC;
}
#footer_index	{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding-top: 60px;
	color: #555;
	font-size: 85%;
}
#footer	{
	width: 800px;
	padding-left: 350px;
	height: 120px;
	margin: 10px auto;
	color: #555;
	clear: both;
}