body {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DECBFF;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../../assets/balls.jpg);
	background-repeat: repeat-x;
	background-position: left center;

}
.horizontal {
	clear:both;
	background-color: #DDC8FF;
	height: 15px;
	width: 761px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../../assets/horiz.gif);
	background-repeat: repeat-x;
}
.footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 90px;
	width: 760px;
	clear: both;
	font-size: x-small;
	color: #9966FF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}
.map {
	float: right;
	height: 200px;
	width: 300px;
}

.wrapper {
	background-color: #FFFFCC;
	width: 760px;
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
}
.text img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear:both
}

.content {
	background-color: #FFFFCC;
	clear: both;
	height: 100%;
	width: 100%;
}
.text {
	clear:both;
	float: right;
	width: 540px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #B68AFF;
	padding-top: 10px;
	padding-right: 50px;
	background-color: #FFFFCC;
}
.wrapper .content .text h1 {
	font-size: medium;
}

#leftbox 
		{
	float:left;
	position:relative;
	z-index: 5000;
	width: 140px;
	background-color: #FFFFCC;
	border-right-width: thin;
	border-right-style: dotted;
	border-top-color: #CC99FF;
	border-right-color: #CC99FF;
	border-bottom-color: #CC99FF;
	border-left-color: #CC99FF;
		}

.wrapper .content #leftbox #primary-nav .parent,.wrapper .content #leftbox #primary-nav .parent a{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	font-size: small;
	color: #9900CC;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	width: 130px;
	margin-left: 0px;
}
.wrapper .content #leftbox #primary-nav .parent li,.wrapper .content #leftbox #primary-nav .parent li a {
	font-size: smaller;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	margin-left: -15px;
}
.wrapper .content .text p {
	font-size: x-small;
}

.wrapper .content #leftbox #primary-nav .parent a:hover{
	color: #FF3399;
	text-decoration: underline;
}
.wrapper .content .text h2 {

	font-size: small;
}
.wrapper .content .text h2 {
	font-size: x-small;
	color: #B68AFF;
	font-weight: bold;
}
.text p {color: #B68AFF;}