/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

h1{
	margin: 0px;
	padding: 0px;
}

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align: left;
	background-color:#000;
	color: black;
}

p{
	text-align:justify;
}

h2{
	font-weight: normal;
}


#container{
	background: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 500px;
	height: 100px;
	margin: 25px auto 75px auto;
}

#left{
	width: 100px;
	float: left;
	text-align: right;
}

#center{
	width: 300px;
	float: left;
	padding: 10px 0 0 0;
	margin: 50px 0 0 0;
}

#right{
	width: 100px;
	float: left;
	text-align: left;
}

#content{
	height: 300px;
	width: 350px;
	margin: 0 auto;
	text-align:justify;
}

#footer{
	background-color:#000;
}

.footertext{
	letter-spacing: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

.copyright{
	color: white;
	background-color: black;
	font-size: 9px;
	text-align: center;
}

.big{
	font-size:100px;
	font-style:normal;
}

.smallhead{
	font-size:16px;
	text-align: center;

}

.small{
	font-size:14px;
	font-style:italic;
	text-align: center;
}

.center{
	text-align: center;
}

a{
	text-decoration: none;
	font-weight: 700;
	color: black;
	background-color: white;
}

a:hover, a:active, a:visited{
	text-decoration: none;
	font-weight: 700;
	color: #999999;
	background-color: white;
}

#footer a{
	text-decoration: none;
	font-weight: 700;
	color: white;
	background-color: black;
}

#footer a:hover, #footer a:active, #footer a:visited{
	text-decoration: none;
	font-weight: 700;
	color: #999999;
	background-color: black;
}

#header p{
	margin: 0px;
	padding: 0px;
}

#header h1{
	margin: 0px;
	padding: 0px;
}
