/* Back To BASIC */

body {
	background-color:white;
	margin-top:25px;
	font: 10pt Arial, Helvetica, sans-serif black;
}


/*INDEX PAGE LAYOUT*/
#indexcontainer {
	background-color:white;
	border: 5pt solid black;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	height:450px;
	width:525px;
}

#back {
	width:220px;
	height:50px;
	padding-top:0;
	margin-left:30px;
	margin-right:auto;
}

#img {
	width:auto;
	height:auto;
	padding-top:0;
	margin-left:30px;
	margin-right:auto;
}

#footer {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	height:auto;
	width:525px;
}

#logo {
	width:570px;
	height:80px;
	padding-top:0;
	margin-left:auto;
	margin-right:auto;
	background:url(images/header-image.gif) no-repeat;
}

#imgcontainer {
	width:250px;
	height:100px;
	border:5px solid white
}

a {
	text-decoration:underline;
	margin:0;
	color:#FF9900
}



a:hover { color:#666666}

/*IMAGES*/

a img {border:5px solid white}

a:hover img {
border:5px solid #FFCC00;
}

