* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Georgia, Trebuchet, Times, serif;
	width: 100%;
	background: #CCCCCC;
}

.class1 A:link { color: #000033; font-weight: bold; text-decoration: underline;}			/* main page links */
.class1 A:visited { color: #000033; font-weight: bold; text-decoration: underline;}
.class1 A:active { color: #330000; font-weight: bold; text-decoration: none;}
.class1 A:hover { color: #330000; font-weight: bold; text-decoration: none;}

.class2 A:link { TEXT-DECORATION: NONE; color: #000033; }		/* header links */
.class2 A:visited { TEXT-DECORATION: NONE; color: #000033; }
.class2 A:active {text-decoration: underline; color: #CC6600; }
.class2 A:hover {text-decoration: underline; color: #CC6600;}


p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
padding-top: 20px;
	width: 710px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
	background: #CCCCCC;
	text-align:center;
	font-variant: small-caps;
	padding-top: 25px;
}

#header2 {
	height: auto;
	background: #CCCCCC;
	text-align:center;
	font-size:80%;
	padding-top: 20px;
	padding-bottom: 20px;

}

.h1{
font-variant:small-caps;
font-size: 150%;
font-weight: bold;
color: #CC6600;
}

.h2{
font-variant:small-caps;
font-weight: bold;
color: #330000;
}

.h3{
font-variant:small-caps;
font-weight: bold;
color: #000000;
font-size: 90%;
}

hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 90%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 200px solid #CCCCCC;
	height: 1%;
	padding-bottom: 20px;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 200px;
	position: relative;
	background: #CCCCCC;
	left: -200px;
	padding-bottom: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background: #CCCCCC;
	text-align:center;
	padding-top: 20px;
	border-top: 1px dotted #000000;
	font-size: 80%;
}
