@charset "UTF-8";

/* Body */


body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(../img/background.jpg);
	margin: 10px;
	padding: 0;
	color: #000;
}

a img {
	border: none;	
}


/* Container */

#contentBox {
	background: url(../img/page.jpg);
	margin: 0 auto;
	width: 900px;

}


/* Header */

#header {
	width: 900px;
	height: 150px;
	background: url(../img/header.jpg) no-repeat;
	
}


/* Left Content */

#contentBoxLeft {
	margin: 20px 0 0 10px;
	float: left;
	width: 190px;
	
	
}


/* Main Content */


#contentBoxMain {
	margin: 10px 0 0 10px;
	float: left;
	width: 680px;
	

}
	
	
/* Footer */


#footer {
	clear: both;
	margin: 0 10px 10px 10px;
	width: 880px;
	text-align: center;
}

	
/* Common Elements */


p {
	padding: 0px 10px 0px 5px;

}

h1 {
	color: #9e1315;
	
		
}


a {
	color: #9e1315;
	text-decoration:none;
		
}

a:hover {
	color: #FF9900;
	text-decoration:none;
}	

a:visited {
	color: #CC3300;
	text-decoration:none;
}	

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 6px;
	
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}

li {
	padding: 3px 10px 0px 0px;
}
