#container
{
width:940px;
margin: 0 auto;
}
#page
{
background:#FFFFFF;
width:940px;
}
#top-grey-bar
{
background:url(images/top-grey-bar.jpg) no-repeat;
height:8px;
}
#logo
{
width:940px;
height:111px;
margin-top:8px;
background:url(images/logo.jpg) no-repeat;
}
#navbar
{
width:940px;
height:269px;
}
#menu
{width:287px;
height:269px;
}
#intro
{
width:710px;
height:269px;
float:right;
}

body {
	color: #454545;
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
}

a:link, a:visited
{

	color: #cf0303;
	text-decoration:none;
}

a:hover, a:active{

	color: #000000;
	text-decoration:underline;

}

.big-red-text{
	color: #9c0101;
	font-family:Arial, Verdana, sans-serif;
	font-size: 14px;
		font-weight:bold;
}

.grey-text{
	color: #9c0101;
	font-family:Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding-left:10px;
}
.footer-text
{
	padding-top:5px;
	color: #454545;
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-left:12px;
}

