@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-color:#300;
}

#header1
{
	margin-top:25px;
	margin-bottom:10px;
	text-align:center;
}
#header2
{
	margin:0px;
	background-image:url(pic/home2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height:300px;
	min-width:960px;
}

#header3
{
	background-color:#FBDFFD;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	min-width:951px;
	max-width:951px;
	text-align:center;
	border: 3px solid #906;
	padding: 2px;
}
table, td, th
{
	border:1px solid #906;
}
th
{
	background-color:#906;
	color:white;
}

h1
{
	background-repeat:no-repeat;
	text-align: left;
	color: #633;
	font-size:36px;
	font-style:italic;
}

h2
{
	font-size:24px;
	text-align:left;
}

h3
{
	color:#906;
	font-size:20px;
	font-style:italic;
	text-align:center;
	padding-bottom: 2px;
	margin-left:80px;
	line-height:10px;
}

#main
{	
	background-color:#F7EAD7;
	background-position:center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	min-width:900px;
	max-width:900px;
	text-align: left;
	border: 10px solid #999;
	padding: 20px;
}
