body
{
	font-size: 14px;
	font-family: "Arial";
	color: #000000;
	text-align: center;
	background-color: RGB(255, 204, 153);
	position: relative;
	top: 1em;
}

a
{
	font-size: 24px;
	font-family: "Times New Roman";
	color: #ff0000;
	text-decoration: none;
}

a:hover
{
	color: #0000ff;
}

h1
{
	font-family: "Arial";
	font-size: 24px;
}

.img
{
	border: 0;
}

logo
{
	position: relative;
	top: 5em;
}

table.center
{
	margin: 0 auto;
	text-align: left;
}

#container
{
	width: 800px;
	height: 600px;
	border: 15px solid #FF0000;
	margin: auto;
	padding-top: 4em;
	text-align: center;
}

#contact
{
        margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		width: 500px;
        height: 450px;
        text-align: center;
        border: 0px;
}


#main
{
	margin: auto;
	margin-top: 1em;
	width: 500px;
	height: 250px;
	text-align: center;
	border: 0px;
	line-height: 1.5;
}

#footer
{
 	color: #000000;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

#boxcontainer
{
	width: 700px;
	height: 200px;
	text-align: center;
	margin: auto;

}

.box
{
        background-color: RGB(255, 153, 255);
        width: 180px;
        height: 160px;
        padding: 5px;
        text-align: center;
        border: 1px solid #000000;
}	

.box2
{
        background-color: RGB(255, 153, 255);
        width: 180px;
        height: 170px;
        padding: 5px;
        text-align: center;
        border: 1px solid #000000;
}						
