html { overflow-y: scroll; }

a:link { text-decoration: underline; font-weight: bold;}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.section-header:link { color: white; text-decoration: none; }
.section-header:visited { color: white; text-decoration: none; }
.section-header:hover { color: white; text-decoration: none; }
.section-header:active { color: white; text-decoration: none; }

body 
{
	background-color: black;
	background-image: url(../web/background.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0px;
}

h1, h2
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	display: inline;
}

h1
{	
	font-size: 22px;
	line-height: 25px;
	left: 0px;
	top: 5px;
}

h2
{	
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	top: 28px;
}

h3
{
	display: inline;
	font-weight: normal;
}

p { text-indent: 20px; }

.row
{
	width: 100%;
	border-bottom: 1px solid white;
	color: white;
	float: left;
	overflow: hidden;
	position: relative;
	
	background-color: white; 	
	background-repeat: repeat-x; 
	background-position: center -55px;	
}

.content
{
	color: gray;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	width: 700px;
	padding-top: 50px;	
	padding-bottom: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;	
}

.article
{
	width: 500px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;	
	text-align: justify;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.header-content
{
	height: 55px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;	
}

.section-header
{
	width: 100%;
	height: 55px;
	margin: 0px;
	text-align: left;
	cursor: pointer;	
}
.section-header:hover h1 { text-decoration: underline; }



#row-app
{
	background-image: url(../web/background_black.png);
	background-position: center -53px;
}
#row-app .content
{
	background-image: url(../web/shadow_app.png);
	background-position: center -97px;
	background-repeat: no-repeat;
	height: 400px;
	padding: 0px;	
	z-index: 0;
}


#row-place { background-image: url(../web/background1.png); }
#row-place .section-header { background-color: #F0AD02; }
#row-place h3 { color: #F0AD02; }

#row-blog { background-image: url(../web/background2.png); }
#row-blog .section-header { background-color: #E96612; }
#row-blog h3, a { color: #E96612; } 
#row-blog .article
{
	border-bottom: 1px solid #DEDEDE;	
	margin-bottom: 20px;
}

#row-blog .article-footer
{
	height: 15px;
	border-left: 15px solid #E96612;
	line-height: 15px;
	padding-left: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


#row-terms { background-image: url(../web/background3.png); }
#row-terms .section-header { background-color: #E11E22; } 
#row-terms h3, #row-terms a { color: #E11E22; }
#row-terms h4 { color: #E11E22; width: 540px;}

#row-about { background-image: url(../web/background4.png); }
#row-about .section-header { background-color: #51A0A3; }
#row-about h3, #row-about a { color: #51A0A3; }
#row-about h4 { color: #51A0A3; }

#footer
{
	width: 100%;
	color: #999999; font-style: normal; font-size: 12px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	float: left;
}
#footer b { color: #666666; font-size: 14px;}
#footer a { color: #CCCCCC; font-weight: normal;}

#stankaa
{
	position: absolute;
	top: 6px;
}

#code-display
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	background-color: #F6F6F6;
	color: black;
	width: 560px;
	padding: 15px;
	
	border-left: 10px solid #FFC341;
	border-right: 10px solid #FFC341;	
	margin-top: 30px;
	
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}