/* CSS Document */
body {

	background-color: #000000;
    margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align: center; 
	color: #000000;
}

body {

	background-color: #000000;
    margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align: -moz-center; 
	color: #000000;
}

table{
	margins: auto;
}

.purpleBG {
background-image:url(assets/purpleSquare.jpg);
background-repeat:repeat-x;
height: 163px;
color:#FFFFFF;
font-size:30px;
}

#main {
	text-align: center;
}

.cellPadder{
padding-left: 60px;
padding-right: 60px;
text-align: left;
border-left:#000 solid 80px;
border-right:#000 solid 80px;
border-top:#000 solid 25px;
}

.contactPadder{
padding-left: 100px;
padding-right: 100px;
text-align: left;
border-left:#000 solid 80px;
border-right:#000 solid 80px;
border-top:#000 solid 25px;
}

.myFooter{
background-image:url(assets/footer.jpg);
background-position:center;
height:223px;
width:1128px;
color:#660099;
font-size:11px;
text-align:center;
border-left:#000 solid 80px;
border-right:#000 solid 80px;
}

.footerSection {
padding-top:30px;
padding-left:130px;
text-align: left;
}



a:link {
	color:#609;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #609;
}
a:hover {
	text-decoration: none;
	color: #609;
}
a:active {
	text-decoration: none;
	color: #609;
}

.purpleFont{
	color: #609;
}