body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/bg.gif);
	height:100%;
	color: #0055A4;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

H1, H2, H3, H4, H5, H6, P, TD, TH, A {
        font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #0055A4;
}

h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size: 14px; font-weight: bold;}

.bold {	font-weight: bold;}
.small { font-size:10px;}

li {
	font-size: 14px;
	list-style-position: outside;
	list-style-type: square;
	color: #0055A4;
}

#mainbox { 
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	width: 772px;
} 

#dfrcinner { /* to get the dfrc image behind menu and yellow behind content box*/
	position:relative; 
	width: 772px;
	background-image:url(images/dfrcmainboxbg.jpg);
	overflow:auto;
}

#footballinner { /* to get the football image behind menu and yellow behind content box */
	position:relative; 
	width: 772px;
	background-image:url(images/footballmainboxbg.jpg);
	overflow:auto;
}

#golfinner { /* to get the golf image behind menu and yellow behind content box */
	position:relative; 
	width: 772px;
	background-image:url(images/golfmainboxbg.jpg);
	overflow:auto;
}

#holidazzleinner { /* to get the holidazzle image behind menu and yellow behind content box*/
	position:relative; 
	width: 772px;
	background-image:url(images/holidazzlemainboxbg.jpg);
	overflow:auto;
}

#menu {
	float:left;
	width:199px; 
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px; 
	margin-bottom:10px;
	padding-left:10px;
	padding-top: 10px;
	text-align:left;
	color: #0055A4;
	font:14px Arial, Helvetica, sans-serif;
	line-height:14px;
}

#menu li {
	font-size: 14px;
	color: #0055A4;
	list-style-position: outside;
	list-style-type: none;
	text-align:left;
	text-indent: -40px;
}

#menu a:link {
	text-decoration: none;
	color: #0055A4;
}

#menu a:visited {
	text-decoration: none;
	color: #0055A4;
}

#menu a:hover {
	color: #0055A4;
	text-decoration:none;
	font-weight:bold;
}

#content {
	float:right;
	width: 532px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}

#content p {
	font-size:14px;
}
