html{
	height: 100%;
}

body{ 	
	font-family: "Courier New", Courier, monospace;
	color: #231F20;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
}

.divider{
	clear: both;
	height: 1px;
	font-size: 0px;
}

/*
**	COMMON STYLES
*/

p{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

a{
	text-decoration: underline;
	color: #231F20;	
}

.multiBoxDesc{
	display: none;
}

.player{
	background-color: #000000;
}

.player_buttons{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #000000;
}

.player_button{
	display: inline;
	font-size: 10px;
	background-color: #474542;
	color: #ffffff;
	padding: 2px 10px 2px 10px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}

/*
**	FRAMEWORK LAYOUT
*/

#site{
	width: 900px;
	height: 620px;
	text-align: left;
}

/*
**	HEADER MENU
*/

#header{
	position: absolute;
	margin-top: 50px;
	height: 36px;
	width: 900px;
	background-color: #D1D2D4;
}

#logo{
	position: absolute;
	margin-top: -18px;
	margin-left: 14px;
	z-index: 5;
}

#menu{
	position: absolute;
	margin-left: 363px;
	margin-top: 18px;
}

#menu a{
	margin-left: 17px;
	margin-right: 17px;
	font-size: 12px;
	color: #231F20;	
	text-decoration: none;
}

#menu a:hover{
	color: #5A5757;
}

/*
**	ARTIST MENU
*/

#artists{
	position: absolute;
	margin-top: 107px;
	margin-left: 15px;
	width: 140px;
	background-color: #231F20;
}

.artists{
	font-size: 11px;
	color: #D1D2D4;
	text-align: right;
	text-transform: lowercase;
}

.artists a{
	display: block;
	color: #D1D2D4;
	padding: 2px 10px 2px 0px;
	text-decoration: none;
}

.artists a:hover{
	color: #ffffff;
	text-decoration: none;
}

.artists img{
	margin-right: 2px;
}

.mask_small{
	width: 148px;
	height: 200px;
	overflow: hidden;
	font-size: 0px;
}

#news{
	position: absolute;
	margin-left: 475px;
	background-color: #D1D2D4;
	width: 250px;
	height: 190px;
	padding-top: 2px;
}

#news .padder{
	padding: 0px 0px 0px 3px !important;
	margin: 0px;
}

/*
**	CONTENT & CONTAINER
*/

#container{
	position: absolute;
	margin-top: 107px;
	margin-left: 165px;
	width: 725px;
	font-size: 11px;
	color: #231F20;
}

#container .padder{
	padding: 5px;
}

#container h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#container h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#container p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#container a{
	text-decoration: underline;
	color: #231F20;
}

#container a:hover{
	text-decoration: underline;
	color: #5A5757;
}

#container .image{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

#container .gallery{
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

#content{
	background-color: #ffffff; 
	width: 540px; 
	margin: 10px 0px 10px 10px; 
	float: left;
}

#submenu{
	width: 150px; 
	float: right; 
	margin: 10px 10px 10px 0px; 
	text-align: right;
}

.submenu{
	display: block;
	color: #231F20;
	padding: 2px 4px 2px 0px;
	text-decoration: none !important;
}

.submenu:hover{
	color: #ffffff;
	text-decoration: none;
}

/*
**	CONTACT
*/

#contact{
	position: absolute;
	background-color: #231F20;
	margin-top: -10000px;
}

.contact{
	font-size: 10px;
	color: #D1D2D4;
	text-align: right;
	text-transform: lowercase;
}

.contact p{
	padding: 0px;
	margin: 0.5em 0px 0.5em 0px;
}

.contactposition1{
	margin-left: 15px;
	width: 140px;
}

.contactposition1 .padder{
	padding: 5px 8px 5px 0px;
}

.contactposition2{
	margin-left: 730px;
	width: 160px;
}

.contactposition2 .padder{
	padding: 10px 15px 10px 5px;
}

.contact a{
	color: #D1D2D4;
	text-decoration: none;
}

.contact a:hover{
	color: #ffffff;
	text-decoration: none;
}



/*
*****************************
** FORMS
*****************************
*/

#form{
	margin: 0px;
	padding: 0px;
}

.formset{
	clear: both;
}

.formset .formgroup{
	clear: both;
}

.formset .formtip{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.formset .formfieldset{
	border: 2px solid #D8D2BD;
	margin-bottom: 1em;
	margin-top: 0px;
}

.formset .formfieldset legend{
	font-weight: bold;
}

.formset .formlabel{
	font-weight: bold;
}

.formset .forminput{
	border: 1px solid;
}

.formset .formbutton, .formbutton{
	border: 1px solid #FF00D0;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 4px;
}

.formset .formtextinput{
	width: 375px;
	font-family: Arial, helvetica, sans-serif;
}

.formset .noborder{
	border: 0px solid !important;
}

.formset .error{
	color: #ff0000 !important;;
}
.formset input .error{
	border: solid 1px #ff0000 !important;
}

.formset .formfield{
	margin-bottom: 1em;
}
