body, html { 
margin: 0px 0px 0px 0px; 
}


#sandTile {
	position:absolute;
	width:100%;  	
	height:142px;
	top:0px; 
	left:0px; 
	background-image:url(../images/sandtile.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#flashArea {
	position:absolute;
	width:210px;  	
	height:100%;
	top:0px; 
	left:0px; 
	z-index:2;
}
#navArea {
	position:absolute;
	width:464px;  	
	height:117px;
	top:0px; 
	left:255px; 
	z-index:3;
}
#contentRight {
	position:absolute;
	width:250px;  	
	top:175px; 
	left:770px; 
	z-index:3;
}
#content {
	position:absolute;
	width:500px;  	
	top:160px; 
	left:255px; 
	z-index:3;
}
#content-store {
	position:absolute;
	width:600px;  	
	top:160px; 
	left:255px; 
	z-index:3;
}
.albumNews		{  
min-height: 360px;
width:165px;
float:left;
}
.albumStore		{  
min-height: 370px;
width:175px;
float:left;
padding-right:20px;
}
p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px; 
color: #000000;
line-height:16px;
/*padding-left:165px;*/
}


#header		{ 
width: 800px; 
margin: 0 auto; 
height: 91px; 
}


#login_nav		{  
width: 200px; 
float: right;
text-align:right; 
min-height: 20px; 
padding-top: 5px; 
}

#subContainer	{ 
width: 800px; 
margin: 0 auto; 
height: 37px; 
}

#right_menu		{  
width: 160px; 
float: left; 
min-height: 100px; 
padding-bottom: 10px; 
padding-top: 20px;
}



#front_page	{ 
width: 750px; 
padding: 30px 20px; 
margin: 0 auto;
}


#footer		{ 
border-top: 5px solid  #CCCCCC; 
}

#copyright	{ 
width: 750px; 
margin: 0 auto; 
padding: 10px 0; 
font-size: 0.8em; 
}

/*  class styles */
.navText	{ 
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
line-height: 2.2em; 
color: #ffffff;
font-weight: bold; 
}
.sideNavText	{ 
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
line-height: 1.5em; 
color: #000000;
font-weight: bold; 
border-bottom: 1px dashed #333333;
}

.textBold {
	font-weight: bold;
	
}
.textBold2 {
	font-weight: bold;
	font-style:italic;
	font-size: 15px;
	line-height:18px;
}

.floatRight{
float:right;
}
.floatLeft{
float:left;
padding-right:10px;
}


/*  navigation */
a			{ color: #8B7030; text-decoration: none; } 
a:active	{ text-decoration: underline; } 
a:hover		{ color: #8B7030; text-decoration: underline; }

#right_menu a			{ color: #000000; text-decoration: none; } 
#right_menu a:active	{ text-decoration: underline; } 
#right_menu a:hover		{ color: #6C6550; text-decoration: underline; }