.text {
}
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	display:block;
	border:0;
}
ul{
	list-style:none;
}
a{
	color:#990033;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
body{
	color:#FFFFFF;
	font:normal 14px/160% "";
}
#bigbox{
	margin:0 auto;
	width:970px;
	overflow:hidden;
	zoom:1;
}
#banner{
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#content{
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background-color:#CC0000;
}
#content .maincontent{
	float:left;
	width:720px;
	padding:0px 10px;
}
.maincontent .picture{
	float:left;
	width:310px;
}
.maincontent img{
	margin:10px 0px;
}
.maincontent .contentwords{
	width:394px;
	float:right;
	margin:15px 0px 0px 10px;
}
.contentwords .litter{
	color:#FFFF00;
	font:normal 16px/160% "";
}
#content .sidebar{
	background-color:#CC0000;
	float:right;
	width:200px;
	background-image:url(other.jpg);
	background-repeat:no-repeat;
	padding:100px 5px 0px 5px;
	margin:10px;
}
.sidebar img{
	margin:10px 0px;
	padding-left:8px;
}
.sidebar .connected{
	background-image:url(about.jpg);
	padding:35px 0px 0px 0px;
	margin-top:20px;
}
.more{
	float:right;
}
#footer{
	height:52px;
}

