/* Master Layout Stylesheet */
/* Anything on here will affect all of the site */

body{
 margin: 0px;
 padding:0px;
}	 


#content{
 
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 45px;
 	/* border: 1px solid #FF5F55; */
    /* height:500px; */
	width:910px;
}

#header{
    margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	/* border: 1px solid #7FFF55; */
	height:55px;
}

#header_top{
text-align:right;
height:15px;
/* border: 1px solid #7FFF55; */
}


#header_bottom{
/* border: 1px solid #5500AA; */
height:25px;
margin-top:10px;
}




#menu_bar{
    margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	/* border: 1px solid #7FFF55; */
	height:25px;
}



#display{
    margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	/* border: 1px solid #7FFF55; */
	/* height:auto; */
}




#display-lhs{
	float:left;
	width:450px;
	height: 480px;
}

#display-lhs-menu{
	position:relative;
	top: 300px;
}



#display-rhs{
float:right;
width:450px;
height: 480px;
}

#text_block{
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#collection-lhs{
float:left;
width:400px;
margin-top:15px;
/* border: 1px solid #7FFF55;	 */
}

#collection-rhs{
	float:right;
	width:450px;
	margin-top:15px;
	text-align: center;/* border: 1px solid #7FFF55; */
}

#collection_img_layers { margin-left:5px; margin-top:5px; text-align:center; }

#general-lhs{
float:left;
width:500px;
margin-top:15px;
/* border: 1px solid #7FFF55;	 */
}

#general-rhs{
	float:right;
	width:350px;
	margin-top:15px;
	text-align: center;/* border: 1px solid #7FFF55; */
}

#even-lhs{
float:left;
width:440px;
margin-top:15px;
}

#even-rhs{
	float:right;
	width:440px;
	margin-top:15px;
}


#footer{
clear:both;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	/* border: 1px solid #7FFF55; */
    height:20px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA0055;
}

