#main {
	border: 0px solid #00ff00;

	background-image: url(images/header_tile.gif);
	text-align:left;
}

#content {

	text-align:left;
	border: 2px solid #ffffff;
}
#footer {

	clear:both;
}
#outer {
clear: none;
	margin: auto;
	width: 800px;
	background: #ffffff;
	border: 1px solid #000000;
	padding-bottom: 10px;
}
#sidebar {
	float:left;
	width: 150px;
	background: #ffffff;
	border: 0px solid #000000;
	clear: both;
	
	
}
#contentblock {
	float:left;
	width: 620px;
	padding:2px;
	background: #ffffff;
	border: 0px solid #CC3300;
	margin-left:15px;
	clear: none;
	height: auto;
}
#contentblock3 {
	float:left;
	width: 700px;
	padding:2px;
	background: #ffffff;
	border: 0px solid #CC3300;
	margin-left:15px;
	position: relative;
	height: auto;
}
a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}

#menu {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;

}

body {
	background-image: url(bground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.style1 {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
