body {
	font: 80%/1.6 arial, helvetica, sans-serif;
	color: #333;
	background: #fff;
	padding: 0;
	margin: 0;
}
html {
    margin:0;
    padding:0;
}
a { color: #ccc }
a:hover { text-decoration: none }
strong { color: #663366; border-bottom: 1px solid #663366; padding-bottom:2px; }
/* Header stuff */
#header h1 {
	color: #fff;
	padding: 10px;
	padding-top: 5px;
	text-transform: none;
}
#header h3 {
	margin-top: -19px;
	margin-left: 10px;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}
dd, dt {
	color:#333;
}
#section1 {
	background:#ccc;
	width:200px;
	height:150px;
	text-align:center;
}
#section1 p {
	padding:5px;
}
dt {
	background:#f2f2f2;
	max-width:500px;
	padding:5px;
	border:1px solid #663366;
}
h2.p2 {
	border-bottom:2px solid #663366;
}
h2.menu2 {
	color:#663366;
}
h2 {
	color:#663366;
}
#header {
	text-transform: lowercase;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#663366;
}
.home #header {
	height: 100px;
}
#header * {
	padding: 0;
	border: 0;
	margin: 0;
}
#header ul {
	list-style: none;
	position:absolute;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	top: -0.5em;
	right: 2%;
}
#header li { display: inline;  }
#header ul a, #header em {
	color: #fff;
	text-decoration: none;
	padding-top: 20px;
	height: 38px;
	padding-bottom: 0.5em;
	float: left;
}
#header span {
	border-left: 1px solid #FFCC33;
	padding: 0 0.5em;
}
#header .alt a, #header .alt2 a {
	color: #fff;
}
#header .first span { border: 0; }
#header a:hover { color:#FFCC33; }
#header em {
	color: #fff;
	font-style: normal;
}
#header div {
	background: left no-repeat;
	height: 111px;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
	border-top: 1px solid #D8E7FE;
}
#content {
	float:right;
	width:73%;
	max-width:75%;
	min-width:50%;
	padding: 10px;
	margin-right:10px;
	margin-left:0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
    border: none;
} 
h2.menu2 {
	border-bottom:2px solid #FFCC33;
	margin-top:10px;
	margin-left:5px;
	color:#663366;
}
#navigation {
	float:left;
	width:20%;
	min-width:15%;
	padding: 10px;
	padding-top:0;
}
#navigation li a {
	text-decoration: none;
	line-height:1.6em;
}	
#navigation li a:link, #navigation li a:visited {
	color: #333;
	display: block;
	padding: 5px 0 0 10px;
}	
#navigation li a:hover {
	color: #fff;
	background:#663366;
}
#next {
	background-color:#663366;
	padding:5px;
	color:#fff;
}
#next a { color:#fff; }
#footer { float:left; width: 100%; background: #333 url("images/footer.jpg") repeat-x; overflow:hidden; margin: 0 auto; clear:both;
 text-align: left; height: 60px;}
#footer p {font-size: 11px; color: #DDD; line-height: 1.5em; margin: 10px; margin-top:42px;}
#wrapper {
	width: 100%;
	max-width:100%;
	margin: 0 auto;
}
#intro {
	height:50px;
	background:url("images/banner.jpg") repeat-x;
}
.roundcont {
	background-color: #f2f2f2;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.roundcont2 {
	background-color: #663366;
	color: #fff;
	margin-top:20px;
}

.roundcont2 p {
	margin: 0 10px;
}

.roundtop2 { 
	background: url(images/tr_2.gif) no-repeat top right; 
}

.roundbottom2 {
	background: url(images/br_2.gif) no-repeat top right; 
}
#palm {
	background:url(images/palm.png) no-repeat bottom left;
	height:200px;
	width:144px;
	position:fixed;
	bottom:40px;
}