/* CSS Document */
html	{
	height: 100%;
}
/* Set a zero baseline for all elements */
*	{
	margin: 0;
	/* border: 0 none transparent; */
	padding: 0;
}
/* ***** Body structure ****** */
body	{
	/* background-image:url(/graphics/bg.jpg); */
	background-repeat:repeat-x; 
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.75;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}
/* ***** Create basic page structure ****** */
#page	{
	clear:both;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 70.01%;
	/* background-color: #EFEFEF; */
	
	margin-top: 15px;
}

#panel	{
	padding:10px;
	/* background-color:#F5F6F3; */
	background-color:#FFFFFF;
	margin-top: 10px;
}
/* ******* HTML Elements ******* */
h1	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.60em;
	color:#666666;
}
#slideshow	{
	width: 300px;
	margin: 0 0 10px 10px;
}

/* ******* Now the Footer ******* */
#footer	{
	text-align:center;
	background: #FFFFFF;
	padding: 15px;
}
#bar {
	height: 5px;
	background-color:#006600;
}
#footerlinks	{
	  list-style-type: none;
}
#footerlinks li	{
	display: inline;
}
#footerlinks a	{
	color: #333333;
}
#footerlinks a:hover	{
	color: #F00;
}





/* ***** Set up heading ****** */
#header 	{
	height: 60px;
	background-color: #000000;
}
#header .heading  	{
	margin-left: 170px;
	margin-top: 15px;
}
/* ***** Now the Navigation ****** */
#nav	{
	margin: 0px;
	background: #666666;
	max-width: 150px;
	width: 150px;
}
/* ***** Next the actual content ****** */
#content	{
	width: 610px;
	padding: 10px 10px 10px 10px;
	background-image:url(../images/welcome.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#content .center	{
	text-align: center;
}





