* {
	margin:		0;
	padding:	0;
}

body {
	font-size:	90%;
	font-family:	"Liberation Sans", "Arial", "Helvetica";
	background:	url(../images/body_bg.gif) #cbcbcb repeat-x;
	text-align:	center;
	color:		#000000;
}

a {
	color:		#3a79bc;
	text-decoration:none;
}

a:hover {
	color:		orange;
	text-decoration:underline;
}

h1 {
	font-weight:	bold;
	font-size:	120%;
	margin-bottom:	10px;
}

h2 {
	font-size:	100%;
}

p {
	font-size:	90%;
	line-height:	1.4;
	margin-bottom:	10px;
}

blockquote {
	margin:		5px 10px;
	padding:	5px 10px;
	background:	#9DCAE8;
	border:		1px dotted #BBB;
}

img {
	border:		none;
}

#wrapper {
	width:		1002px;
	margin:		0 auto;
	padding:	0 10px;
	text-align:	left;
}

.border {
	margin:		0 10px;
	height:		7px;
	width:		982px;
}

#top {
	background:	url(../images/content_top.png);
}

#bottom {
	background:	url(../images/content_bottom.png);
}

#content {
	background:	url(../images/content.png) repeat-y;
	margin:		0 10px;
	width:		982px;
	clear:		both;
	overflow:	auto;
}

#footer {
	clear:		both;
	border-top:	1px solid #aaa;
	height:		38px;
	margin:		20px 10px;
	text-align:	center;
	color:		#aaa;
	font-size:	10px;
	line-height:	35px;
}
