﻿body 
{
	font-family: Calibri;
}

img
{
	border:none;	
}

.mainContent
{
	width:90%;
	/*height:600px;*/
	margin-left:5%;
	border-top:solid 1px orange;
	border-left:solid 1px orange;
	border-right:solid 1px orange;
}

.header
{
	border-bottom:solid 5px orange;
	vertical-align:middle;
}

.headerLogo
{
	width:400px;
	height:150px;
}

.menu
{
	float:left;
	margin:0;	
	text-decoration:none;
}

.menu li
{
	padding:5px 15px 5px 5px;	
}

a
{
	text-decoration:none;
	color:orange;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;	
}

.footer
{
	width:90%;
	margin-left:5%;
	border-bottom:solid 1px orange;
	border-left:solid 1px orange;
	border-right:solid 1px orange;
	font-weight:bold;
	font-size:larger;
	color:Orange;
}