

html,body {
	margin:0;
	padding-left:0em;
	height:100%; /* needed for container min-height */
	background:#000000;
	font-family:arial,sans-serif;
	font-size:1.0em;
	color:#ebeae8;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.0em;
	color:#ebeae8;
	}

h3 {
	font: 1.75em georgia,serif; 
	margin:0em;
	color:#990033;
}
	
	
h4 {
	font:2.0em georgia,serif; 
	margin:0em;
	color:#990033;
	}
h5 {
	font:2.25em georgia,serif; 
	margin:0em;
	color:#990033;
	}
p { 
	line-height:1.5; 
	margin:0em;
}
p.two {
	border: groove; 
	border-color: #CCCCCC;
	}

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #6699cc; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6699cc;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #990033;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#000000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-left:0em;
}

div#header {
	padding-top:1.5em;
	margin:0em;
	background:#000000;
}
	div#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#6699cc;
	background:#000000;
	margin:0;
	text-align:left;
	padding-left:1em;
	}

div#content {
	padding:0em; /* bottom padding for footer */
}
	div#content p {
		text-align:center;
		padding:0em;
	}

div#bumpRight {
	padding-left: 6em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000000;
}
	div#footer p {
		padding:1em;
		margin:0;
		text-align:center;
	}
		
div#wrap {
	position: relative;
	text-align: left;
	width: 950px;
	min-width: 950px; 
	height: auto;
	margin: 0px auto;
	}

	
div#color1 {
background-image:url(../images/blueGrad.png);
padding:1em;
	}
div#color2 {
background-image:url(../images/purpleGradUp.png);
padding:1em;
	}
	
