@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fae1e1; /* VERY LIGHT PINK */
	background-image: url(../images/BGTop.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: auto;
	border: 1px solid black;
	border-top: none;
}

#header {
	width: 800px;
	height: 100px;
	background-image: url(../images/Header.jpg);
}

#content_container {
	width: 800px;
	height: auto;
	overflow: hidden;
	background-color: #f6cbcb; /* PINK */
}

#linkbar {
	width: 200px;
	height: auto;
	float: left;
}

#index_copy {
	width: 399px;
	height: 553px;
	float: left;
	padding: 15px 0 15px 0;
	border-left: 1px solid black;
}

#wide_content {
	width: 599px;
	height: auto;
	float: left;
	border-left: 1px solid black;	
}

#index_image {
	width: 200px;
	height: auto;
	float: left;
}

#footer {
	width: 800px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #888888;
	background-color: black;
}

#captcha {
	padding: 9px;
	border: 1px solid #990000; 
	background-color: #D70000; 
	color: #FFFFFF; 
	font-size: 14px;
	float: left;
	margin: 1px 0 0 6px;
	line-height: normal;
}

#album_art a:link, #album_art a:visited {
	width: 250px;
	height: 250px;
	float: left;
	margin: 16px;
	border: 8px solid #d4a0a0;
}

#album_art a:hover {
	border: 8px solid #cc8282;
}

#divas a:link, #divas a:visited {
	width: 150px;
	height: 150px;
	border: 8px solid #d4a0a0;
	margin: 15px;
	float: left;
	overflow: hidden;
}

#divas a:hover {
	border: 8px solid #d4a0a0;
}

#entertain {
	width: 163px;
	height: 150px;
	float: left;
	text-align: center;
	line-height: 150px;
	margin: 15px;
	padding: 7px;
	font-weight: bold;
	background-image: url(../images/cloud.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
}

#clear {
	clear: both;
}

#push_right {
	padding-left: 100px;
}
