*{
	margin: 0px;
	padding: 0px;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;}

body {
	background-color : #D6E0F2;
	background-repeat : repeat-x;
	background-image : url(../images/bg.gif);
	background-position : top;
	font-family : "Century Gothic";
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

#header{
	background-color: #D6E0F2;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	color : #313031;
	margin-top : 25px;
	height : 50px;
	width : 790px;
	font-size : 40px;
	font-weight : bold;
}

.grey {
	color: 72767B;
}

#container {
	background-color : #6B6D73;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: left;

}

#topnav {
	width: 750px;
	height: 30px;
	
}

#topnav li {
	width: 100px;
	height: 30px;	
	float: left;
	display: block;
}

#topnav li a {
	font-weight: bold;
	text-decoration: none;
	list-style-type : none;
	font-size: 15px;
	color: #E8EFFB;
}

#leftcontent {
	width: 480px;
	float: left;
}

#slideshow{
	width: 460px;
	height: 415px;
	border : 2px solid #E8EFFB;
	padding-top: 10px;
	padding-left: 17px;
}

#slideshow_top{
	height: 375px;
	}

#slideshow_bottom_left{
	height: 25px;
	text-align: left;
	float: left;
	}

#slideshow_bottom_right{
	height: 25px;
	margin-right: 17px;
	text-align: right;
	}

#feature{
	width: 460px;
	margin-top: 20px;
	height: 255px;
	border: 2px solid #e8effb;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#feature p{
	font-size: 12px;
}

#feature table {
	margin-bottom: 10px;
}

#rightcontent{
	margin-left: 480px;
	width: 265px;
}

#galleries{
	width: 262px;
	height: 180px;
	border: 2px solid #e8effb;
	padding: 10px;
}

#galleries p{
	margin-top: 10px;
	font-size: 12px;
}

#newwork{
	margin-top: 20px;
	width: 262px;
	height: 130px;
	border: 2px solid #e8effb;
	padding: 10px;
}

#newwork p{
	font-size: 12px;
}

#biobox{
	margin-top: 20px;
	width: 262px;
	height: 337px;
	border: 2px solid #e8effb;
	padding: 10px;
}

#biobox p{
	margin-top: 10px;
	font-size: 12px;
}

h1{
	font-size : 15px;
	font-weight: bold;
	color: #D6E3F7;
	padding-bottom: 10px;
}

h2{
	font-size : 13px;
	font-weight: bold;
	color: #D6E3F7;	
	padding-bottom: 5px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 15px;
}

.ltblue {
	color: #D6E3F7;	
}

#textbox {
	margin-top: 20px;
	width: 700px;
}

#textbox p {
	padding-bottom: 10px;
	line-height : 17px;
}

#textbox th {
	font-size : 13px;
	font-weight: bold;
	text-align: left;
	}

#artistbioleft {
	text-align: left;
	width: 350px;
	float: left;
	margin-top: 20px;
}

#artistbioright {
	text-align: right;
	width: 350px;
	float: right;
	margin-top: 30px;
}

.forceleft {
	text-align: left;
}

.extraspace {
	margin-top: 20px;
}

#footer {
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #ffffff;
}

.indent {
	margin-left: 20px;
	list-style: none;
	}