﻿body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 700px;
	margin: auto;
	padding-bottom: 100px;
}

#top
{
	background-image: url(images/dansers.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#SocialLinks
{
float: right;
	position:relative;
	bottom:0px;
	right:0px;	
	height:50px;
	margin-bottom:-50px;
}

#content
{
	margin-top: 40px;
}

.NavButton
{
	padding: 2px;
}

.ItemHeader
{
	font-weight: bold;
	font-size: large;
}

