body {
	background-color:#f9f5dc;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

#header {
	width:800px; 
	height:92px; 
	background-image:url('images/layout/adyaconcept_01.jpg');
}

#footer {
	width:800px; 
	height:51px; 
	background-image:url('images/layout/adyaconcept_08.jpg');
}

#content_container {
	width:738px; 
	background-image:url('images/layout/background.jpg'); 
	float:left; 
	padding-left: 31px; 
	padding-right: 31px;
	*width:800; /* IE hack */
}

#menu {
	padding-left: 13px;
	width:738px; 
	height: 38px; 
	background-image:url('images/layout/adyaconcept_03.jpg'); 
	background-repeat: no-repeat;
	text-align:center;
	*width:720px;/* IE hack */
	*padding-left: 42px;/* IE hack */
}

#menu a, img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#content {
	padding: 10px;
	padding-left: 45px;
	padding-top:30px;
	background-image:url('images/layout/adyaconcept_07.jpg'); 
	background-position: right bottom; 
	background-repeat: no-repeat;
	color: #86826e;
	font-family: Tahoma, serif, sans;
	font-size: 10pt;
	font-weight: bold;
	min-height: 400px
}

#content h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 3px;
	margin-left: 0px;
}

#discography table {
	width: 100%;
	text-align:center;
}
#discography table td {
	padding: 10px;
}

#extra {
	text-align:center;
}

#contact textarea, input {
	background: #beb28c;
	border-style: solid;
	border-color: #8f8772;
	border-width: 1px;
	color: #fbf6e2;
	font-weight: bold;
	font-family: Tahoma, serif, sans;
}

#contact td {
	padding-top:7px;
	padding-bottom:7px;
}

#contact input, textarea {
	margin-left: 20px;
}

#contact textarea {
	height: 100px;
}
