body {
	margin: 0;
	padding: 0;
	background-color: Black;
	background-image: url(/graphics/generic/page-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#page {
	width: 760px;
	margin: 0px auto;
}

#sidebar,
#content,
#footer {
	background-image: url(/graphics/generic/content-fade.png);
	position: relative;
	z-index: 0;
}

#header {
	float: left;
	width: 720px;
	padding: 5px 20px 0 20px;
	margin-bottom: -40px;
	z-index: 10;
	position: relative;
}

#header p.contact {
	margin: 0;
}


#header p.contact a {
	color: White;
}

body.wedding-music #header p.contact a {
	color: #5A4419;
}

#header ul.categories {
	float: right;
	display: block;
	list-style-type: none;
	margin-top: 15px;
}

#header ul.categories li.weddings {
	margin-bottom: 0;
}

#header ul.categories li.corporate {
	margin-bottom: 3px;
}

#header ul.categories li.functions {
	margin-bottom: 10px;
}

div.wrapper {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 0 20px 0;
}

#header #logo {
	float: left;
	margin-top: 20px;
}

#sidebar {
	width: 220px;
	float: left;
	padding: 20px;
	clear: left;
}

#content {
	margin: 0 0 20px 85px;
	padding: 20px;
	width: 375px;
	float: left;
}

#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 20px 0 20px;
}

#footer ul.menu {
	float: right;
}	

#footer img.passionate {
	
	margin-top: 20px;
}

/* Function Template */
body.function-party-music {
	background-image: url(/graphics/functions/page-bg.jpg);
	background-color: #A469A4;
}

body.function-party-music #sidebar,
body.function-party-music #content,
body.function-party-music #footer {
	background-image: url(/graphics/functions/content-fade.png);
}


/* Corporate Template */
body.corporate-event-music {
	background-image: url(/graphics/corporate/page-bg.jpg);
	background-color: #709ECC;
}

body.corporate-event-music #sidebar,
body.corporate-event-music #content,
body.corporate-event-music #footer {
	background-image: url(/graphics/corporate/content-fade.png);
}


/* Wedding Template */
body.wedding-music {
	background-image: url(/graphics/weddings/page-bg.jpg);
	background-color: #F3ECD0;
	color: #5A4419;
}

body.wedding-music #sidebar,
body.wedding-music #content,
body.wedding-music #footer {
	background-image: url(/graphics/weddings/content-fade.png);
}


/**********************************************************
 * Navigation Menu                                        *
 **********************************************************/
 
ul.menu {
	margin: 0.5em 0;
	list-style-type: none;
	width: 280px;
} 

ul.menu li {
	border-bottom: 1px solid #333;
	padding: 0.25em 0;
	margin: 0 0 0 20px;
	float: left;
	width: 120px;
}

ul.menu li a {
	text-decoration: none;
}

ul.menu li.current a {
	font-weight: bold;
	color: #999;
}

ul.menu li a:hover {
	color: White;
}

ul.menu li.home,
ul.menu li.admin { display: none; }