* {
    padding: 0;
    margin: 0;
}


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#c0c0c0;
}

.page
{
    margin:0 auto;
    width:915px;
    text-align: left;
}


.header
{
	height: 55px;
	background-color: #c0c0c0;
	background-image:url(../images/top.jpg);
	color: #ffffff;
}

.main
{
	padding-left: 55px;
	background-color: #c0c0c0;
	background-image:url(../images/middle.jpg);
	color: #ffffff;
	padding-right: 60px;
}

.footer
{
	position: relative;
	padding-top: 20px;
	padding-left: 55px;
	background-color: #c0c0c0;
	background-image:url(../images/bottom.jpg);
	color: #ffffff;
	color: #444444;
	padding-right: 60px;
	height: 200px;
	background-repeat: no-repeat;
}

.footertext
{
	text-align: right;
}

.socialmedia
{
	position: absolute;
	left: 55px;
	width: 798px;
	height: 40px;
	top: 145px;
	text-align: left;
	font-weight: bold;
	color: black;
}

.linkback
{
	position: absolute;
	top: 200px;
	left: 55px;
	width: 798px;
	height: 20px;
	text-align: center;
    color: #444444;
	font-size: 10px;
}

.linkback a
{
   color: #444444;
}

.linkback a:hover
{
	text-align: center;
    color: #ffffff;
}

.footer h1
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.slideshow
{
	width: 800px;
	height: 533px;
	background-color: #666666;
	overflow:  auto;
}

.picturearea
{
	width: 800px;
	background-color: #666666;
}

.menu
{
	width: 800px;
	background-color: #444444;
}




.textcontent
{
	padding: 30px;
}

.textcontent p
{
	padding-bottom: 10px;
}

.textcontent h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
}

.textcontent h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}

.textcontent h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

