body {
	margin: 0 auto;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.content {
	width: 869px;
	margin: 15px auto 0px auto;
}
.menu {
	color: #EEEEEE;
	word-spacing: 16px;
}
.menu a{
	color: #EEEEEE;
	word-spacing: 16px;
	text-decoration: none;
	text-shadow: none;  
    -webkit-transition: 500ms linear 0s;  
    -moz-transition: 500ms linear 0s;  
    -o-transition: 500ms linear 0s;  
    transition: 500ms linear 0s;  
    outline: 0 none;
}
.menu a:hover{
	color: #EEEEEE;
	word-spacing: 16px;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.left {
	width: 599px;
	float: left;
	margin-top: 20px;
}
.split {
	width: 20px;
	float: left;
	margin-top: 20px;
}
.right {
	width: 250px;
	float: left;
	margin-top: 20px;
}
.full {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.t1 {
	font-size: 18px;
	color: #444444;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}
.t2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #444444;
	line-height: 30px;
}
.t3 {
	font-size: 18px;
	color: #444444;
}
.t4 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.t5 {
	font-size: 14px;
	color: #444444;
	margin-bottom: 10px;
	text-align: justify;
}
.footer {
	clear: both;
	border-top: 1px dashed #CCCCCC;
	padding-top: 5px;
	font-size: 10px;
	padding-bottom: 10px;
}