* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #b3b3b3;
}

img{
	border: 0;
	display: block;
}

#header {
	width: 700px;
	height: 300px;
	background: url('images1/header.jpg');
}
#logo {
	text-align: left;
	width: 200px;
	padding-left: 10px;
}
#title {
	font-family: Verdana;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 10px;
	padding-left: 60px;
}
#title a {
	font-family: Verdana;
	text-decoration: none;
	color: #fff;
}

#linksheader {
	width: 218px;
	height: 54px;
	background: url('images1/links_header.gif');
	background-position: top;
	background-repeat: no-repeat;
}
#linkscol{
	background-color: #fff;
}

#linkswraper{
	text-align: right;
}
#links {
	margin-top: 10px;
	padding: 10px;
	border-right: 1px solid #3f3c3c;
}
#links a {
	font-size: 12px;
	color: #a62a1b;
	display: block;
}
#links div{
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	font-size: 12px;
	padding: 7px;
	color: #222;
	background-color: #fff;
}
#content span.smaller {
	font-size: 95%;
}
#content span.smallest {
	font-size: 85%;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #a62a1b;
}
#content h1.author {
	margin-top: 6px;
	margin-bottom: 1px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #a62a1b;
	margin-bottom: 7px;
}

#content p{
	margin-top: 6px;
}
#content p.author {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin-top: 0;
}
#content u {
color: #fff;
}

#content a {
	color: #a62a1b;
}

#content ol span {
	font-size: 20px;
	font-weight: normal;
	color: #a62a1b;
}

#footer table{
	font-size: 12px;
	color: #fff;
	height: 34px;
	background: url('images1/footer.gif');
}
#footer a{
	text-decoration: none;
	color: #fff;
}