@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~ PAGE STYLE ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image:url(images/magna-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
p {
	margin:0;
	padding:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~ LAYOUT STYLE ~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: 1px solid #2D3681;
}
#banner {
	height: 195px;
	background-color: #666666;
	background-image: url(images/magna-banner.jpg);
	background-repeat: no-repeat;
}
#topnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	height:50px;
}
.navtext {
	color:#FFFFFF;
}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftcol {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}
#content {
	width: 700px;
	float: left;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	background-color: #2D3681;
	height: 50px;
}
#leftcontent {
	padding:10px;
}
#maincontent {
	padding:10px;
	padding-right:15px;
	text-align:justify;
}
#footercontent {
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~ FONT STYLE ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
	font-size: 24px;
	margin:0;
	padding:3px;
	margin-bottom:10px;
	color:#FFF;
	width:669px;
	background-color:#000;
}
