@charset "UTF-8";
/* CSS Document */

html,body {
	min-height: 100%;
}
#wrapper{
	width: 700px;
	top: 200px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
	border-top-color:#13A2EC;
	border-top-style: solid;
	padding-top: 40px;
	border-bottom-color:#13A2EC;
	border-bottom-style: solid;
}
body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	margin-top: 0px;
	padding:0;
}
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: auto;
	height: 66px;
	width: 800px;
}
#menub {
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 50px;
	width: 800px;
}
#buttons {
	text-align: center;
	height: 210px;
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	padding-top: 25px;
}
#movie{
	width: 800px;
	height: 200px;
	margin: auto;
}
#rightcolumn{
	width: 405px;
	float: right;
}
#leftcolumn{
	width: 230px;
	float: left;
	background-color: #CCCCCC;
	border-top-color:#13A2EC;
	border-top-style: solid;
	border-bottom-color:#13A2EC;
	border-bottom-style: solid;
	padding-left: 20px;
	padding-right: 20px;
}
#homewrapper{
	width: 400px;
	float: right;
}
#leftbox{
	width: 280px;
	float: left;
}
#leftcontentbox{
	width: 265px;
	float: left;
	padding-top: 50px;
}
.copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}
.bolds{
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#copy {
	float: left;
	width: 650px;
	padding-left: 75px;
	margin: auto;
}
.boldsblack{
color: #0033cc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.superbolds{
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
.links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
}
.linksblue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
}
.customers{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	line-height: 20px;
}
#turf{
	float: right;
	width: 175px;
	height: 209px;
	padding-right: 80px;
}
#note{
	width: 350px;
	background-image:url(images/note.jpg);
	background-repeat:no-repeat;
	float: left;
	padding-left: 40px;
	padding-right: 70px;
	height: 600px;
}
#formoreinfo{
	width: 400px;
	float: left;
	padding-left: 40px;
}

