/* CSS Document */


body {
	margin: 0px;
	padding: 0;
	background: #000000 url(images/snowbackground.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #dddddd;
}

.clear{
clear:both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
/*	text-transform: uppercase;*/
/*	color: #333333; */
	color: #3399cc;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #3399cc;
	text-decoration: none;

}

a:hover {
/*	color: #333333;*/
	color: #666666;
	text-decoration: none;
}

strong {
/*	color: #3399cc;*/
	color: #66cc33;
}

img {
	border: none;
}

/* Header */

#header {
	width: 603px;
	height: 192px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: url(images/header.gif);
	border: 0px solid #000000;
	border-bottom: none;
}

#intro {
	width: 603px;
	height: 192px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	border: 0px solid #000000;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #666666;
}

/* Menu */

#menu {
	width: 603px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	border: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: none;
	background: url(images/menu.gif);
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: 0;
	float: left;
	width: 100px;
	height: 22px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#menu a:hover, #menu .active a {
	/* background: #359acd; */
	color: #3399cc;
}

/* Splash */

/* #splash {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
} */

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	background: #000000;
	/* border: 1px dotted #343434; */ 
	border-top: none;
	font: normal small Arial, Helvetica, sans-serif;
	color: #dddddd;
/*	font-size: 12px;*/
}

#content .title {
	padding: 10px 20px;
	background: #000000 url(images/padder.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	/*border: 2px solid #FFEE8E; */
	
} 

#content .objective {
	/*border: 2px solid #FFEE8E; */
	border: 1px dotted #000000;
	border-style: none none dotted none;
	
} 

#content .project {
	height: 10px;
	/*border: 2px solid #FFEE8E; */
	border: 1px dotted #FFFFFF;
	border-style: none none dotted none;
	padding-top: 15px;
} 

#content .clear {
	height: 10px;
	padding-top: 15px;
} 

#content .objective img{
/*
	float: right;
	padding: 15px;
	border: 2px solid #FFEE8E; */
} 



#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 603px;
	height: 31px;
	margin: 0 auto;
	background: #000000 url(images/footer.gif);
	border: 1px solid #000000;
	border-top: none;
	clear:both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align:left;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

#copy {
	font: normal small Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size: 10px;
}
	div .rlscont, div .frlscont {
		overflow:auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	div .rlscont {
		width: 576px;
/*		width: 576px;*/
/*		width: 586px;*/ /* IE WIDTH, SET BELOW */
	}
	
	div .frlscont {
		width: 484px;
/*		width: 484px;*/
/*		width: 505px;*/ /* IE WIDTH, SET BELOW */
	}
	
	div .rls {
	 margin: 4px;
	 height: auto;
	 width: auto;
	 float: left;
	 text-align: center;
	 }
	div .rls img {
	 display: inline;
	 margin: 3px;
	 }
	div .frlsdesc {
	 text-align: center;
	 width: 230px;
	 margin: 2px;
	 }
	div .rlsdesc {
	 text-align: center;
	 width: 180px;
	 margin: 2px;
	 }
	.permband {
		font-weight: bold;
/*		color: #00ccff;*/
		color: #3399cc;
	}
	.asterisk {
		font-weight: bold;
	}
	div .storejump {
		text-align: center;
	}
	#content .updatesnewstext p {
	  text-align: justify;
		font: Arial, Helvetica, sans-serif;
		font: normal small Arial, Helvetica, sans-serif;
	}
	.paypalform {
		display: inline;
	}
	.paypalbutton {
		vertical-align: middle;
	}
	
	div .permrelart {
		float: left;
		margin: 0px 20px 0px 0px;
		padding: 0px;
	 }
	div .permreldesc {
		float: inline;
		text-align: justify;
	 }
	
	* html div .rlscont {
		width: 586px;
		overflow: hidden;
	}
	* html div .frlscont {
		width: 505px;
		overflow: hidden;
	}

