
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url('images/background.jpg'); background-repeat: repeat-x;
}

em{color: red;}

#maincontainer{
width: 778px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-left: 1px solid black;
border-right: 1px solid black;
background: White;
font-family: Arial;
font-size: 12px;
text-align: justify;
}

#topsection{
background: #EAEAEA;
height: 178px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
border-left: 1px solid Black;
}

#contentcolumn h1{
font-family: century gothic;
font-size: 20px;
color: #495584;
text-align: center;
margin-top: 50px;
}

#contentcolumn h2{
font-family: century gothic;
font-size: 16px;
color: #495584;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -779px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
border-left: 1px solid Black;
border-right: 1px solid Black;
}

#leftcolumn ul {
	list-style: none;
	width: 220px;
	margin: 0;
	padding: 0;
	font: 14px "Century Gothic";
}	

#leftcolumn li {
	margin: 0;
	padding: 0;
	display: inline;
}	

#leftcolumn li a {
	text-decoration: none;
	text-align: center;
	color: White;
	display: block;
	padding: 3px 0 3px 0;
	background: #495584;
	border-bottom: 1px solid white;
	margin: 0;
}	
	
#leftcolumn li a:hover {
	background: #eaeaea;
	color: #495584;
}

#leftcolumn li a:active {
	background: #eaeaea;
	color: #495584;
}

.contact {
	font: bold 12px "Century Gothic";
	color: #000099;
	margin: 100px 0 50px 20px;
	text-align: left;
}

.contact a{
	color: #000099;
	text-decoration: underline;
}

.contact a:hover{
	color: #000099;
	text-decoration: none;
}

#footer{
	clear: left;
	width: 100%;
	background: White;
	color: Navy;
	text-align: center;
	padding: 4px 0;
	border-top: 1px solid black;
}

#footer a{
color: #000000;
text-decoration: none;
}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

.innertube{
	margin: 0 50px 0 50px; /*Margins for inner DIV inside each column (to provide padding)*/
}

