body{
	text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		background:#B2C8D3;
}
#contain {
	font-size: 11px;
	background-image:url(images/whole_02.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	width: 720px;
	text-align: left;
	margin: 0px auto;
}
#header{
	background-repeat: no-repeat;
	height: 300px;
	width: 720px;
	background-image:url(images/whole_01.jpg);
	display:block;
}
#footer{
	background-image:url(images/whole_03.jpg);
	background-repeat:no-repeat;
	width: 720px;
	height: 60px;
	}
#menu {

            float: left;

margin-left: 20px;
            width: 210px;

font-size: 12px;

}

 html>body #menu{
            width: 220px;
            margin-left: 40px;
}

#menu input{
font-size: 10px;}
 

#menu ul {
            color: #D47D2E;
            font-weight: bold;
            list-style-type: none;
            margin: 0;
            padding: 0px 10px 0px 3px;
}

 

#menu ul li {

            font: bold .9em 'Times New Roman', Times, serif;

            letter-spacing: .1em;

text-transform:uppercase;
border-bottom: 1px solid #eee;

}
#menu ul li a{
	color:#6699CC;
	display:block;
	padding: 4px;
	text-decoration:none;
}
 #menu ul li a:hover{
	background:#6699CC;
	color:#fff;
	display:block;
	padding: 4px;
	text-decoration:none;
}

#left_col{
	border-left: 2px solid #eee;
	width: 400px;
	padding-left: 10px;
	margin-right: 32px;
	margin-left: 260px;

}
a{
	color: #6699CC;
}
h1{
	font-size: 18px;
	text-align:center;
	tex-transform: small-caps;
	border-top: 1px solid #B2C9D7;
	border-bottom: 1px solid #B2C9D7;
	display:block;
	padding: 10px 0px 10px 0px;
	width: 380px;
}
h2{
	font-size:14px;
	display: block;
	text-align:center;
	}
h3{
	font-size: 14px;
	border-bottom: 1px solid #B2C9D7;
}
h4{
	font-size:12px;
	border-bottom: 1px solid #eee;
	}


