#top {	
	padding: 10px;	
	border: 2px  solid #ccc;
	background: #333333;
	color: white;
	min-width:800px;
}

#nav {	
	position: relative;
	top:10px;
	padding: 10px;	
	border: 2px  solid #ccc;
	background: #333333;
	text-align: center;
	margin-right: 170px;
	min-width:800px;
}

#main {
	padding: 0px;	
}

#content{
	position: relative;
	top: 20px;
	left: 0px;
	margin-right: 170px;
	padding: 10px;	
	border: 2px  solid #ccc;
	background: #333333;
	min-width:800px;
}

#ad_skyscraper {	
	position: absolute;
	margin-top: 10px;
	right: 8px;
	padding: 0px;	
	//border: 1px  solid #ccc;
	background: #333333;
	width: 160px; 
	height: 600px;
}

#foot {	
	position: relative;
	top: 30px;
	padding: 10px;	
	//border: 1px  solid #ccc;
	//background: #333333;
	text-align: center;
	margin-right: 170px;
	font-size: 12px;
}

#ad_leaderboard {	
	position: relative;
	top: 40px;
	padding: 10px;	
	//border: 1px  solid #ccc;
	//background: #333333;
	text-align: center;
	margin-right: 170px;
	font-size: 12px;
}

#facebook {
	position: absolute;
	left: 400px;
	top: 30px;
}

#google {
	position: absolute;
	left: 400px;
	top: 60px;
}


#title {
	position: absolute;
	left: 100px;
	top: 15px;
}

#tag {
	position: absolute;
	left: 100px;
	top: 60px;
}

#download {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align:right;
}

#application {
	position: absolute;
	right: 20px;
	top: 20px;
}
 
#file {
	//border:1px dashed gainsboro;
}

#output{
	text-align:center;
}

#slideshow { 
	//border: 1px solid;
	height: 600px;
 	width: 650px; 
	margin: auto;
}

#slideshow img { 
	border: 1px solid;
   	max-width:664px;      
	max-height:517px;
}


#heart {
	float: right;
	margin-right: 30%;
}

body {
	background: black;
	font-size: 18px;
	font-family: Verdana, sans-serif;
	color: gainsboro;
}

.indent {
	padding-left: 20px;
}

h1 { color: white;}
h2 { color: gainsboro; }
h3 { color: gainsboro; }
h4 { color: gainsboro; }
h5 { color: gainsboro; }
h6 { color: gainsboro; }

p,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	margin-top: 5px;
}
a:link { color: yellow; text-decoration: underline; }
a:visited { color: yellow; text-decoration: underline; }
a:hover { color: yellow; text-decoration: underline; }
a:active { color: yellow; text-decoration: underline; }