/* CSS Document 
================================================*/
/* chocolate.css                            	       
================================================*/
/* HTML tag styles                           
================================================*/

body {
	background: #2d0803;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;	
	font-family: Arial Narrow,Arial;
	}

/* Main layout
================================================*/

#container {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 600px;
	background-color: #FFFFFF;
	border: 10px solid #FFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	color: #2d0803;
	font-family: Arial Narrow,Arial;
	}
#header {
	margin: 0px 0px 0px 0px;
	padding: 176px 0px 0px 0px;
	text-align: center;
	font: bold 14px Arial Narrow,Arial;
	color: #5c2720;
	width: 1000px;
	height: 22px;
	background-color: transparent;
	}	
#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: justify;
	font: normal 12px Arial;
	color: #2d0803;
	line-height: 15px;
	width: 805px;
	height: 342px;
	background-color: transparent;
	}
#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 60px;
	text-align: right;
	font: bold 11px Arial Narrow,Arial;
	color: #AAAAAA;
	background-color: transparent;
	}
.style1 {
	color: #5c2720;
	font: bold 26px Arial Narrow,Arial;
	}

/* Hyperlink Styles
================================================*/

a:link {
	background: transparent;
	font-weight: bold;
	color: #5c2720;	
	text-decoration: none;
	}
a:visited {
	background: transparent;
	font-weight: bold;
	color: #5c2720;
	text-decoration: none;
	}
a:hover {
	background: transparent;
	font-weight: bold;
	color: #c0835e;
	text-decoration: none;
	}
a:active {
	background: transparent;
	font-weight: bold;
	color: #c0835e;
	text-decoration: none;
	}

/* End
================================================*/