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

body {
	margin: 0;
	padding: 7% 0px 7% 0px;
	background-color: black;
	}
p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: left;
	margin: 0;
	}

h1
{
	margin: 0 0 0 0;
}
	
ul
{
	list-style: circle;
}
#header
{
	font-family: abadi mt condensed light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FFCC33;
	font-weight: lighter;
	margin: 0;
}

#cee
{
	position: relative;
	top: 10px;
	left: 9px;
	z-index: -1;
}

#container
{
	padding: 0px 0px 1px 0px;
	margin: 0px;
	height: 500px;
	width: 1500px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	position: relative;
	left: 0px;
	background-color: #000033;
	background-image: url(../images/starryNight2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#content
{
	height: 350px;
	width: 300px;
	position: relative;
	right: -250px;
	top: 50px;
	
}

#para1
{
	width: 270px;
	border: white 1px solid;
	background-image: url(../images/box1.jpg);
	color: black;
	padding: 5px;
}

#content2
{
	
	height: 350px;
	width: 300px;
	float: right;
	
}


#para2
{
	width: 270px;
	border: white 1px solid;
	background-image: url(../images/box2.jpg);
	color: black;
	padding: 5px;
	padding-bottom: 20px;
	float: right;
	position: absolute;
	top: 0px;
	left: 335px;
}


#para3
{
	width: 250px;
	border: white 1px solid;
	background-image: url(../images/box3.jpg);
	color: black;
	padding: 5px;
	padding-bottom: 20px;
	float: right;
	position: absolute;
	top: 0px;
	left: 670px;
}

#para4
{
	width: 200px;
	border: white 1px solid;
	background-image: url(../images/box4.jpg);
	color: black;
	padding: 5px;
	padding-bottom: 25px;
	float: right;
	position: absolute;
	top: 0px;
	left: 970px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: left;
	margin: 0;
}

#footer
{
	border-top: white 1px solid;
	height: 20px;
	color: #FFCC33;
	clear: right;
}
