/*---- Base line ----*/
html { font-size: 125%; }

img { border-style: none; }

body {
	background-color: #000000;	
	font-family: "Helvetica", "Arial", Sans-Serif;
	color: #FFFFFF;

}

/*---- Typography ----*/

h1 { font-size: 3.4em; }
h2 { font-size: 3.2em; }
h3 { font-size: 3em; }


#wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	clear: both;
	padding-bottom: 20px;
}

#content{
	width: 90%;
	float: right;
}

#menu {
	width: 10%;
	float: left;
}

.logo {
	line-height: 0%;
}

.tagline {
	line-height: 0%;
	font-size: 65%;
}

a {
	text-decoration: none;
	outline: 0;
	color: #BFFF00;
}

a:hover {
	text-decoration: underline;
	color: #BFFF00;
	outline: 0;
}
