body {
	background-color: #3e7dec;
	background-image: url(../img/bg_pattern.gif);
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}

a {
	
	text-decoration: none;
}

	div#container {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
		div#top {
			margin: 0;
			padding: 0;
			border: 0;
			width: 100%;
			height: 142px;
			background-image: url(../img/top_bg.jpg);
		}
		
			div#top img {
				margin-right: 60px;
				float: right;
			}
		
		div#middle {
			margin: 0;
			padding: 0;
			border: 0;		
			width: 100%;
			height: 582px;
			background-image: url(../img/middle_bg.jpg);
		}	
		
			div#content {
				position: relative;
				top: 20px;
				float: right;
				right: 0px;
			}
			
				div.news_date {
					font-style: italic;
					color: #aa0000;
				}
				
				div.article_content {
					color: #ffffff;
					text-indent: 20px;
				}
				
				div.button {
					padding: 12px 0px 10px 0px;
					margin-left: 10px;
					float: right;
					width: 148px;
					height: 22px;
					background-image: url(../img/button_off.png)
				}
				
					div.button a{
						color: #ffffff;
						text-decoration: none;
					}
			
			div#tannedgirl {
				position: absolute;
				top: -29px;
				left: -133px;
			}
		
		div#bottom {
			margin: 0;
			padding: 0;
			border: 0;		
			width: 100%;
			height: 76px;
			color: #848484;
			background-image: url(../img/bottom_bg.jpg);		
			
		}



	div#gallery_title {
		position: relative;
		float: top;
		width: 500px;
		height: 20px;
		background-color: #ffffff;
		margin-left: auto;
		margin-right: auto;	
		color: #397def;
		font-size: 16px;
		text-align: center;
	}

	div#gallery_content {
		position: relative;
		float: top;
		top: 50px;
		width: 800px;
		height: 486px;
		background-color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #dd0000;
		z-index: 0;
		overflow: auto;
	}
	
	div#gallery_close {
		position: relative; 
		float: top;
		width: 600px;
		height: 48px;
		background-color: #ffffff;
		margin-left: auto;
		margin-right: auto;	
		text-align: center;
		border-top: 1px solid #565656
		
	}