body {
	background-attachment: fixed;
	background-color: #EDAC2B;
	background-image: url(images/backgroundSmall.gif);
	background-repeat: no-repeat;
}
.divbody {
	width: 720px;
	background-color: #FFFFFF;
	position: absolute;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	right: 8%;
	left: 8%;
	height: 100%;
	padding: 0px;
	bottom: 0%;
	top: 0%;
	margin: 0px;
	border-width: 2px;
	border-color: #333333;
	overflow: visible;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
}
/* start expiriment with this*/

.container {

float: left;
margin-top: 100px;
margin-left: 36px;
padding: 10px;
width: 380px;
border: 1px solid #333333;
clear: right;

}

.leftcolumn {
	padding: 10px;
	width: 380px;
	position: absolute;
	left: 36px;
	margin: 0px;
	top: 146px;
	clear: right;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

/* end expiriment with this*/

#leftcolumnmusic {
	width: 600px;
	background-color: #FFFFFF;
}

.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 90px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #333333;
}
.rightColumn {
	padding: 10px;
	width: 210px;
	position: absolute;
	margin: 0px;
	top: 146px;
	right: 35px;
	clear: left;
	left: 456px;
	background-color: #FFFFFF;
	border: 1px dashed #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
}
.browntext {
	color: #333333;
	clear: both;
    font-size:70%;
}


#homepageheight {
 height: 1000px;
}

#presspageheight {
 height: 1480px;
}

#musicpageheight {
 height: 840px;
}

#bestofpageheight {
 height: 1100px;
}


#lyricspageheight {
 height: 3300px;
}

#visualpageheight {
 height: 1200px;
}

#linkspageheight {
 height: 890px;
}

#favoritespageheight {
 height: 825px;
}

#lyrics-ybpageheight {
 height: 4500px;
}

/*this is not being used now

.footer {
	position: absolute;
	left: 36px;
	margin: 10px;
	bottom: 2%;
}

.hrlarge {
	color: #990000;
	height: 3px;
	padding: -30px 1px 1px;
	font-weight: 900;
}


*/

a:link {
	color: #3399CC;
	text-decoration: underline;
}

a:visited {
	color: #3399CC;
	text-decoration: underline;
}

.bold {
	font-weight: 900;
}

/*start navigation*/

#navcontainer
{
position: absolute;
top: 105px;
left: 135px;
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 78px;
height: 18px;
border-top: 1px solid #B9CAFF;
border-left: 1px solid #B9CAFF;
border-bottom: 1px solid #B9CAFF;
border-right: 1px solid #B9CAFF;
padding: 0;
margin: 0 0 10px 0;
color: #666666;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #FFFFFF;
background: #B9CAFF;
}

#navcontainer a:active
{
background: #3399CC;
color: #fff;
}

#navcontainer li#active a
{
background: #3399CC;
border: 1px solid #3399CC;
color: #fff;
}

/*end navigation*/
