h1, p, body, html {
	margin:0;
	padding:0;
	}

body {
	background:#060606;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: light;
	text-align: justify;
	font-size: 14px;
	color:#fff;

	}
	
#header {
	text-align:center;
	padding:0px;
	height:60px;
	margin-top:0px;
	width:900px
	}

#headerleft {
	text-align:center;
	padding:0px;
	height:60px;
	margin-left:10px;
	margin-top:20px;
	width:200px;
	float:left;
	}

#headerright {
	text-align:right;
	padding:0px;
	height:20px;
	margin-top:50px;
	margin-right:10px;
	width:300px;
	float:right;
	}

#container {
	position:relative;
	margin:0 auto;
	width:900px;
	}

#footer {
	background:#060606;
	text-align:right;
	height:40px;
	width:900px;
	margin-top:0px;
	}

#mobox {
	background:#fff;
	padding:0px;
	text-align:center;
	height:96px;
	width:96px;
	margin-left:4px;
	margin-top:5px;
	float:right;
	}

.content {
	float:left;
	width:900px;
	text-align:left;
	}

.content p, .right p {
	padding:10px;
	}

h1 {
	float: left;
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 0px;
	color:#fff;
	}

h2 {
	font-size:15px;
	color:#fff;
	}

f1 {
	float: right;
	font-size: 10px;
	letter-spacing: 0px;
	color:#fff;
	}

a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: none;
	}

.clear {clear:both;}
