body {
	background-color:#aaccff;
	text-align:center;
	background-image:url("../images/bground.png");
	background-repeat:repeat-y;
	background-position:center;
	margin-top:0;
}

img {
	border-style:none;
}

#container {
	margin:0 auto;
}

/* Menu */

#menuimage {
	position:relative;
	width:800px;
}

#home {
	position:absolute;
	top:22px;
	left:93px;
	width:67px;
}

#weddings {
	position:absolute;
	top:46px;
	left:170px;
	width:111px;
}

#corporate {
	position:absolute;
	top:37px;
	left:288px;
	width:111px;
}

#info {
	position:absolute;
	top:61px;
	left:406px;
	width:81px;
}

#listen {
	position:absolute;
	top:3px;
	left:509px;
	width:131px;
}

#contact {
	position:absolute;
	top:27px;
	left:648px;
	width:117px;
}

/* Main Content */

#content {
	width:650px;
}

p {
	font-family:Helvetica;
	font-size:13pt;
	text-align:justify;
}

h1 {
	font-family:Helvetica;
	font-style:italic;
	font-size:40pt;
	text-align:right;
	color:#777777;
}

h2 {
	font-family:Helvetica;
}

#imgr {
	float:right;
	padding:10px;
	border:solid #777777;
}

#imgr p {
	font-family:Helvetica;
	font-size:11pt;
	color:#777777;
	font-style:italic;
	text-align:center;
}

#imgl {
	float:left;
	padding:10px;
	border:solid #777777;
}

#imgl p {
	font-family:Helvetica;
	font-size:11pt;
	color:#777777;
	font-style:italic;
	text-align:center;
}

#imgc {
	width:auto;
	padding:10px;
	border:solid #777777;
}

#imgc p {
	font-family:Helvetica;
	font-size:11pt;
	color:#777777;
	font-style:italic;
	text-align:center;
}

ul {
	font-family:Helvetica;
	text-align:left;
	font-size:13pt;
	list-style-type:circle;
}

.nobullet {
	list-style-type:none;
}

table {
	border:0;
}

td {
	font-family:Helvetica;
	text-align:left;
	font-size:13pt;
}

.price {
	text-align:left;
	text-decoration:line-through;
}

a {
	text-decoration:none;
}

/* Vox Pops */

#vox {
	float:left;
	margin-left:30px;
	width:250px;
	padding:5px;
	border:2px solid #777777;
	background-color:#CCFFCC;
}
	
#voxq {
	font-family:Helvetica;
	font-size:11pt;
	text-align:center;
}

#voxp {
	font-family:Helvetica;
	font-size:10pt;
	text-align:right;
	font-style:italic;
	color:#777777;
}

#disclaimer {
	float:left;
	margin-left:30px;
	margin-right:30px;
	padding:5px;
	border:2px solid #777777;
	background-color:#F5ACF2;
}

#disq {
	font-family:Helvetica;
	font-size:11pt;
	text-align:center;
}

#disp {
	font-family:Helvetica;
	font-size:10pt;
	text-align:right;
	font-style:italic;
	color:#000000;
}

/* Footer */

#footer {
	text-align:right;
	font-family:Helvetica;
	font-size:8pt;
}

#footer a {
	color:#000000;
}


