@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0;
	padding:0; 
}
img { 
	border:0;
}
body {
	text-align:center;
	margin: 0 0 0 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}
html {
	height: 100%;
}
p {
	margin: 0px;
	padding-bottom: 5px;
}
div.Site-Container {
	width:900px;
	margin: 0 auto;
	background-color:#3A3A3A;
	background: #3A3A3A url(../img/bg.jpg) repeat-y top center;
	overflow:hidden;
	min-height: 100%;
}
/*////////////////////
// LEFT SIDE STUFF  //
////////////////////*/
div.main_left {
	float:left;
	width:130px;
	text-align:left;
	/*padding-left:15px;*/
	padding-right:8px;
	margin-top: 23px;
	color:#FFFFFF;
	background-color:#3A3A3A;
}
div.main_left_home {
	float:left;
	width:319px;
	text-align:left;
	padding-right:8px;
	margin-top: 23px;
	color:#FFFFFF;
	background-color:#3A3A3A;
}
div.main_left_gallery {
	float:left;
	width:130px;
	text-align:left;
	/*padding-left:15px;*/
	padding-right:8px;
	margin-top: 23px;
	color:#FFFFFF;
	background-color:#3A3A3A;
}
div.th_item {
	/*padding-left: 0px;
	padding-right: 15px;*/
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	float:left;
}
div.main_left a {
	text-decoration: none;
	color:#FFFFFF;
}
div.main_left img {
	padding-left:15px;
}
div.main_left_home img {
	padding-left:15px;
}
div.main_left p {
	padding-left:15px;
}
.artTitle {
	padding-left:15px;
	text-decoration: none;
	color:#FFFFFF;
}
div.inner_main_left{
	display:inline;
}

/*////////////////////
// MAIN SIDE STUFF  //
////////////////////*/

div.main_home p {
	padding-left:18px;
}

div.main {
	float:left;
	width:755px;
	min-height:400px;
	margin-bottom: 20px;
	margin-top: 25px;
	background-color:#3A3A3A;
}
div.main_home {
	float:left;
	width:566px;
	min-height:400px;
	margin-bottom: 20px;
	margin-top: 25px;
	color:#FFFFFF;
	text-align:left;
	background-color:#3A3A3A;
}
div.main_gallery {
	float:left;
	width:755px;
	/*min-height:600px;*/
	margin-bottom: 20px;
	margin-top: 25px;
	background-color:#3A3A3A;
}
div.main p{
	text-align:left;
	color:#FFFFFF;
}
div.main a{
	color:#FFFFFF;
}

/*////////////////////
// MAIN SIDE STUFF  //
////////////////////*/

div.fakeBottom{
	width:900px;
	height: 30px;
	margin: 0 auto;
	text-align:center;
	color:#FFFFFF;
	font-size: 8px;
	clear:both;
	background: #3A3A3A url(../img/bg.jpg) repeat-y top center;
}
div.bottom {
	width:900px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: -30px;
	text-align:center;
	color:#FFFFFF;
	font-size: 8px;
	clear:both;
	background: #3A3A3A url(../img/bg.jpg) repeat-y top center;
	overflow:hidden;
}
div.copyright{
	text-align:center;
	margin-top: 25px;
	color:#FFFFFF;
	font-size: 8px;
}