/* CSS Document */

.clr {
	clear: both;
}

.fl_left {
	float: left;
}

.no_border {
	border: none;
}

.small {
	font-size: 10px;
	text-align: center;
	color: #666;
}

body {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 165%;
	font-size: 12px;
	color: #555;
}

h1, h2 {
	font-size: 16px;
	font-weight: normal;
}
h1 span, h2 {
	display: none
}
h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 236px;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #444;
	font-weight: normal;
	font-size: 13px;
}

h3 {
	color: #444;
	font-size: 12px;
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

h4 {
	color: #444;
	font-size: 12px;
	margin-bottom: 10px;	
	border-bottom: 1px dashed #FF6D12;
}

p, ul, li {
	color: #555;
}

a:link, a:visited {
	color: #FF6D12;
	text-decoration: none;
	border-bottom: 1px solid #FF6D12;
}
a:hover, a:active {
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #FF99FF;
}

hr {
	background: none;
	border: none;
	border-bottom: 1px solid #CCC;
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	color: #CCC;
}

#top_banner {
	width: 770px;
	margin: 0 auto;
	text-align: right;	
}
#top_banner p {
	margin: 00;
	padding: 0;
	font-size: 11px;	
}

#container {
	width: 720px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background-color: #FFF;
}
#footer {
	width: 770px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 11px;
}

/* Gallery table */
#gallery {
	margin: 0 auto;
}
#gallery td {
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 10px 2px;
}
#gallery tr.desc td {
	height: 40px;
	text-align: left;
	vertical-align: top;
	background-color: #ECECEC;
}
#gallery tr.desc td p {
	padding: 1px 0 20px 2px;
	margin: 0;
	font-size: 11px;
}
#gallery a:link, #gallery a:visited {
	border: none;	
}
#gallery a:hover, #gallery a:active {
	border: none;	
}

/* Text replace */
h3 span { display: none; }
#h3_welcome {
	background-image: url(../images/text_welcome.gif);
	height: 16px;
	width: 117px;
}
#h3_artwork {
	background-image: url(../images/text_artwork.gif);
	height: 16px;
	width: 123px;
}
