/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #432411;
}

h1, h2, h3 {
	margin: 15px 0px 15px 0px;
	color: #432411;
	font-size: 14px;
	font-weight: bold;
}


h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 0 0;
	text-align: justify;
	line-height: 15px;
	font-size: 12px;
}

a:link {
	color: #857B5E;
}

a:hover, a:active {
	text-decoration: none;
	color: #AD3F3F;
}

a:visited {
	color: #857B5E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	border: 1px solid #dddddd;
	padding: 2px;
	background-color: #ffffff;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.banner {
	border: 1px solid #312517;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */
#header {
	width: 770px;
	margin: 20px auto 0px auto;
	padding: 0px auto 0pc auto;
}


/* Page */
#page {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-color:#837244;
	border-style:solid;
	border-width:1px;
}



/* Menu */

#menu {
	width: 770px;
	height: 30px;
	margin: 0 auto ;
	background-color:#ffffff;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 22px;
	padding: 3px 0;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(../images/img02.gif) repeat-x left bottom;
}

/* Page */


/* Content */

#home {
	width: 770px;
	height: 444px;
	margin: 0 auto 0;
	background: url(../images/carmen_jones_pic.jpg) no-repeat right bottom;
}

#content_bio {
	width: 770px;
	height: 850px;
	margin: 0 auto 0;
	background: url(../images/bio_photo.jpg) no-repeat right bottom;
}

#content_music {
	width: 770px;
	height: 450px;
	margin: 0 auto 0;
	background: url(../images/music_photo3.jpg) no-repeat right bottom;
}

#content_contact {
	width: 770px;
	height: 500px;
	margin: 0 auto 0;
	background: url(../images/contact_photo2.jpg) no-repeat right bottom;
}

#content_contact2 {
	width: 770px;
	height: 600px;
	margin: 0 auto 0;
	background: url(../images/contact_photo3.jpg) no-repeat right bottom;
}

#content_photo {
	width: 770px;
	height: 450px;
	margin: 0 auto 0;
	background: url(../images/photo_p2.jpg) no-repeat right bottom;
}

#content {
	width: 770px;
	height: 445px;
	margin: 0 auto 0;
}

/* Text */

#text {
	float: left;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 10px 30px 20px 30px;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 0px 0px 15px;
}




/* Footer */
#bottom {
	height: 30px;
	min-height: 30px;
	width: 770px;
	padding: 0px 0 0 0;
	margin: 0 auto 0px auto;
	background: #F7F4EB url(../images/border_bg.png) repeat-y;
}

#footer {
	height: 40px;
	min-height: 40px;
	width: 770px;
	padding: 0px 0 0 0;
	margin: 0 auto 1px auto;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 770px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #857B5E;
}

#legal a {
	color: #857B5E;
}


