/* Welcome to ChinatownArtsSpace style sheet! */

/* basic elements */

body 
{
	background-color:#FFFFFF;
	background-image: url("../images/bg_grid.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

body, tr, td,th, p, div,li, ul
{
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	line-height:1.5;
}

a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:active {color: #E61D2E; text-decoration:none ;}
a:hover {color: #E61D2E; text-decoration:none ;}

.addresstitle
{
font-size: 10px;
font-weight:bold;
}

.submenu
{
text-align:right;
}

.submenutitle
{
	color: #E61D2E;
	
}

.title
{
	color: #E61D2E;
	font-size: 24px;
	font-weight: bold;
	line-height:1.0; 
}

.newstitle
{
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	line-height:1.0; 
}

.subtitle
{
	font-size: 13px;
	font-weight: bold;
}

.maintext
{
font-size: 13px;
}

#menuclicked
{
	color: #E61D2E;
}
#menuclicked a:link {color: #E61D2E; text-decoration:none;}
#menuclicked a:visited {color: #E61D2E; text-decoration:none;}
#menuclicked a:active {color: #E61D2E; text-decoration:none ;}
#menuclicked a:hover {color: #E61D2E; text-decoration:none ;}

.caption {
	font-size: 10px;
	font-style: italic;
}



/* position */


#container 
{
	left:50%;
	position:absolute;
	margin:0px 0px 0px -367px;
	width: 735px;
	height: auto;
	border: 0px;
}

#container #header 
{
	position: relative;
	width:715px; /* changed this from 100% to 715px. Because of the padding-left below, we need to reduce the width (735) by 20px */
	background-image:   url("../images/bar_top.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:0px;
	height:120px;
	float:left;
	padding-left:20px;
	padding-top:45px;
}

#container #header #menu 
{
	position: relative;
	left:0px;
	top:15px;
	width:100%;
	background:#FFFFFF;
	border:0px ;
	height:auto;
	float:left;
	clear:both;
}

#container #content 
{
	position: relative;
	top:20px;
	padding-top:20px;
	background-color:#FFFFFF;
	width: 735px;
	height:auto; /* changed this from 20px to auto*/
	/*border:1px solid #000;*/
	float:left;

}

#container #leftcontent 
{
	position: relative;
	/*top:20px;*/
	background:#FFFFFF;
	width: 240px;
	height:auto;
	/*border:1px solid #000;*/
	float:left;
	/*padding-top: 20px;*/
	padding:20px;
	padding-top:0px;
	font-size:10px;
}
	
#container #rightcontent 
{
	position: relative;
	/*top:20px;
	left:20px;*/
	width:355px;
	background-image:   url("../images/bg_rightcontent.gif");
	background-repeat: repeat-y;
	/*border:1px solid #000;*/
	height:auto;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	color:#000000;
}

#container #rightcontent a:link {color: #E61D2E; text-decoration:none;}
#container #rightcontent a:visited {color: #E61D2E; text-decoration:none;}
#container #rightcontent a:active {color: #E61D2E; text-decoration:underline ;}
#container #rightcontent a:hover {color: #E61D2E; text-decoration:underline ;}

#container #print 
{
	position: relative;
	/*left:40px;
	top:20px;*/
	width:auto;
	background:#FFFFFF;
	float:left;
	/*border:1px solid #000;*/
}


#container #footer 
{
	font-size:10px;
	color: #999999;
	clear:both;
	float: left;
	width: 735px;
	position: relative;
	top: 10px;
	background-color: #FFFFFF;
	margin-top: 100px;
	padding: 20px;
}

#footer a:link {color: #999999; text-decoration:none;}
#footer a:visited {color: #999999; text-decoration:none;}
#footer a:active {color: #E61D2E; text-decoration:none ;}
#footer a:hover {color: #E61D2E; text-decoration:none ;}

hr {
border: 0;
color: #BEBEBE;
background-color: #BEBEBE;
height: 1px;
width: 100%;
text-align: left;
}
