* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/bg.gif) repeat;
}

#wrapper { 
	margin: 0 auto;
	width: 729px;
}

img {
	border-style: none;
}

/* @group Header */

#header {
	color: #333;
	width: 729px;
	height: 210px;
	padding: 0;
	background: url(images/marcusunger3.jpg) no-repeat;
	margin-top: 15px;
	margin-bottom: 3px;
}

#header ul.hnav {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

#header ul.hnav li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	color: #fff;
	font: 10px Tahoma;
}

#header ul.hnav li a {
	color: #fff;
	text-decoration: none;
}

#header ul.hnav li a:hover {
	text-decoration: underline;
}

#header h1 {
	width: 719px;
	height: 177px;
	clear: both;
	margin-left: 5px;
	text-indent: -5000px;
}

#header h1 a {
	width: 719px;
	height: 177px;
	float: left;
}



/* @end */

/* @group Nav */

#navigation {
	float: left;
	width: 723px;
	color: #333;
	text-align: center;
	padding: 3px;
	background-color: #fff;
	margin-bottom: 3px;
}
.navcenter
{
	width: 724px;
	background: url(images/nav.gif) no-repeat;	
	text-align: center;
}
.nav
{
	text-align: center;
}
#navigation ul.nav {
	text-align: center;
	height: 24px;	
	padding-top: 7px;
}

#navigation ul.nav li {
	float: left;
	list-style-type: none;
	color: #fff;
	font: 14px "Lucida Grande";
	text-transform: uppercase;
	background: url(images/nline.gif) no-repeat right;
	height: 18px;
}
.wide
{
	width: 105px;
}
.wider1
{
	width: 130px;
}
.wider2
{
	width: 170px;
}
#navigation ul.nav li a {
	color: #fff;
	text-decoration: none;
}

#navigation ul.nav li a:hover {
	text-decoration: underline;
}

#navigation ul.nav li.last {
	background-image: none;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Content */

#content {
	overflow: hidden;
	width: 723px;
	background-color: #fff;
	padding: 3px;
	margin-bottom: 5px;
}

#content h2 {
	color: #4d4d4d;
	font: 12px Vernada;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0;
	margin: 0 0 2px;
}

#content h2 a {
	color: #4d4d4d;
	text-decoration: none;
}

#content p {
	font: 12px/16px Vernada;
	color: #4d4d4d;
}

#content p a {
	color: #4d4d4d;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

#mymaincarousel {
	margin-bottom: 10px;
	width: 724px;
	height: 152px;
	overflow: hidden;
	background: url(images/curbg.gif) no-repeat;
}

#columns {
	overflow: hidden;
	width: 723px;
	background-color: #fff;
	padding: 3px;
	margin-bottom: 5px;
}

.leftc { 
	display: inline;
	color: #333;
	width: 225px;
	float: left;
	padding-left: 10px;
	padding-right: 12px;
}

.centerc { 
	float: left;
	color: #333;
	width: 225px;
	display: inline;
	position: relative;
	margin: 0;
	padding-right: 10px;
}

.rightc { 
	display: inline;
	position: relative;
	color: #333;
	width: 225px;
	float: right;
	margin: 0;
	padding-right: 10px;
}



/* @end */

#footer { 
	width: 729px;
	clear: both;
	color: #333;
	padding: 0;
	margin-bottom: 10px;
}

#footer p {
	text-align: center;
	color: #fff;
	font: 11px Vernada;
	margin-bottom: 3px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}

/* @group Scroller */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 588px;
	padding: 0 60px 0 76px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 575px;
	padding: 23px 0 0;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 11px;
    width: 49px;
    height: 55px;
    cursor: pointer;
    background: url(images/next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 42px;
    left: 13px;
    width: 49px;
    height: 55px;
    cursor: pointer;
    background: url(images/prev.gif) no-repeat 0 0;
}
.mp3border
{
	float: left;
	border: 0px solid red;	
}
.mp3player
{
	float: left;
	width: 500px;
	border: 0px solid red;	
}
.musicpage
{
	float: left;
	width: 500px;	
	border: 0px solid green;
}
.mp3box
{
	float: left;
	padding-top: 6px;
	border: 0px solid blue;
	width: 180px;
	font-size: 14px;
}
.itinerarypage
{
	float: left;
	padding-left: 15px;
	width: 600px;
	border: 0px solid red;
}
.itinerarypage img
{
	float: left;
	padding-top: 14px;
	border: 0px solid blue;	
}
.itinerarypage div
{
	float: left;
	width: 585px;
	padding-top: 10px;	
	padding-left: 5px;
	border: 0px solid green;	
}
.contactpage
{
	float: left;
	width: 500px;
	padding-left: 100px;
}
.contactpage div
{
	float: left;
	width: 500px;
	padding-bottom: 10px;
}
/* @end */