@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 15px;
	background-image:url(../IMG/bokehbkgd.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
}

#main_nav {
	position:fixed;
}

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #E2FFFF;
font-weight: 400;
}

h1 {
font-size: 1.8em;
}

#navigation {
	color: #e2ffff;
	font-size: 14px;
	margin-left: 25px;
}
#navigation a{
	color: #666;
	padding: 10px;
	text-decoration: none;
	line-height: 25px;
}
#navigation a:hover{
	color: #000;
	text-decoration:none;
}
#navigation a img{
	border: none;
	outline: none;
}

#navigation img{
	border: none;
}

#footer {
	color:#666;
	font-size: .5em;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}