body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#ffffff;
	font-size:14px;
	line-height:22px;
	margin:0px;
	text-align:justify;
}

h1 {
	text-align:center;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	padding-top:0px;
	margin-top:0px;
}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#FFE84E;
}
a:active {
	text-decoration:underline;
	color:#FFE84E;
}

	#nav a:link {
		text-decoration:none;
		color:#ffffff;
	}
	#nav a:visited {
		text-decoration:none;
		color:#ffffff;
	}
	#nav a:hover {
		text-decoration:none;
		color:#0180FE;
	}
	#nav a:active {
		text-decoration:none;
		color:#0180FE;
	}

	#footer a:link {
		text-decoration:none;
		color:#0180FE;
	}
	#footer a:visited {
		text-decoration:none;
		color:#0180FE;
	}
	#footer a:hover {
		text-decoration:underline;
		color:#FF048C;
	}
	#footer a:active {
		text-decoration:underline;
		color:#FF048C;
	}

#logo {
	padding:20px;
	line-height:55px;
	letter-spacing:2px;
	word-spacing:12px;
}

#nav {
	background-color: #000000;
	word-spacing:40px;
	margin-bottom: 10px;
	padding:2px;
	padding-left:20px;
	letter-spacing:1px;
	font-weight:bold;
}

#container {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#066cfd;
	border:2px solid #000000;
	margin:auto;
	width:1000px;
}

#home {
	background-image:url(../images/home_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	line-style:none;
	padding:10px;
	text-align:right;
	padding-left:200px;
}

#bio {
	background-image:url(../images/cv_bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	line-style:none;
	padding:10px;
}

#news {
	background-image:url(../images/news_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	line-style:none;
	padding:10px;
	min-height:450px;
}

#gallery {
	background-image:url(../images/photo-doodle.gif);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:260px;
	line-style:none;
	padding:10px;
}

#downloads {
	background-image:url(../images/downloads_bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	line-style:none;
	min-height:300px;
	padding:10px;
}

#interactive {
	line-style:none;
	padding:10px;
}

#facts {
	background-image:url(../images/randBG2.png);
	float:left;
	width:540px;
	height:350px;
}

#footer {
	width:96%;
	font-size:9px;
	text-align:right;
	background-color:#000000;
	padding:0px;
	padding-right:4%;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:2px;
	height:19px;
}


.form {
	border:1px solid #000000;
	background-color:#C2F0FE;
	width:250px;
}