body {
	text-align: center;
	background-color: #689ABF;
	background-image: url(../images/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin:0px;
}

h1	{ font-size: 1.3em; font-family: arial, sans-serif; color: #305B79;}

#clear{clear:both;}

/*Main Container
---------------------------------- */
#maincontainer {
	float: left;
	background-image: url(../images/castlebg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
	margin 0px;
}

/*Container
---------------------------------- */
#container {
	position: relative;
	width: 657px;
	text-align: center;
}
/* Header
---------------------------------- */
#header {
	position: relative;
	background-image: url(../images/header.jpg);
	width: 657px;
	height: 128px;
	text-align: center;
}

/* Menu Container
---------------------------------- */
#menucontainer {
	background-image: url(../images/menubg.jpg);
	float:left;
	width: 657px;
	text-align: right;
	
}

/* Menu
---------------------------------- */
#menu {
	position: relative;
	margin-right: 12px;
}

#menu img {
	border: 0px;
}

/* Call Now
---------------------------------- */
#callnow {
	background-image: url(../images/mainbg.jpg);
	float:left;
	width: 657px;
	text-align: center;
	
}

/* Column Container
---------------------------------- */
#columncontainer {
	float: left;
	background-image: url(../images/mainbg.jpg);
	width: 657px;
	text-align: left;
}

/* Content
---------------------------------- */
#content {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	float: left;
	width: 510px;
	z-index: 3;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 42px;
}

#content img {
	margin-left: 80px;
}

#content a {
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
}

#content ul {
	list-style-image: url(../images/listimg.jpg);
	list-style-type: circle;
	list-style-position: inside;
}

/* Column Right
---------------------------------- */
#columnright {
	float: right;
	left: 401px;
	width: 100px;
	z-index: 4;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*FOOTER*/

/* Contact
--------------------------------- */
#contact {
	background-image: url(../images/mainbg.jpg);
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	float:left;
	width: 657px;
	text-align: center;
}

#contact a {
	color: #ffffff;
	text-decoration: underline;
}

#contact a:hover {
	color: #000000;
	text-decoration: none;
}

/* Footer
---------------------------------- */
#footer {
	background-image: url(../images/footer.gif);
	width: 657px;
	height: 171px;
	}