* {
padding:0;
margin:0;
font-family:arial;
}

img {
	border:none;
}

body {
background-color:#333;
color: #BBB;
}

#header{
height:113px;
width:100%;
background-image:url(headline-bg-side.png);
background-repeat:repeat-x;
}

.headline{position:absolute;
	top:10px;
	left:300px;
	text-align:center;
	height: 113px;
	width:660px;
	/*background-image:url(headline-bg.png);*/
	display:block;
	color:red;
	text-decoration:underline;
	font-size:42pt;
}

.links_left{
	position:absolute;
	left:10px;
	top:130px;
}

.links_right{
	position:absolute;
	right:10px;
	top:130px;
}

h2 {
	font-size:12pt;
	
}



#bannersection {
	position:relative;
	float:left;
	border: 3px solid #ffffff;
	width: 500px;
	padding:10px;
	padding-top:0px;
	left:340px;
	background-color:#990000;
}

#banner img{
	margin-left:28px;
	margin-top:15px;
}

#banner {
	width: 530px;
	height:250px;
}

#banner_headln {
	font-size:28pt;
	color:#3399CC;
	text-align:center;
	text-decoration:dotted;
}

#headline{
}

#content{


}
.link{
	height: 50px;
	margin:0;
	padding:0;
	font-size:13pt;
	text-decoration:none;
	color:#999;
}

.link:hover{
	background-color:#999999;
	color:#000000;
	text-decoration:none;
}

#footer{
	/*outline: 1px solid red;*/
font-size:10pt;
width:100%;
position:absolute;
top:1000%;
}

#footer h1
{
font-weight:500;
font-size:10pt;
}







#senderlist{
	position:absolute;
	top:120px;
	left:200px;
	padding:20px;
	color:#000;
}

#senderlist .sender {	
	/*outline: 1px solid red;
	border: 1px solid red;*/
	float:left;
	width:362px;
	padding:10px 0 0 0;
	margin:0 50px 10px 0;
	height:242px;
	background-image:url(senderbg.png);
	background-repeat:no-repeat;
}

#senderlist .text {
	display:none;
}

#senderlist .sender .nickname{
	text-align:center;
	}

#senderlist .sender .nickname a{
	text-align:center;
	font-size:17pt;
	text-decoration:none;
	color:#000000;
	}

#senderlist .picarea .profilpic_3{
	background-image:url(imagebg_3.png);
	background-repeat:no-repeat;
	width:140px;
	height:108px;
	display:block
	;
	border:none;
	margin:0 0 0 34%;
	padding:5px 0 0 0;;
}

#senderlist  .picarea .profilpic_2{
	background-image:url(imagebg_2.png);
	background-repeat:no-repeat;
	width:140px;
	height:108px;
	display:block;
	border:none;
	margin:0 0 0 34%;
	padding:5px 0 0 0;;
}

#senderlist  .picarea .profilpic_1{
	background-image:url(imagebg_1.png);
	background-repeat:no-repeat;
	width:140px;
	height:108px;
	display:block;
	border:none;
	margin:0 0 0 34%;
	padding:5px 0 0 0;;
}

#senderlist .picarea .profilimg{
	position:relative;
	left:5px;
}

#senderlist .description{
	text-align:center;
}

#senderlist .description textarea {
	margin:-5px 0 0 0;
	font-size:9pt;
	color:#777;
	width:300px;
	height:40px;
}


#senderlist .picarea .status_1{
	position:relative;
	bottom:5em;
	left:44px;
	background-image:url(status_1.png);
	height:19px;
	width:83px;
}


#senderlist .picarea .status_2{
	position:relative;
	bottom:5em;
	left:44px;
	background-image:url(status_2.png);
	height:19px;
	width:83px;
}

#senderlist .picarea .status_3{
	position:relative;
	bottom:5em;
	left:44px;
	background-image:url(status_3.png);
	height:19px;
	width:83px;
}
