/* ~~~~~~~~~~~~~~~~ DEFAULT STYLES  ~~~~~~~~~~~~~~~~ */
	
	html, body { font:12px/1.4em arial, helvetica, tahoma, verdana, sans-serif; color:#3e3e3e; }	
	body {
		margin:0px;
		padding:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFF;
		background-color:#000;
	}

/* ~~~~~~~~~~~~~~~~ GLOBAL STYLES  ~~~~~~~~~~~~~~~~ */

/* GLOBAL RESET */
	html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin:0; padding:0; }
	h1,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size:1em; font-weight:normal; font-style:normal; }
	fieldset,img { border:none; }
	caption,th { text-align:left; }
	table { border-collapse:collapse; border-spacing:0; }
	/* Hidden elements */
	.hidden, .screen_reader, hr { display:none; }
	/* Paragraph default styling, amend as desired */
	/* Default link styling */
	a { color:#06c; text-decoration:underline; }
	a:hover { color:#666; text-decoration:none; }
	/* Float an element left with a margin */
	.floatL { float:left; }
	/* Float an element right with a margin */
	.floatR { float:right; }
	/* Float an element right with a margin */
	.clear { clear:both; }
	
/* ~~~~~~~~~~~~~~~~ TEMPLATE ELEMENTS  ~~~~~~~~~~~~~~~~ */

	#container { }
	
/* ~~~~~~~~~~~~~~~~ FORM ELEMENTS  ~~~~~~~~~~~~~~~~ */	

	input, textarea, select { font-family:arial, verdana, Trebuchet MS, sans-serif; font-size:1em; color:#666; }	
	
/* ~~~~~~~~~~~~~~~~ HEADING ELEMENTS  ~~~~~~~~~~~~~~~~ */
	
	h1, h2, h3, h4 { color:#***; line-height:normal; margin:0 0 1em 0; padding:0; }
	h1 { }
	h2 { }
	h3 { }
	h4 { }	
	
/* ~~~~~~~~~~~~~~~~ HEADER STYLES  ~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~ CONTENT STYLES  ~~~~~~~~~~~~~~~~ */

.mainContainer{
	margin:0 auto;
	width:950px;
	padding:0 15px 0 15px;
	background-color:#000;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
}
.logoContainer{
	width:283px;
	margin:30px 0 0 0;
	float:left;
}
.logoContainer h2{
	font-size:14px;
	margin:0 5px 10px 5px;
	padding:0px;
}
.logoContainer p{
	font-size:12px;
	margin:0 5px 20px 5px;
	padding:0px;
}
.logoContainer .buynow a{
	display:block;
	width:283px;
	height:84px;
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #000;
	background-image: url(../images/buynow.jpg);
	background-repeat: no-repeat;
	text-indent:-3000px;
}
.logoContainer .logo a{
	display:block;
	width:283px;
	height:111px;
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #000;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent:-3000px;
}
.logoContainer .logoline a{
	display:block;
	width:283px;
	height:1px;
	font-size:12px;
	margin:15px 0 15px 0;
	padding:0px;
	color: #000;
	background-image: url(../images/logo_line.gif);
	background-repeat: no-repeat;
	text-indent:-3000px;
}
.contentContainer{
	float:right;
	width:200px;
	height:55px;
	margin:10px 0 0 0;
}
.contentContainer .logo a{
	display:block;
	width:200px;
	height:55px;
	background-image: url(../images/arthouse_logo.gif);
	background-repeat: no-repeat;
	text-indent:-3000px;
}
.footer{
	padding:150px 0 0 0;
	width:950px;
	height:50px;
	clear:both;
	color:#666;
}
.footer a{
	color:#666;
}
.footer a:hover{
	text-decoration:none;
}
.footer .line{
	width:950px;
	height:1px;
	margin:5px 0 5px 0;
	background-image:url(../images/footer_line.gif);
	background-repeat:no-repeat;
}
.footer .copyright{
	width:300px;
	float:left;
}
.footer .terms{
	width:300px;
	float:right;
	text-align:right;
}


/* ~~~~~~~~~~~~~~~~ LEFTCOLUMN STYLES  ~~~~~~~~~~~~~~~~ */

	
/* ~~~~~~~~~~~~~~~~ RIGHTCOLUMN STYLES  ~~~~~~~~~~~~~~~~ */

	
/* ~~~~~~~~~~~~~~~~ FOOTER STYLES  ~~~~~~~~~~~~~~~~ */
