body{
	background:#004c7b url("/media/images/background/back.jpg") repeat-x ;
	margin:0;
	color:white;
	font:12px Arial;
}

a,a:link,a:visited{
	text-decoration:none;
	color:#004C7B
}
a:hover{
	text-decoration:underline;
}

.logo{
	background:transparent url(/media/images/logo/logo.png) no-repeat scroll left top;
	height:55px;
	position:relative;
	width:673px;
	margin:16px auto 0;
}

.bar{
	background:transparent url(/media/images/background/bar.gif) repeat-x scroll 0 0;
	height:55px;
	position:relative;
	width:100%;
	margin:0 auto;
}

.mainContainer{
	margin:-6px auto 0;
	background:transparent url(/media/images/elements/area.jpg) no-repeat;
	display:block;
	position:relative;

	width:677px;
	height:353px;
}

.mainContainer div.padding{
	padding:10px 20px;
}

.meanRemark{
	background:transparent url(/media/images/elements/betterThanYou.png) no-repeat;
	height:18px;
	width:170px;
	
	position:absolute;
	right:5px;
	bottom:-3px;
}
.title{
	font:bold 27px Arial;
	margin:0;
}
.date{
	font:10px Arial;
}

.tease{
	font:12px Arial;
}

.post_list{
	margin-left:10px;
	float:left;
}

.menu{
	margin-top:32px;
	float:right;
	height:282px;
	width:140px;
	background:transparent url(/media/images/elements/verticalBar.gif) no-repeat left;
}

.menu ul{
	margin-left:40px;
	list-style-type:none;
}

.menu ul li{
	font:18px Arial;
	margin-bottom:30px;
}

.menu ul li a{
	color:#fff;
}

.icons{
	height:48px;
	right:51px;
	position:absolute;
	top:10px;
	width:48px;
}

.footer{
	height:55px;
	position:relative;
	width:673px;
	margin:16px auto 0;
}

.clear{
	clear:both;
}

.uc{
	height:512px;
	width:320px;
	background:transparent url(/media/images/elements/uc.png) no-repeat;
	left:0px;
	position:absolute;
	bottom:0px;

}
.content{
float: left; width: 471px; text-align: justify;
}

.content form{
	z-index:99;
	display:none;
}

.content label {
	float:left;
	font-size:12px;
	padding-left:10px;
	padding-top:5px;
	width:75px;
}

