@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: top right;

}

#wrapper{
	width: 752px;
	margin-top: 0;
	background-color:#000000;
	margin-top: 0px;
	margin-right: 31px;
	float: right;

}

#header{
width: 360px;
background-image: url(images/projectA.jpg);
float: left;
}


#nav{
width: 392px;
height: 71px;
float: right;
}

#content{
width: 382px;
min-height: 409px;
background-color: black;
background-image:url(images/bottom-background.jpg); 
background-repeat:no-repeat;
margin-top: 0px;
clear: left;
padding-left: 369px;
}

#footer{
width: 702px;
height: 437px;
float: left;
clear: left;
}



/************************ stlyize text*************************/
p, td, h1, h3, h6{
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
text-align: left;
color:#CCCCCC;

}

p, td{
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size: 12px;
}
h6{
	font: 12px;

}

h3{
	font-size:14px;
	}
h1{
	font: 16px;

}

.footer{
text-align: right;
}


.borders
{
	border:#000000;}



	}
/* -------------------change link colors-------------------*/	

a:link{
	color:#FFFFFF;
}
a:visited {
	color: #CCCCCC;
	}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active{
	color:#FFFFFF;
	}
	
a{
	text-decoration: none;	
	border: none;
	}