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

body {
	background:#000000;
	font-size:11px;
	color:#FFFFFF;
}

body a {
	border: none;
	text-decoration:none;
	color:#a3ff32;
}

#profile {
	background:url(../images/line.gif) repeat-y;
	width:1000px;
	margin:0;
	padding:0;
}


#profile_top {
	background:url(../images/line_top.gif) no-repeat;
	height:20px;
	margin:0;
	padding:0;
}

#profile_content {
	margin-left:200px;
}

#profile_bottom {
	background:url(../images/line_bottom.gif) no-repeat;
	height:20px;
	margin:0;
	padding:0;
}

#profile_content table {
	margin-top:15px;
}

#profile_content td {
	padding-right:15px;
}

#profile_content p {
	margin-bottom:15px;
}

#history {
	height:100%;
	background:url(../images/line.gif) repeat-y;
	padding-bottom:15px;
}

#chrono {
	float:left;
	width:150px;
	margin-top:120px;
	text-align:center;
	
}

#chrono img {
	margin-bottom:10px;
	border:0;
}

#history_content {
	margin:35px 0 0 200px;
	
}

.box_margin {
	margin-right:15px;
}

.box_border {
	border:2px solid #a3ff32;
}

.box {
	padding:20px;
}

.box ul {
	padding-left:16px;
	margin-bottom:10px;
}





