@charset "utf-8";
body {
	background-image: url(../images/bg-grass.jpg);
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444444;
	text-align:justify;
}

h2 {
	color:#4c2b5f;
	font-weight:bold;
	font-size:14px;
}

.title {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:15px;
}

.login_form {
	width:250px;
	border:2px solid #E4E1EC;
	color:#4c2b5f;
}

	a:link {
		color:#4c2b5f;
		text-decoration:none;
	}
	a:hover {
		color:#aaaaaa;
		text-decoration:underline;
	}
	a:active {
		color:#aaaaaa;
		text-decoration:underline;
	}
	a:visited {
		color:#4c2b5f;
		text-decoration:none;
	}

#holder {
	background-color: #FFFFFF;
	background-image:url(../images/holder_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	

}
#holder #top {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 146px;
	width: 1000px;
}
#holder #top #logo {
	padding-top: 10px;
	padding-left: 30px;
}
#holder #nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 1000px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	padding-top:9px;
	word-spacing:5px;
}
#holder #test_box {
	background-repeat: no-repeat;
	background-position: center;
	width: 950px;
	padding-left:25px;
	padding-right:25px;
	margin-right: auto;
	margin-left: auto;
}


#holder #welcome_box {
	background-image: url(../images/top_box.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 950px;
	padding-left:25px;
	padding-right:25px;
	height:281px;
	margin-right: auto;
	margin-left: auto;
}

		#holder #nav a:link {
			color:#FFFFFF;
			text-decoration:none;
		}
		#holder #nav a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		#holder #nav a:hover {
			color:#FFFFFF;
			text-decoration:underline;
		}
		#holder #nav a:active {
			color:#FFFFFF;
			text-decoration:none;
		}

#holder #home_boxes {
	float:left;
}

#holder #home_boxes #news_box {
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}

#holder #home_boxes #fixtures_box {
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}

#holder #home_boxes #login_box {
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}


#holder #home_boxes #highlights_box {
	clear:both;
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}

#holder #home_boxes #maq_box {
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}

#holder #home_boxes #terms_box {
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: center;
	float: left;
	padding-left:30px;
	padding-right:30px;
	height: 279px;
	width: 273px;
}
#holder #footer {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 1000px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	padding-top:9px;
	word-spacing:5px;
}
#holder #footer a:link {
			color:#FFFFFF;
			text-decoration:none;
		}
		#holder #footer a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		#holder #footer a:hover {
			color:#FFFFFF;
			text-decoration:underline;
		}
		#holder #footer a:active {
			color:#FFFFFF;
			text-decoration:none;
		}
.formbox {
	background-color: #C4D56F;
	padding: 3px;
	width: 300px;
}
.titles {
	color:#006600;
	font-size:14px;
	font-weight:bold;
}
.red {
	color: #FF0000;
}
.searchbutton {
	color:#4C2B5F;
	font-size:14px;
	font-weight:bold;
	padding: 6px;
}
#alertbox {
	padding: 5px;
	border: 1px dashed #B16365;
	font-size: 12px;
}
