body {
	font-family: Helvetica, arial;
	background: #fff url(../back.jpg) repeat fixed;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	padding: 20px;	
}
#containerleft {
	width:345px;
	height: 130px;
	float: left;
	margin-bottom: 40px;
	background-color: #fff;
}
#containerright {
	float: left;
	width: 630px;
	padding: 15px;
	background-color: #fff;
}
#title {
	width: 270px;
	height: 100px;
	float: left;
	text-align: right;
	padding: 2px;
}
#menu {
	width:65px;
	height:  100px;
	float: left;
	text-align: left;
	padding: 2px;
}
a {
	color: #000;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #78aad5;
}
a.on{
	color: #007cd5;

}
.head {
	height: 70px;
	border-bottom: 5px solid black;
	text-align: left;
}
.header {
	height: 60px;
	border-bottom: 1px solid black;
}
.text {
	border-bottom: 3px solid;
	padding-bottom: 40px;
	border-top: 1px solid;
}
.leftbox {
	width: 300px;
	height: 300px;
	margin: 140px auto 100px;
	text-align: right;
}
.secret {
	font-size: 2px;
	color: #fff;
}
.box300{
	width:  300px;
	height: 300px;
	float: left;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}
.small{
	font-size: 10px;
}