body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	background-image: url(../images/cartoon/background.gif);
	font-variant: normal;
	font-size: 13px;
	margin: 0 auto 0 auto;
	padding: 0;
	min-width: 100%;
	text-align: center;
}

a:link {
	color: #CC0000;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

#content{
	width: 600px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#navBarLeft {
	float:left
	font-size: 16px;
	width: 250px;
}

#navBarRight {
	float:right;
	font-size: 16px;
	width: 300px;
}

.navBar {
	margin-bottom: 10px;
	height: 25px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
}
	
#main {
	top: 60px;
	position: absolute;
	width: 600px;
	float: left;
	padding-top: 5px;
}

#front_image{
	height: 335px;
	padding-bottom: 30px;
}

.col1 {
	float: left;
	width: 240px;
	border-right: 1px dotted;
	padding-right: 15px;
}

.col2 {
	float: left;
	width: 98px;
	text-align: left;
	/* font-size: 11px; */
	font-variant: small-caps;
	padding-right: 15px;
	padding-left: 15px;
}

.col3 {
	float: left;
	width: 200px;
	padding-left: 15px;
	border-left: 1px dotted;
}

.leftcol4 {
	float: left;
	width: 100px;
	height: 200px;
}

.innercol4 {
	float: left;
	width: 100px;
	height: 200px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted;
}

.double {
	border: double #000099;
}

table {
	font-size: 13px;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	margin: 0px;
	padding: 0 0 5px 0;
	height: 15px;
}

.navBar h2 { display: inline; }

#footer {
	height: 15px;
	width: 600px;
	float: left;
	text-align: right;
	border-top: 1px dotted;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
