body {
	margin: 20px;
	color: #333333;
	background: #000;
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style: square;
	font-style: italic;
	}
p {
	margin: 2px;
	}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;	
	}
a:hover{
	color: #666666;
	text-decoration: none;
	}
h1 {
	text-align: center;
	font: 22px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0px;
	color: #981C20;
}
h2 {
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: lighter;
	color: #981C20;
	font-style: italic;
}
#container_index {
	border: 1px solid #ffffff;
	width: 640px;
	\width: 640px;
	w\idth: 640px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/index.jpg) no-repeat;
		}
	#index{
		margin-top: 222px;
		padding: 0px 20px 10px 20px;
		text-align: left;
		background: url(../img/bg.jpg);
		}
#container {
	border: 1px solid #333366;
	width: 640px;
	\width: 640px;
	w\idth: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../img/layout.jpg) no-repeat;
		}
	#layout{
		padding: 20px 20px 10px 20px;
		text-align: left;
		}
	#layout p {
		margin: 10px;
		}
	#layout img {
		padding: 0px 10px 0px 10px;
		}

#footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	background: #fff url(../img/bar.gif) no-repeat;
	padding: 15px 20px 10px 20px;
	text-transform: uppercase;
	}
	#footer a:link, #footer a:visited, #footer a:active {
	color: #333366;
	text-decoration: none;	
	}
	#footer a:hover{
	color: #A5C1DA;
	}
.italic{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #981C20;
}
.red {
	color: #981C20;
}
#copy {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	}