﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
	font-family: arial;
}

body.subpage {
	background: #000;
}

#content {
	width: 1000px;
	height: 589px;
	background: url(../images/bg-main.jpg) no-repeat;
	margin: 0 auto;
	display: block;
	text-align: left;
}

	#content h1 {
		width: 1000px;
		height: 0px;
		padding: 123px 0 0;
		overflow: hidden;
		display: block;
	}
	
	#content p.showinfo {
		width: 1000px;
		height: 0;
		margin: -123px 0 72px;		
		padding: 51px 0 0;
		overflow: hidden;
		display: block;
	}
	
	#justified-nav {
		list-style-type: none;
		padding: 28px 0 0 461px;
		height: 23px;
	}
	
		#justified-nav li {
			float: left;
		}
		
			#justified-nav li a {
				height: 0;
				padding: 23px 0 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-nav li.itunes { 
				width: 185px;
				margin: 0 39px 0 0;
				padding: 0px 0 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-nav li a.about { 
				width: 80px;
				margin: 0 42px 0 0;
			}
			
			#justified-nav li a.photos {
				width: 80px;
			}
				
	#inner-content-container {
		width: 530px;
		height: 341px;
		padding: 0 0 0 415px;
		display: block;
	}
	
	#inner-content {
		width: 530px;
		height: 273px;
	}
	
	#index-about {
		width: 523px;
		height: 265px;
		padding: 9px 0 0;
		background: url(../images/bg-about.gif) no-repeat 0 9px;
		color: #9fa195;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
		#index-about p {
			padding: 67px 35px 0;			
		}
	
	#overlaycontainer {
		z-index: 15px;
		display: none;
		position: absolute;
	}
	
	#overlaycontainer-border {
		display: block;
		width: 530px;
		height: 273px;
		background: url(../images/bg-overlay.gif) no-repeat;
		z-index: 15;
	}	
	
	#overlaycontainer-border #overlaycontainer-iframe {
		display: block; 
		width: 502px; 
		height: 244px; 
		margin: 0 0 0 11px;
		border: none; 
		outline: none;
		background: none;
		clear: right;
		overflow: hidden;
	}
	
	#overlaycontainer-border #overlaycontainer-close {
		width: 18px; 
		height: 18px; 
		overflow: hidden; 
		outline: none; 
		cursor: pointer;
		float: right;
	}
	
	#about {
		width: 502px;
		height: 244px;
		color: #9fa195;
		background: url(../images/bg-about2.gif) no-repeat;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
		#about p {
			padding: 55px 22px 0;
		}
	
	#flashcontent {
		width: 503px;
		height: 244px;
		display: block;
		color: #fff;
		font-size: 1.4em;
	}
	
	#justified-footer {
		list-style-type: none;
		padding: 0 0 0 405px;		
	}
	
		#justified-footer li {
			float: left;
		}
		
			#justified-footer li a {
				padding: 21px 0 0;
				height: 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-footer li a.register {
				width: 111px;
				margin-right: 89px;
			}
			
			#justified-footer li a.visit {
				width: 107px;
			}
	
			#justified-footer ul#share {
				list-style-type: none;
				padding: 0;
			}
			
				#justified-footer ul#share li.share {	
					width: 31px;
					height: 0;
					padding: 21px 0 0;
					overflow: hidden;
					display: block;
					margin: 0 7px 0 0;
				}
				
				#justified-footer ul#share li a.facebook {
					width: 14px;
					margin-right: 8px;
				}
				
				#justified-footer ul#share li a.twitter {
					width: 11px;
					margin-right: 9px;
				}
				
				#justified-footer ul#share li a.delicious {
					width: 16px;
					margin-right: 8px;
				}
				
				#justified-footer ul#share li a.digg {
					width: 17px;
					margin-right: 6px;
				}
				
				#justified-footer ul#share li a.stumbleupon {
					width: 15px;
					margin-right: 85px;
				}
				
	#justified-copyright {
		clear: both;
		color: #becebb;
		font-size: 1.1em;
		float: right;
		padding: 8px 110px 0 0;
	}
