/* CSS Document */

body {
	background-color:#ffffff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#banner {
	width:900px;
	}
	
#inner_container {
	width:900px;
	background-image:url(template_art/columns.gif);
	background-position:top;
	background-repeat:repeat-y;
	}
	
#gallerydiv {
	width:884px;
	padding:8px 8px 8px 8px;
	background-image:url(template_art/gallery_borders.gif);
	background-position:top;
	background-repeat:repeat-y;
	color:#333667;
	font-size:12px;
	line-height:16px;
	}
	
#left {
	width:518px;
	float:left;
	padding:8px 16px 8px 16px;
	color:#333667;
	font-size: 14px;
	line-height:19px;
	}
	
#right {
	width:334px;
	float:right;
	padding:8px 8px 8px 8px;
	color:#333667;
	font-size:12px;
	line-height:16px;
	}
	
hr {color:#eeeeee;}
	
#gallery_home {
	padding: 0px 0px 16px 0px;
	}
	
#gallery {
	padding: 4px 4px 4px 4px;
	border: #eeeeee 1px solid;
	}

	
img.left {margin-right:4px;}
img.leftmore {margin-right:12px;}
	
h1 {
	font-size:20px;
	font-weight:500;
	line-height:20px;
	}
	
p {
	margin-top:12px;
	margin-bottom:12px;
	}
	
.green {color:#336600;}
	
a, a:link, a:visited {
	text-decoration:none;
	color: #333667;
	}
	
a:hover, a:active {
	text-decoration:none;
	color: #dd2222;
	}
	
a.linkright, a.linkright:link, a.linkright:visited {
	text-decoration:none;
	color: #333667;
	font-size:14px;
	font-weight:normal;
	}
	
a.linkright:hover, a.linkright:active {
	text-decoration:none;
	color: #dd2222;
	font-weight:normal;
	}
	
#clear {
	clear:both;
	width:900px;
	}
	
	
#copyright {
	width:900px;
	background-image:url(template_art/line_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:4px 0px 4px 0px;
	font-size:10pt;
	color:#e1e1e1;
	}