body
{
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #6a6a6a;
}
#mainWrapper
{
	position: relative;
	width: 1010px;
	margin: 0px auto;
	background: url(grafikk/GradientShadowSides.png) repeat-y;
}
#header
{
	position: relative;
	width: 960px;
	height: 80px;
	margin: 0px auto;
	background-color: #000;
}
#logo
{
	position: relative;
	left: 0px;
	width: 960px;
	height: 80px;
	background: url(grafikk/AnimidasHeader2.jpg) no-repeat;
}
#logoClick
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: 0px;
}
#menubar
{
	position: relative;
	width: 950px;
	height: 13px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0px auto;
	background: url(grafikk/GradientMenu.png) repeat-x;
}
#menubar a
{
	font-size: 9px;
	text-decoration: none;
}
#content
{
	position: relative;
	width: 880px;
	margin: 0px auto;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
}
#footer
{
	position: relative;
	width: 950px;
	height: 14px;
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	background: url(grafikk/GradientFooter.png) repeat-x;
	color: #fff;
}
#gradientShadowBottom
{
	position: relative;
	width: 1010px;
	height: 25px;
	margin: 0px auto;
	background: url(grafikk/GradientShadowBottom.png) no-repeat;
}
h1
{
	font-size:15px;
	padding-top: 0px;
	margin-top: 0px;
}
a
{
	color: #000;
	text-decoration: none;
}
