@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background: url(img/bg.jpg) repeat-y;
	}
	
li {
	list-style-type:none;
	}
	
img {
	border:0px;
	}
	
a {
	color:#323232;
	text-decoration: underline;
	}
	
a:hover {
	color:#FF6600;
	}

.logo {
	font-size:36px;
	margin:20px 0 20px 720px;
	
	}	

.logo a {
	text-decoration:none;
	color:#323232;
	}	
	
.logo a:hover {
	text-decoration:none;
	color: #FF6600;
	}

.textarea {
	background:#FFFFFF;
	width:790px;
	float:left;
	}
	
.button { 
	margin:30px 0 0 60px;
	float:left;
	}	

.home {
	width:39px;
	height:46px;
	padding:0 0 5px 0;
	}
	
.contact {
	width:39px;
	height:46px;
	padding:0 0 5px 0;
	}
	
.twitus {
	width:39px;
	height:89px;
	}
	
.top {
	background:url(img/top.gif) no-repeat;
	width:791px;
	height:12px;
	float:left;
	}
	
.down {
	background:url(img/down.gif) no-repeat;
	width:791px;
	height:12px;
	float:left;
	}
	
.text-body {
	padding:10px 10px 10px 10px;
	width:790px;
	}
	
.status-box {
	height:38px;
	background:#dcf6ce;
	border:1px solid #d4d4d4;
	font-size:30px;
	color:#323232;
	padding:3px 3px 3px 3px;
	}
	
.go {
	background:url(img/go.gif) no-repeat;
	height:48px;
	width:91px;
	border:0px;
	}
	
	
.footer {
	font-size:10px;
	color:#323232;
	}

.footer a {
	color:#323232;
	text-decoration:underline;
	}
		
.footer a:hover {
	color:#FF6600;
	}