/* styles for nautica_2l_purple skin */
body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #555;
	background-color: white;
        background: transparent url('img/butterflies-side.gif') repeat-y left top;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	background: white url('img/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('img/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 100%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(img/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(img/menuright.png) no-repeat right top;
	padding:2px 8px 2px 4px;
	color:#555;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a span strong {
	color: #555;
}

#menu-top a:hover {
	background-position:0% -42px;
}

#menu-top a:hover span {
	background-position:100% -42px;
 }

#menu-top a:hover {
	background-position:0% -42px;
}

#menu-top a:hover span {
	background-position:100% -42px;
}

#wrapper-header {
	background: transparent url('img/bg-purple.png') top center repeat-x;
}

#header {
	background: transparent url('img/bb66mod1.gif') no-repeat right center;
}

#wrapper-header2 {
	background: transparent url('img/bg02-purple-left.gif') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('img/bg02-purple-right.gif') top right no-repeat;
	height: 185px;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 185px;
	line-height: 0em;
	color: #555;
	font-size: 100%;
}

html>body #wrapper-header3 {
        height: 192px;
        margin: 0;
	padding: 0;
}

#header h2 {
	_line-height: 150px;
        margin: -18px 20px 0 40px;
        _margin: -150px 20px 0 40px;
        color: #7a16e5;
        font-size: 150%;
}

#header h1 a {
	font-size: 330%;
	line-height: 6em;
	_line-height: 2.5em;
	margin: 0;
	padding: 0;
}

#wrapper-content {
	background: white url('img/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content {
        height: 1%;
}

#content {
	background: transparent url('img/bg02-white-right.png') no-repeat right top;
	margin: 0 0 0 20px;
	padding: 5px 60px 5px 50px;
	height: 100%;
        line-height: 120%;
	color: #555;
	font-size: 100%;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e1c3ff;
	border: 1px solid #7a16e5;
	border-bottom: 0;
	clear: both;
}

h2 { 
	font-size: 180%;
        color: #7a16e5;
	margin: 0.8em 0 0.8em -20px;
}

h3 {
        color: #7a16e5;
	font-size: 140%;
        margin-bottom: 0.8em;
}

a:link, a:visited {
	color: #7a16e5;
	text-decoration: none;
}

a:hover{
	color: #9832ff;
	text-decoration: underline;
}

.image-left {
        float: left;
        border: 1px solid #7a16e5;
        padding: 2px;
        background-color: #fff;
        margin: 5px 10px 5px 0;
}

.image-right {
        float: right;
        border: 1px solid #7a16e5;
        padding: 2px;
        background-color: #fff;
        margin: 5px 0 5px 10px;
}

.image-leftnb {
        float: left;
        border: 0;
        padding: 2px;
        background-color: #fff;
        margin: 5px 10px 5px 0;
}

.image-rightnb {
        float: right;
        border: 0;
        padding: 2px;
        background-color: #fff;
        margin: 5px 0 5px 10px;
}