/* Welcome to ChinatownArtsSpace style sheet! */

/* basic elements */

body 
{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

body, tr, td,th, p, div,li, ul
{
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#666666;
	line-height:1.5;
}

a:link {color: #79592b; text-decoration:underline;}
a:visited {color: #79592b; text-decoration:underline;}
a:active {color: #79592b; text-decoration:underline ;}
a:hover {color: #000000; text-decoration:underline ;}

 

.title
{
	color: #79592b;
	font-size: 22px;
	font-weight: normal;
	line-height:1.0; 
}


.subtitle
{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
}

.addresstitle
{
font-size: 10px;
font-weight:bold;
}

.maintext
{
font-size: 13px;
}

.downloadtitle {
	color: #79592b;
	font-weight:bold;
}
.downloadinfo {
	color: #79592b;
}

.paintinginfo {
	color: #79592b;
	font-size: 11px;
}


/* position */

#header 
{
	position: relative;
	width:780px;
	border:0px;
	float:left;
	padding-left:50px;
	padding-top:30px;
	padding-bottom:45px;
}


#content 
{
	clear:both;
	position: relative;
	width: 780px;
	height:auto;
	float:left;
	padding-left:50px;
}

#leftcontent 
{
	position: relative;
	width: 360px;
	height:auto;
	float:left;
}
	
#rightcontent 
{
	position: relative;
	width:350px;
	height:auto;
	float:left;
	margin-left: 70px;
}


#footer 
{
	clear:both;
	width: 780px;
	padding-top:45px;
	padding-bottom:45px;
	padding-left:50px;
	float: left;
	position: relative;
	
}

#waterlink 
{
	position: relative;
	width:780px;
	border:0px;
	float:left;
	padding-left:50px;
	padding-bottom:45px;
}
