body{
	margin:10px;
	font-family:verdana;
	color:#3472af;
	font-size:12px;
}

h3 {
	font-family:verdana;
	color:#3472af;
	font-size:16px;
	margin:0;
	text-align:left;
}

hr {
	border: 1px dotted #ccc;
	height: 0;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

a {
	color:#3472af;
	text-decoration:none;
}

a:hover {
	color:#3472af;
	text-decoration:underline;
}

a:visited {
	color:#3472af;
}

#main{
	width:980px;
	background:#fff;
	border:1px solid #878888;
}

#head {
	width:980px;
	height:42px;
	background-image:url('graphics/bgtop.gif');
	background-repeat:repeat-x;
	text-align:left;
}

#logo_left {
	float:left;
	border:0;
	margin:0px 10px 0px 10px;
}

#menu {
	float:left;
	margin:14px 10px 0px 10px;
}

#logo_right {
	float:right;
	border:0;
	margin:0px 10px 0px 10px;
}

#content {
	width:980px;
	min-height:680px;
	margin-top:10px;
}

#content_top {
	width:980px;
	height:21px;
	background-image:url('graphics/content_top.gif');
	background-repeat:no-repeat;
}

#content_middle {
	width:900px;
	min-height:550px;
	background:#d4d4d4;
	background-image:url('graphics/content_middle.gif');
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:40px;
	text-align:left;
}

#content_bottom {
	width:980px;
	height:44px;
	background-image:url('graphics/content_btm.gif');
	background-repeat:no-repeat;
}

#bottom {
	width:980px;
	height:28px;
	background-image:url('graphics/bgbtm.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	padding-top:14px;
}

.author {
	font-size:9px;
	margin-top:4px;
}