@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);

body {
	height: 100%;
}

#header {
	height: 150px;
	background-color: #000000;
	margin: 10px;
	padding: 10px;
	border: 2px solid;
	border-radius: 25px;
}

#container {
	position: relative;
	padding-bottom: 100px;
}

#nav {
	float: left;
	width: 375px;
}

#content {
	margin-left: 375px;
	padding-right: 20px;
}

#footer {
	position: relative;
	height: 75px;
	background-color: #000000;
	margin: 10px;
	border: 2px solid;
	border-radius: 15px;
}

#footer-left {
	position: absolute;
	left: 15px;
}

#footer-right {
	position: absolute;
	right: 15px;
	bottom: 2px;
}

h1 {
	font-family: 'Montserrat', serif;
	color: #ffffff;
	text-shadow: 0px 0px 10px #00ff00,
					0px 0px 20px #00ff00,
					0px 0px 30px #99ff33,
					0px 0px 40px #99ff33,
					0px 0px 50px #99ff33;
}

h3,h5 {
	font-family: 'Montserrat', serif;
	color: #ffffff;
}

h4,h6 {
	font-family: 'Quattrocento Sans', serif;
}

p {
	font-family: 'Quattrocento Sans', serif;
}

ul,li {
	font-family: 'Quattrocento Sans', serif;
}

li.current {
	color: #c0c0c0;
	font-style: italic;
}

a:link, active {
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #00ff00;
}

img {
	border-style: solid;
	border-width: 1px;
}