/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
/*@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";*/
/* End import/hide */

/* @group Wrapper */

BODY {
	position: relative;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font: 11px/13px Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: transparent;
}

.pagewrap_one {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 1013px;
	background-color: transparent;
}

.pagewrap_two{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -34px;
	width: 100%;
	border: 34px solid #ed1c24;
	background-color: transparent;
}

img{
	border: none;
}

a img{
	border: none;
}

a{
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}

a:hover{
	color: #ed1c24;
}

ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	list-style: none;
}

p{
	position: relative;
	float: left;
}

/* @end */
/* @group Nav Bar */
.header_wrapper{
	position: relative;
	float: left;
	height: 80px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 40;
	background-color: black;
}
.nav_bar{
	position: relative;
	float: left;
	width: 100%;
	padding: 62px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nav_bar ul{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.nav_bar ul li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

.nav_bar ul li a{
	position: relative;
	float: left;
	height: 18px;
}

/* @end */


/* @group Nav Images */

li#right{
	background: black;
	width: 7px;
	height: 10px;
}

li#left{
	background: black;
	width: 36px;
	height: 10px;
}

a#about{
	background: url(./images/Nav_Images.gif) no-repeat -36px -37px;
	width: 170px;
}

a#about:hover{
	background-position: -36px -63px;
}

a#about.selected{
	background-position: -36px -63px;
}

a#calendar{
	background: url(./images/Nav_Images.gif) no-repeat -206px -37px;
	width: 200px;
}

a#calendar:hover{
	background-position: -206px -63px;
}

a#calendar.selected{
	background-position: -206px -63px;
}

a#testimonials{
	background: url(./images/Nav_Images.gif) no-repeat -406px -37px;
	width: 240px;
}

a#testimonials:hover{
	background-position: -406px -63px;
}

a#testimonials.selected{
	background-position: -406px -63px;
}

a#magic{
	background: url(./images/Nav_Images.gif) no-repeat -646px -37px;
	width: 160px;
}

a#magic:hover{
	background-position: -646px -63px;
}

a#magic.selected{
	background-position: -646px -63px;
}

a#contact{
	background: url(./images/Nav_Images.gif) no-repeat -806px -37px;
	width: 200px;
}

a#contact:hover{
	background-position: -806px -63px;
}

a#contact.selected{
	background-position: -806px -63px;
}

/* @end */
/* @group Page Content */
.content_wrapper{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
	z-index: 1;
	background-color: transparent;
}

/* @end */

