/* CSS Document */

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
background-color:#333333;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C3031;
}
a:hover {
	text-decoration: none;
	color: #9C3031;
}
a:active {
	text-decoration: none;
	color: #9C3031;
}
h2
{
margin:0px;
font-weight:normal;
font-size:small;
}
.Top
{
height:50px;
width:760px;
margin:0px auto;
background-color:#FFFFFF;
}
.TopLeft
{
float:left;
height:50px;
width:380px;
}
.TopRight
{
float:right;
height:50px;
width:380px;
}
.Header
{
width:760px;
height:300px;
margin:0px auto;
background-color:#FFFFFF;
}
.Navigation
{
height:35px;
width:760px;
margin:0px auto;
font-size:x-large;
background-color:#FFFFFF;
}
.NavigationLinks
{
font-size:small;
}
.Advert
{
width:760px;
height:90px;
margin:0px auto;
background-color:#FFFFFF;
}
.Content
{
width:760px;
margin:0px auto;
background-color:#FFFFFF;
}
.ContentLeft
{
width:374px;
float:left;
padding:3px;
}
.ContentLeftL
{
width:554px;
float:left;
padding:3px;
}
.ContentLeftS
{
width:194px;
float:left;
padding:3px;
}
.ContentLeftMedia
{
width:425px;
float:left;
padding:3px;
}
.ContentRight
{
width:374px;
float:right;
padding:3px;
}
.ContentRightL
{
width:554px;
float:right;
padding:3px;
}
.ContentRightS
{
width:194px;
float:right;
padding:3px;
}
.bold
{
font-weight:bold;
}
.italic
{
font-style:italic;
}