@charset "UTF-8";
/* CSS Document */


#outerdiv
{
	width:580px;
	height:665px;
	overflow:scroll;
	position: relative;
}

#inneriframe
{
position:absolute;
top:-250px;
left:-480px;
width:1280px;
height:1200px;
}

#banner {
	width:900px;
	height:100px;
	float: inherit;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0 auto;
}

#content {
	width:900px;
	height:360px;
	float: inherit;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	width:900px;
	text-align: center;
	margin:20px auto;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 420px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#side-a {
	width: 290px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}

#side-b {
	float: right;
	width: 580px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#side-c {
	margin: 0 0 0 20px;
	float: left;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#footer {
	clear: both;
	background: #ffffff;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 10px auto 10px auto;
}


#navEZPagesTop {
	font-size: 14px;
	padding-top: 3px;
	}

#navEZPagesTop ul {
	list-style: none;}

#navEZPagesTop li {
	display: inline;
	list-style-type: none;
	}
	
#navEZPagesTop a:link, #navEZPagesTop a:visited {
	float:left;
	text-decoration:none;
	margin-right:10px;
	color:#FFF;
	}
	
#navEZPagesTop a span {
	float:left;
	display:block;
	padding:0px 10px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	}

#navEZPagesTop a:hover {
	background: url(../img/nav_r.jpg) 100% 0 no-repeat;
	color:#FFF;}

#navEZPagesTop a:hover span {
	background: url(../img/nav_l.jpg) 0 0 no-repeat;
	color:#FFF;}
#menu_wrap {
	background: url(../img/bg_menu.jpg) 0 0 repeat-x;
	height: 45px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -1px;
	width: 100%;
	}

