﻿@charset "utf-8";

/* Profile =============== */

html {
	width: 100%;
	height: 100%;
	background: #000 url(../../img/bg_sky2.jpg) left top no-repeat;}

#main {
	height: 545px;
	background: url(../img/bg_main.jpg) right top no-repeat;}

#profleft {
	float: left;
	width: 420px;
	font-size: 10px;
	font-weight: bold;}

#profleft h2 {
	width: 407px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #999;}

#profleft dl {clear: both;}

#profleft dl dt {
	float: left; 
	display: block;
	width: 105px;
	text-align: right;
	font-weight: bold;
	padding-top: 20px;}

#profleft dl dd {
	float: right; 
	display: block;
	width: 300px;
	padding: 20px 0 0 10px;
	font-weight: bold;}

#profleft dl dd ul li { font-weight: bold;}

#profright {
	float: right;
	width: 360px;
	color: #ccc;
	font-size: 10px;
	margin-right: 15px; }

#profright ul {
	margin: 1em 0 1.5em 0;}

#profright ul li {
	margin-bottom: 3px;}

#profright a {
	color: #ccc;
	text-decoration: underline;}
