/* CSS Document, Michael James Student ID: 06007519 */

* 

{/* zero margins and padding */
	margin: 0;
	padding: 0;
}



html

{/* set default HTML tags */
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;

}

body
{/* zero margins and padding */
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background: #ffffff /*url(images/bg.gif) repeat-y center*/;
}


#wrapper 

{/* wrapper for entire page */	
	min-height:100%; /* fix height for other browsers */
	width:700px;
	margin: 0 auto;
}


#main_content {/* container for all content, excluding top banner */
	height: 100%;
	min-height:100%; /* fix height for other browsers */
	width: 680px;
	padding-left: 20px;
	margin: auto;
	float: inherit;
	clear:both;
}


#navigation
{/* container for navigation bar */
width: 680px;
height: 50px;
padding-left: 20px;
padding-top: 10px;
}


#top_banner
{/* container for top banner */
width: 700px;
height: 200px;
background: url(images/new_top_banner.png);
}



#footer
{/* container for bottom banner */
width:530px;
height: 45px;
background:url(images/footer.png);
padding-left: 150px;
padding-top: 10px;
padding-right: 20px;
}


a:link 
{
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{
	color: #663300;
	text-decoration: none;
}

a:active 
{
	color: #000000;
}

body 
{
	background-color: #CCCCCC;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}



h1
{
    color: #663300;
    font-size: 1.5em;
}

.Image
{/* padding for images */
    padding: 5px;
    padding-right: 30px;
    padding-left: 30px;
}
