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

.wrapper{
   margin: 5px auto;
   width: 990px;
   background-color: #000
}
.header{
   float: left;
   width: 100%;
   background-color: #000;
   margin-top:15px;
}
.pageleft1{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:40px;
}

.pageleft1 a {
	display: block;
	background: #09F;
	height: 40px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.pageleft1 a:hover {
	background-color:#FFF;
	}

.pageleft2{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:40px;
}

.pageleft2 a {
	display: block;
	background: #F0F;
	height: 40px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.pageleft2 a:hover {
	background-color:#FFF;
	}

.pageleft3{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:40px;
}

.pageleft3 a {
	display: block;
	background: #0F0;
	height: 40px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.pageleft3 a:hover {
	background-color:#FFF;
	}

.pageright{
   float: right;
   width: 240px;
   height:40px;
}

.pageright a {
	display: block;
	background: #FF0;
	height: 40px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.pageright a:hover {
	background-color:#FFF;
	}

.content{
	margin-top:10px;
   float: left;
   width: 100%;
   background-color: #FFF;
}

.footer{
	margin-top:10px;
   float: left;
   width: 100%;
   background-color: #FFF;
}
body {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #000
}
.headtext {
	font-size: 500%;
	color: #FFF;
}

.headtext a {
	font-size: 100%;
	color: #FFF;
	text-decoration:none;
}

.tablebg {

}

.titletext {
	font-size: 200%;
	color: #000;
	padding:5px;
}

.footertext {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding:5px;
}

.contenttext {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.left1{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:240px;
}

.left1 a {
	display: block;
	background: #09F;
	height: 240px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.left1 a:hover {
	background-color:#FFF;
	}

.left2{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:240px;
}

.left2 a {
	display: block;
	background: #F0F;
	height: 240px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.left2 a:hover {
	background-color:#FFF;
	}

.left3{
   float: left;
   margin-right: 10px;
   width: 240px;
   height:240px;
}

.left3 a {
	display: block;
	background: #0F0;
	height: 240px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.left3 a:hover {
	background-color:#FFF;
	}

.right{
   float: right;
   width: 240px;
   height:240px;
}

.right a {
	display: block;
	background: #FF0;
	height: 240px;
	text-align: left;
	text-decoration:none;
	color: #000;
}

.right a:hover {
	background-color:#FFF;
	}
	
#contact-area {
	width: 480px;
	margin-top: 5px;
	float:left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

#contact-form {
	width: 480px;
	margin-top: 5px;
	float:left;
}

#social-area {
	width: 480px;
	margin-top: 5px;
	float:right;
}

.homelatest {
		display: block;
		margin-top:10px;
   float: right;
   width: 490px;
   background-color: #FFF;
	
	}

.hometwitter {
		display: block;
		margin-top:10px;
   float: left;
   width: 490px;
   background-color: #FFF;
	
	}