BODY {
	margin:0;
	padding:0;
	background-image:url(images/main-back.gif);
	background-repeat:repeat;
	font-family: verdana, arial, sans-serif;
	font-size:1em;
}
IMG {
	border:0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width:720px;
	border-right: solid 1px #3d3d3d;
	border-left: solid 1px #3d3d3d;
	background-color: #e9e8e8;
}
#header {
	width:720px;
	height:234px;
	background-image:url(images/header-back.gif);
	background-repeat:repeat-x;
}
#logo {
	margin-top:21px;
	padding-left:10px;
	width:384px;
	height:177px;
	color:#e9e8e8;
	font-size:1em;
	float:left;
}
.black {
	color:#000000;
	font-weight:bold;
}
#nav {
	width:384px;
	height:27px;
	margin-top:25px;
}
#photo {
	width:326px;
	height:224px;
	float:right;
	overflow:hidden;
}
#main {
	width:720px;
	background-color:#e9e8e8;
	background-image:url(images/content-back.jpg);
	background-repeat:repeat-x;
	min-height:500px;
}
#sub {
	width:160px;
	
	margin: 20px 0 0 10px;
	float:left;
}
#gbar {
	width:160px;
	height:10px;
	background-color:#299a16;
}
.subnav a {
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
}
.subnav a:hover {
	padding-left:10px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
#content {
	margin: 20px 5px 0 10px;
	width:520px;
	float:right;
}
#news {
	width:500px;
}
#txt {
	margin-top:25px;
	margin-bottom:0px;
	width:350px;
	float:left;
}
#copyright {
	width:700px;
	padding:5px 0 20px 20px;
	font-size:.8em;

	background-color: #e9e8e8;
}	
#fbar {
	width:720px;
	height:10px;
	padding:0px;
	margin:0px;
	background-color:#3d3d3d;
}
#girl {
	width:130px;
	height:300px;
	background-image:url(images/girl.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}
.art-ttl {
	font-weight:bold;
}
.art-date {
	font-style:italic;
	font-size:.9em;
}
.readmore {
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
}
label {
	color:#000000;
	width:100px;
	float:left;
}
input {
	float:left;
}
form br {
	clear:both;
}