@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:url(../images/main/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
#container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin-top: 10px;
	padding: 0 20px;
	min-height: 300px;
}
#navigation {
	margin:0;
	margin-top: 250px;
	margin-left: 500px;
	padding:0;
	width:300px;
	height:29px;
}
#email_box {
	width: 320px;
	margin: auto
}
#aboutme_box {
	width: 320px;
	margin: auto
}

#me{
	float:right;
}

/** Text Settings **/

a {
	margin:0;
	padding:0;
	font-size:10px;
	color: #D3E2FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #99cc99;
}
p {
	margin:0;
	padding:0;
	font-size:10px;
}
h1 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
h2 {
	
}
h3 {
	
}