html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
img
{
border-style: none;
text-decoration: none;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	
}
#wrapper {
	width: 700px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#shadow {
	width: 740px;
	height: auto;
	background: url(../images/sideshadow.gif);
	margin-right: auto;
	margin-left: auto;
}
#topgrad {
	width: 700px;
	height: 20px;
	background: url(../images/topgrad.gif) repeat-x;
	margin-top: 0px;
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #FF0066;
}
#botgrad {
	width: 700px;
	height: 20px;
	background: url(../images/botgrad.gif) repeat-x;
	margin-bottom: 25px;
}
#banner{
	background-repeat: no-repeat;
	border-bottom: 2px solid #009900;
	width: 700px;
	height: 150px;
}
#nav{
	border-bottom: 1px solid #999999;
	font-size: 80%;
}
#nav ul{
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}
#nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#nav ul li a{

color: #999999;
background-color: #FFFFFF;
text-decoration: none;
padding: 0 15px;
border-right: 1px dashed #CCCCCC;
text-align: center;
width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	background-color: #FFFFFF;
	color: #3399FF;
}
h1 {
	font: 400 120% Arial, Helvetica, sans-serif;
	color: #FF0066;
	margin: 15px;
}
h2 {
	font: 400 100% Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin: 15px;
}
h2 a:link {
	text-decoration: none;
	color: #0099CC;
}
h2 a:hover {
	color: #FF0066;
	text-decoration: none;
}
h2  a:visited {
	text-decoration: none;
	color: #0099CC;
}

h2 a:active {
	text-decoration: none;
	color: #0099CC;
}
p {
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 20px;
	width: 450px;
	text-align: justify;
}

#content {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 115px;
}
#leftcolumn {
float: left;
}
#rightcolumn {
	background: #FFFF00;
	height: 150px;
	width: 150px;
	float: right;
}
.clearit {
	display: block;
	clear: both;
}
.image {
	margin-left: 20px;
	margin-top: 20px;
}
.image2 {
	margin-left: 10px;
	margin-top: 60px;
}
#footer {
	background: url(images/image3.png);
	clear: both;
	height: 265px;
	width: 640px;
	margin-top: 20px;
}
#footer2 {
	background: #CCCCCC;
	clear: both;
	margin: 0px;
	border-top: 2px solid #333333;
}
#footer2 ul {
	font-size: 65%;
	color: #333333;
	background: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 0px;
}
#footer2 ul a:link {
	color: #666666;
	text-decoration: none;
}
#footer2 ul a:visited {
	text-decoration: none;
}
#footer2 ul a:hover {
	text-decoration: underline;
	color: #006600;
}
#footer2 ul a:active {
	text-decoration: none;
}


#gallery{

	background: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#flashcontent {
	color: #B8F5CC;
	text-align:center;
	width: 100%;
	background: url(../images/gallspace.gif) repeat-x;
}
#flash{
	display: block;
	margin: 0;
	height: 100%;
	width: 100%;
}
li{
	font-size: 80%;
	color: #3d3d3d;
	list-style-type: square;
}
.container li{
	margin-left: 35px;
}

