/* main.css */


/* the styles for basic setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	background-color: #9CF;
	background-image: url(../pix/numbers07.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#top {
	width: 98%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#wrapall {
	width: 98%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9CF;
	margin-top: 20px;
}

.vspace01 {
	width: 100%;
	height: 2rem;
	margin-left: 0 auto;
	margin-right: 0 auto;
	background-color: #9CF;
	border: none;
}

/* the styles for main wrap divs */

div#left  {
	float: left;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	border: 0 solid #30C;
	background-color: #9CF;
}

div#right01  {
	float: left;
	width: 40%;
	height: 650px;
	border: 0 solid #F0F;
	background-color: #9CF;
	background: url(../pix/frank03.jpg);
	background-position: center top;

}

/* display: none;  */
/* the styles for area divs */

.nowrap  {
	clear; both:
}

/* the styles for the header section */

.spacer01 {
	line-height: 1rem;
	margin-top: 2rem;
}

header {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin-left: 3rem;
	background-color: none;
	padding-bottom: 1rem;
	border: 0 solid #3F0;
}
header img#logo {
	height: 100%;
	width: 100%;
	min-width: 450px;
	margin-top: .1rem;
	margin-bottom: .1rem;
	margin-left: -1rem;
	position: relative;
	z-index: 21;
}
header h1 {
	font-size: 3.25rem;
	line-height: 3rem;
	color: #009;
	text-shadow: 5px 4px #9CC;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}
header h2 {
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #009;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
header h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #333;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
header p {
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2rem;
	color: #000;
	margin-right: auto;
}


/* the styles for menu/links code 	background:#006;
	color:#F30;
 */

#mainMenu {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: bold;
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
	border:0;
	background:#009;
	color:#FFF;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	text-decoration: none;
	display:inline-block;
	padding: .5em .75em;
	text-decoration:none;
	color:#FFF;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	text-decoration: none;
	color:#F66;
	padding:.5em .75em;
	text-decoration:none;
}

.link02 a:link, .link02 a:visited {
	text-decoration: none;
	color:  #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;	
	font-weight: bold;
	line-height: 1.2;
	font-style: normal;
}

.link02 a:hover, .link02 a:active {
	text-decoration: none;
	color:  #C03;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;	
	font-weight: bold;
	line-height: 1.2;
	font-style: normal;
}


/* the styles for the totop & footer */

.totop {
	clear: both;
	font-size: .8rem;
	line-height: 1.5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.totop a:link, .totop a:visited {
	text-decoration: none;
	color:  #000;
}	
	
.totop a:hover, .totop a:active {
	text-decoration: none;
	color:  #C03;
}

/* the styles for the footer */
footer {
	clear: both;
	background-color: #9CF;
}
.copyright {
	font-size: .8rem;
	line-height: 1.5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
