*
{
padding: 0em;
margin: 0em;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCCCC;
}
.image {
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
}



#container
{
	width: 1024px;
	height:668px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	
}
#small
{
	width: 800px;
	height:600px;
	display: block;
	border: thin none #ECE9D8;
	padding: 1px;
	}
	
#header
{
	width: 750px;
	height: 140px;
	margin-top: 20px;
	margin-left: 29px;
	}

#headleft
{
	position: relative;
	width: 400px;
	height: 140px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
#headright
{
	float:right;
	width: 100px;
	height: 140px;
	
}
#name
{
	width: 800px;
	height: 40px;
	position: relative;
	}
#topnav
{
	width:508px;
	height: 28px;
	margin-left: 28px;
	position: relative;

	
}
#body
{
	position: relative;
	width: 800px;	
	height:430px;	
	}

#footer
{
	position: relative;
	width: 700px;
	height:30px;
	margin-left: 28px;
}

