@charset "utf-8";
/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	background:url(images/background.png) fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:#c9c9c9;
	min-height:100%;
	height:100%;
	width:100%;
}

a{
	font:Arial, Helvetica, sans-serif;
	color:#900;
	font-size:14px;
	text-decoration:none;
}

img{
	border:none;
}

.title{
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	text-transform:capitalize;
}

#content table img{
	border-radius:6px 6px;
	-moz-border-radius:6px 6px;
	-webkit-border-radius:6px 6px;
	box-shadow:0px 0px 6px #000;
	-moz-box-shadow:0px 0px 6px #000;
	-webkit-box-shadow:0px 0px 6px #000;
}

#wrapper{
	position:relative;
	width:100%;
	min-height:100%;
	height:auto;
}

#header{
	background:url(images/main_header.png);
	background-position:center;
	background-repeat:no-repeat;
	height:128px;
	width:1018px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	background:url(images/footer_background.png);
	background-repeat:repeat-x;
	position:relative;
	bottom:0px;
	width:100%;
	height:61px;
	margin-top:-61px;
}
#c{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:400px;
	text-align:center;
	padding-top:30px;

}

#main_title{
	background:url(images/main_title.png);
	width:209px;
	height:121px;
	background-position:center;
	background-repeat:no-repeat;
	float:none;
	position:relative;
	top:10px;
	left:36px;
}

#strip{
	background:#E6E7E8;
	min-height:100%;
	float:left;
	clear:left;
	z-index:0;
	top:0px;
	left:50%;
	margin-left:-425px;
	position:fixed;
	width:850px;
	border:#000 thin solid;
	border-bottom:0px;
	border-top:0px;
}

#content{
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	font-size:14px;
	color:#000;
	height:inherit;
	width:800px;
	text-align:justify;
	padding-top:20px;
	padding-bottom:61px;
	padding-left:80px;
	padding-right:80px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
}

#content table{
	border:none;
	border-spacing:12px;
	vertical-align:top;
	font-size:10px;
}

.left_column{
	padding-top:20px;
	position:relative;
	width:30%;
	height:inherit;
	float:left;
	clear:leftč
	margin:0px;
	padding:0px;
}
.right_column{
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-top:20px;
	position:relative;
	width:65%;
	float:left;
	height:inherit;
	text-align:left;
}
.left_column a {
	font-weight:bold;
	text-transform:capitalize;
}

.vert_border{
	background:url(images/vert_border.png);
	background-position:center;
	background-repeat:repeat-y;
	width:3px;
	min-height:700px;
	position:relative;
	float:left;
}

#m_draw_button{
	background:url(images/drawings_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:82px;
	float:left;
	position:relative;
	left:250px;
	top:20px;
}

#m_sculpt_button{
	background:url(images/sculptures_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:99px;
	float:left;
	position:relative;
	left:300px;
	top:20px;
}

#m_perform_button{
	background:url(images/performances_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:160px;
	float:left;
	position:relative;
	left:450px;
	top:20px;
}

#m_paint_button{
	background:url(images/paintings_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:77px;
	float:left;
	position:relative;
	left:-20px;
	top:60px;
}

#m_conceptual_button{
	background:url(images/conceptual_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:151px;
	float:left;
	position:relative;
	left:60px;
	top:60px;
}

#m_articles_button{
	background:url(images/articles_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:217px;
	float:left;
	position:relative;
	left:140px;
	top:60px;
}

#m_statement_button{
	background:url(images/statement_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:145px;
	float:left;
	position:absolute;
	left:520px;
	top:105px;
}
#m_biography_button{
	background:url(images/biography_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:88px;
	float:left;
	position:absolute;
	left:685px;
	top:105px;
}
#m_contact_button{
	background:url(images/contact_button.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:12px;
	width:74px;
	float:left;
	position:absolute;
	left:793px;
	top:105px;
}



#m_draw_button:hover, #m_sculpt_button:hover, #m_perform_button:hover, #m_paint_button:hover, #m_conceptual_button:hover, #m_articles_button:hover, #m_statement_button:hover, #m_biography_button:hover, #m_contact_button:hover{
	background-position:0px -12px;
	cursor:pointer;
}


.top_list{
	display:block;
	background:#CCC;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	border:#000 thin solid;
	margin-bottom:8px;
	margin-right:10px;
	font-size:24px;
	font-weight:bold;
	text-transform:capitalize !important;
	padding-left:4px;
	text-align:left;
}
.sub_list{
	display:block;
	background:#FFF;
	border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	border:#000 solid thin;
	margin-bottom:5px;
	margin-right:20px;
	text-align:left;
}

.sub_list:visited{
	background:#E2E2E2;
}
.sub_list_top:visited{
	background:#E2E2E2;
}

.sub_list_top{
	display:block;
	background:#FFF;
	border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	border:#000 solid thin;
	margin-bottom:5px;
	margin-right:20px;
	text-align:left;
}

.sub_list:hover, .sub_list_top:hover{
	cursor:pointer;
	background:#900;
	color:#FFF;
}

#desc{
	position:relative;
	text-align:justify;
}
	
	