* {
	margin: 		0;
	padding:		0;
}

body {
	font-family:	Arial;
	font-size:		11px;
	line-height:	1.2em;
	color:			#fff;
	background:		#000;
}

h1 {
	font-size:		16px;
}

h2 {
	font-size:		14px;
}
h3 {
	font-size:		13px;
}
h4 {
	font-size:		12px;
}
#main {
	width:			800px;
	margin:			auto;
	margin-top:		30px;
	background:		url(images/main_bg.gif) top left repeat-y;
	overflow:		hidden;
	xposition:		absolute;	
}

* html #main {
	margin-left:	100px;
}

#header {
	background:		url(images/header_bg.gif) top left no-repeat;
	width:			800px;
	height:			218px;
	position:		relative;
	margin-bottom:	40px;
}

#login {
	position:		absolute;
	right:			50px;
	top:			110px;
}

#navi {
	position:		absolute;
	top:			160px;
}

#navi ul {
	list-style-type:none;
	margin-left:	30px;
}

#navi ul li {
	float:			left;
	background:		url(images/navi_bg.gif) top left no-repeat;
	width:			136px;
	height:			34px;
	margin-left:	10px;
}

#navi ul li a {
	color:			#fff;
	display:		block;
	width:			136px;
	line-height:	34px;
	text-align:		center;
	font-size:		16px;
	font-weight:	bold;
	text-decoration:none;
}

#categories {
	position:		absolute;
	top:			210px;
	margin-left:	40px;
}

#categories a {
	color:			#fff;
	margin-right:	10px;
	float:			left;
}

#categories h1 {
	font-size:		12px;
	float:		 	left;
}

#content {
	width:			600px;
	float:			left;
	margin-right:	20px;
}

#content .sender {
	width:			127px;
	height:			167px;
	background:		url(images/sender_bg.gif) top left no-repeat;
	position:		relative;
	float:			left;
	margin-right:	20px;
	padding:		15px;
}

* html #content .sender {
	height:			197px;
	width:			157px;
}

#content .sender .image {
	position:		absolute;
}

#content .sender .info {
	position:		absolute;
	top:			80px;
	background:		#000;
	opacity:		0.3;
	filter: alpha(opacity = 30);
	width:			130px;
	height:			35px;
}

#content .sender .action {
	position:		absolute;
	bottom:			13px;
	width:			167px;
	left:			0px;
}

#content .sender .action a {
	color:			#fff;
	font-weight:	bold;
	font-size:		13px;
}

#content .sender h1 {	
	position:		absolute;
	top:			87px;
	width:			130px;
	overflow:		hidden;
	height:			30px;
}

#content .sender h2 {
	font-size:		11px;
	font-weight:	normal;
	position:		absolute;
	top:			120px;
	height:			25px;
	overflow:		hidden;
}

#sidebar {	
	width:			160px;
	float:			left;	
}

#footer {
}

.pager {
	overflow:		hidden;
	margin:			20px 0px;
}

.pager a {
	color:			#fff;
	display:		block;
	width:			15px;
	height:			15px;
	float:			left;
}

.preview-pics {
	float:			left;
	width:			350px;
	
}

.profile-links {
	margin:			10px 0px;
}

.profile-links a {
	color:			#fff;
}

.profile-infos {
	margin-bottom:	15px;
}

.profile-infos h2 {
	margin-bottom:	15px;
}

.more-infos h3,
.more-infos h4 {
	float:			left;
	width:			200px;	
}

.more-infos h4 {
	margin-bottom:	15px;
}

.clear {
	float:			left;
	clear:			both;
	width:			100%;
	height:			1%;
}

#sidebar h2 {
	color:			#ccc;
	padding:		0px 10px;
	font-size:		13px;
}
#sidebar .promo {
	padding:		10px;
	color:			#bbb;
}

#sidebar .promo a {
	color:			#fff;
}

.overview {
	overflow:		hidden;
	width:			600px;
}

#content h1 {
	margin-bottom:	10px;
}

.copy {
	margin-top:		30px;
}

.copy a {
	color:			#fff;
}