/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.borderlicious {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#content {
	padding: 15px 5px;
}
#content p {
line-height: 1.4;
}
#content h1 {
font-size: 16px;
font-weight: bold;
}
#content h2 {
font-size: 14px;
font-weight: bold;
}
#content h3 {
font-size: 12px;
font-weight: bold;
}
#footer {
	padding: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #939598
}
#footer a:link, #footer a:visited {
	color: #1B5981;
}
#footer a:hover, #footer a:active {
	color: #121212;
}
