body {

	margin: 10px 0px 0px 0px; 
	padding:0px;
	text-align:center;
	background-image: 	url('images/background.jpg');
	background-repeat: 	repeat;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;	
	

}


#main	{

	border: solid 2px #968A8A;
	background-image: 	url('images/fade.jpg');
	background-repeat: 	repeat-x;
	background-color: #F2F0F0;
	margin: auto;
	width: 970px;
	height: 600px;
	position: relative;

}

#top	{

	border: solid 0px red;
	width: 970px;
	height: 85px;
	position: relative;

}

#middle	{

	border: solid 0px purple;
	width: 970px;
	height: 430px;
	position: relative;	

}


#bottom	{

	border: solid 0px green;
	width: 970px;
	height: 85px;
	position: relative;	

}

#logo	{

	background-image: 	url('images/logo.jpg');	
	width: 349px;
	height: 132px;
	position: absolute;
	top: 40px;
	left: 40px;

}

#photoBox	{

	border: solid 0px purple;
	width: 100%;
	height: 258px;
	position: absolute;
	top: 110px;
	left: 0px;

}

#insideMain	{

	border: solid 2px #968A8A;
	background-color: #F2F0F0;
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;

}

#insideTop	{

	border: solid 2px red;
	width: 970px;
	height: 85px;
	position: relative;

}


#insideBottom	{

	border: solid 2px green;
	width: 970px;
	height: 85px;
	position: relative;	

}



A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #000000;}