﻿* 
{
	margin:0;
	padding:0;
	font-weight: 700;
}

body 
{
	font:12px Calibri;
	background:#EAEAE2;
}

#header
{
	width: 100%;
	height: 185px;
	background-image: url('../Images/Background/Header.png');
	background-repeat: repeat-x;
	color:white;
}

#menu
{
	text-align:center;
	margin:0px auto;
	font-weight:bold;
}

.menuButton
{
	width:120px;
	background-image:url('../Images/Background/MenuMain.png');
	background-repeat:repeat-x;
	cursor:pointer;
}

.menuButton:Hover
{
	color:#19473D;
}

.menuButtonLeft
{
	width:56px;
	background-image:url('../Images/Background/MenuLeft.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.menuButtonLeft
{
	color:#19473D;
}

.menuButtonRight
{
	width:120px;
	background-image:url('../Images/Background/MenuRight.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.menuButtonRight:Hover
{
	color:#19473D;
}
