/* CSS Document */

/* Rules for all text */
	body {
	font:12px Tahoma, Arial, Sans-serif;
	color:#CCC;
	line-height:120%;
	background-color:#000;
	}

/* Rules for all headings */
	h1 {
	font:12px Tahoma, Arial, Sans-serif;
	color:#CCC;
	line-height:120%;
	background-color:#000;
	}

/* Rules for Links */
	a:link {color:#27d}
	a:visited {color:#27d}
	a:active {color:#FFF;}
	a:hover{color:#FFF;
	}

/* Container for Banner */
	#banner {
	position:absolute;
	top:10px;
	left:10px;
	border:0px solid #000;
	}

/* Rules for images */
	img {  
	border-style: none;
	}

/* Container for Navigation */
	#navcontainer {
	position:absolute;
	top:245px;
	left:3px;
	width:600px;
	height:40px;
	padding:7px;
	}
	ul#navbar {
	background:url(../images/navbkg.png) repeat-x left top;
	margin:0;
	border-bottom:3px solid #CCC;
	border-top:none;
	list-style-type:none;
	height:31px;
	}
	ul#navbar li {
	float:left;
	}
	ul#navbar li a {
	display:block;
	padding:11px 10px 4px;
	font:bold 11px Tahoma, Arial, Sans-serif;
	text-decoration:none;
	color:#27d;
	letter-spacing: 0em;
	}
	ul#navbar li a:hover {
	color:#001;
	}
	ul#navbar li a#current {
	color:#09F;
	}
	-->

/* Rules for Intro text */
	#intro {
	position:absolute;
	top:290px;
	left:0px;
	width:290px;
	padding:10px;
	border:0px solid #000;
	}

/* Container for Sample image */
	#sample {
	position:absolute;
	top:298px;
	left:320px;
	width:295px;
	padding:0px;
	border:0px solid #000;
	}

/* Rules for Footer */
	#footer {
	position:absolute;
	top:495px;
	left:140px;
	width:360px;
	}