html body {
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 10px;
	background-color: White;
	color: #696969;
}

table#container {
	width: auto;
	height: auto;
}
td#container_sidebar {
	width: 220px;
	vertical-align: top;
}
td#container_main {
	width: 880px;
	vertical-align: top;
	text-align: left;
	background-image: url(../images/bg_main.jpg);
	background-position: right top;	
	background-repeat: no-repeat;
}

table#sidebar {
	width: 200px;
	text-align: center;
}
td#logo {
	height: 100px;
	background-image: url(../images/CClogo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
}
td#menu {

}
td#side {
	height: 500px;
	background-image: url(../images/bg_side.jpg);
	background-position: left bottom;	
	background-repeat: no-repeat;
}
td#side_footer {
	vertical-align: bottom;
	font-size: 10px;
}

table#main {
	width: 600px;
	height: auto;
}
td#main_header {
	height: 100px;
}
td#main_item {
	text-align: left;
}
td#main_footer {
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
}

table#menu {
	text-align: center;
	width: 160px
}
td#menu_lt {
	width: 20px;
	height: 20px;
	background-image: url(../images/border_lt.jpg);
	background-repeat: no-repeat;
}
td#menu_ct {
	width: 120px;
	background-image: url(../images/border_ct.jpg);
	background-repeat: repeat-x;
}
td#menu_rt {
	width: 20px;
	background-image: url(../images/border_rt.jpg);
	background-repeat: no-repeat;
}

td#menu_lm {
	height: auto;
	background-image: url(../images/border_lm.jpg);
	background-repeat: repeat-y;
}
td#menu_cm {
	background-image: url(../images/border_cm.jpg);
	background-repeat: repeat;
	text-align: left;
}
td#menu_rm {
	background-image: url(../images/border_rm.jpg);
	background-repeat: repeat-y;
}

td#menu_lb {
	height: 20px;
	background-image: url(../images/border_lb.jpg);
	background-repeat: no-repeat;
}
td#menu_cb {
	background-image: url(../images/border_cb.jpg);
	background-repeat: repeat-x;
}
td#menu_rb {
	background-image: url(../images/border_rb.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: Black;
}
a#menu_item {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-variant: small-caps;
	color: #696969;
	font-size: 17px;
}
a#menu_item:hover {
	font-weight: bolder;
	color: Black;
}
a#submenu_item {
	display: block;
	color: #696969;
	font-size: 13px;
	margin-left: 12px;
}
a#submenu_item:hover {
	font-weight: bolder;
	color: Black;
}
a#active_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-variant: small-caps;
	color: #696969;
	font-size: 17px;
	font-weight: bolder;
	color: Black;
}



img {
	border: 0px none;
}
img#artist_thumb {
	width: 103px;
	height: 103px;
	border: 1px solid Black;
}
img#art_thumb {
	width: 60px;
	border: 1px solid Black;
}
img#art {
	border: 1px solid Black;
}

table#artist_thumb {
	display: inline;
}
td#artist_thumb_count {
	font-size: 10px;
	text-align: left;
}
td#artist_thumb_name {
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	color: #696969;
}

p {
	font-size: 11px;
}
p#bio {
	margin: 0 0 22 6;
}
p#statement {
	font-style: italic;
	color: Silver;
	margin: 0 0 0 6;
}

input#text {
	width: 135px;
	color: #696969;
	border: 1px solid #696969;
	background: #FaFaFa;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 14px;
}

table {
	
}
td {
	font-size: 11px;
}