/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(images/background_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

a, a:visited {
	color: #039;
	text-decoration: none;
}

a:hover, a.active {
	color: #900;
}

a img {
	border: 0px;
}

#main {
	width: 995px;
	margin: 0 auto;
	clear: both;
	background-position: center;
}

#header {
	height: 145px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.nav {
	height: 25px;
	padding: 92px 0px 0px 15px;
}

.nav .menuitem {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nav .menuitem a {
	margin: 0px;
	padding: 4px 7px 4px 7px;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.nav .menuitem a:hover, .nav .menuitem a.active {
	color: yellow;
}

#content {
	width: 910px;
	padding: 20px;
	background-color: white;
	margin: 0 auto;
	clear: both;
}

#footer {
	padding: 20px;
	color: white;
	font-size: 11px;
}

#footer a {
	color: yellow;
}

#footer a:hover {
	color: white;
}

/**** CLASSES CSS ****/

.col400 {
	width: 400px;
}

.col500 {
	width: 500px;
}

.box180 {
	display: block;
	height: 180px;
	overflow: hidden;
}

.trebuchet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.headline400 {
	background-image: url(images/background_cd_headline.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 30px;
	height: 72px;
	padding: 28px 0px 0px 100px;
}

.leftsidestory {
	padding: 0px 10px 0px 45px;
}

#pager a, #next, #prev {
	padding: 3px 6px;
	border: 1px solid black;
	margin: 3px;
	background-color: #C00;
	color: white;
}

#pager a.activeSlide, #pager a:hover { 
	background-color: #900;
}

#playlist {
	border: 1px solid black;
	padding: 10px;
	overflow: auto;
}

#playlist .artist {
	color: blue;
	padding: 3px 0px 3px 45px;
	background-image: url(images/icon_artist.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 38px;
}

#playlist .song {
	color: red;
	padding: 3px 0px 3px 40px;
	background-image: url(images/icon_song.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
}

#playlist tr.even {
	background-color: #DDD;
}

#playlist tr.odd {
	background-color: white;
}

#playlist th {
	background-color: #003399;
	color: white;
	padding: 5px;
}

.playlist_menu a.active, .playlist_menu a:hover {
	background-color: red;
	color: white;
}


#wedding_rotator {
	width: 283px;
	height: 415px;
	overflow: hidden;
}

