

.center_page{padding-bottom : 60px;}

.top_section_content{
	position : relative;
	margin-left : 440px;
	width : 460px;
	border : 1px solid black;
	background : white;
	top : 20px;
	margin-bottom : 40px;
	padding-top : 10px;
	padding-bottom : 10px;
	}
	
.bottom_section {
	position : relative;
	top : 25px;
	width : 990px;
	z-index : 130;
	text-align : center;
	margin : 0px;
	padding : 0px;
	}

.bottom_section_left, .bottom_section_center, .bottom_section_right {
	position : relative;
	display : inline-block;
	vertical-align : top;
	width : 420px;
	}

.bottom_section_left{
	left : -35px;
	width : 225px;
	}
	
.bottom_section_right{
	left : 35px;
	width : 225px;
	}
		
.left_vertical, .right_vertical {
	position : absolute;
	top : 0px;
	width : 5px;
	height : 100%;
	background : #48006C;
	background-color : #48006C;
	border : inset;
	}
	
.left_vertical{left : 25%;}
.right_vertical{right : 25%;}	
	
.inner_box{
	position : relative;
	width : 200px;
	margin : auto;
	}
	
.inner_box_center{
	position : relative;
	width : 400px;
	text-align : left;
	margin : auto;
	font-size : 18px;
	}
	
.art_title{
	font-size : 24px;
	text-decoration : underline;
	}
	
.inner_box_center a:link{
	text-decoration : none;
	color : #48006C;
	font-size : 12px;
	}
	
.facebook{
	width : 200px;
	height : 200px;
	background-image : url(../pics/facebook_icon.gif);
	}
	
.facebook:hover
	{background-image : url(../pics/facebook_hover.gif);}
	
.newsletter_icon{
	width : 200px;
	height : 200px;
	background-image : url(../pics/newsletter.gif);
	}	
	
.newsletter{
	position : absolute;
	top : 90px;
	width : 200px;
	height : 140px;
	text-align : center;
	}
	
.required_email{
	width : 120px;
	}
	

/* 
=============================
Pic swap 
------------------------------*/
.preview_div {
	position : absolute;
	float : left;
	left : -10px; 
	top: 270px; 
	width : 420px;
	text-align : center;
	z-index : 230; 
	}

.pic_previews {
	position : relative;
	float : left;
	top : 0px; 
	width : 50px; 
	height : 50px;
	margin-left : 50px;       
	background-color :  #420062; 
	border : 2px solid black;
	cursor : pointer;
	}