@charset "utf-8";
/* CSS Document */

body {

	background-image: url(../images/background/Background_Texture.jpg);
	background-repeat: repeat;
}

#container{
	width: 1010px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;

	background-image: url(../images/background/Background.gif);
	background-repeat: no-repeat;
}
#container_long{
	width: 1010px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;

	background-image: url(../images/background/Background_Long.gif);
	background-repeat: no-repeat;
}
#container_senior_pricing{
	width: 1010px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;

	background-image: url(../images/background/Background_Senior_Pricing.gif);
	background-repeat: no-repeat;
}
#banner {
	height: 125px;
	width: 690px;
	padding-top: 0px;
	padding-left: 320px;
}
#main_image {
	height: 520px;
	width: 910px;
	left: 45px;
	position: relative;
	padding-left: 0px;
	text-align: center;
}
#main_image_long {
	height: 620px;
	width: 910px;
	left: 45px;
	position: relative;
	padding-left: 0px;
	text-align: center;
}
#main_image_senior_pricing {
	height: 1050px;
	width: 910px;
	left: 45px;
	position: relative;
	padding-left: 0px;
	text-align: center;
}
#footer {
	height: 100px;
	width: 1010px;
}
#specials {
	height: 100px;
	width: 510px;
	float: right;
	padding-top: 25px;
}
#disclaimer {
	float: left;
	width: 500px;
	height: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: relative;
	color: #CCC;
}
#greeting {
	font-size: medium;
	padding-top: 30px;
	width: 475px;
	height: 30px;
}
#copyright {
	font-size: small;
	padding-top: 0px;
	height: 30px;
	width: 475px;
}
#businesscard {
	height: 375px;
	width: 805px;
	padding-left: 65px;
	background-repeat: no-repeat;
	padding-top: 30px;
}
#contact {
	height: 130px;
	width: 910px;
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#pricingcomingsoon {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #CCC;
	text-align: center;
	height: 50px;
	width: 710px;
	padding-top: 200px;
}
#pricing {
	height: 620px;
	width: 910px;
}
#senior_pricing {
	height: 1020px;
	width: 910px;
}
#dirock {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-weight: bolder;
	height: 30px;
	width: 690px;
	color: #FFF;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 20px;
}
#event {
	height: 520px;
	width: 910px;
	left: 0px;
	position: relative;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-style: italic;
	font-weight: bolder;
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

a:hover {
	color:#3CF;
	text-decoration:none;
}

a:active {
	color:#F0F;
}


