﻿body{
	margin: 0px;
	padding: 0px;
	text-align: center !important;
	font-family: 'Play', sans-serif;
}

#logo-container{
	width: 100%;
	text-align: center;
	background-color: black;
	height: auto;
	display: inline-block;
}

#logo-container-inner{
	padding: 25px 0px 25px 0px;
	width: 80%;
	display: inline-block;
	text-align: left;
}

#logo{
	clear:both;
	
}

#h1-container{
	display: block;
	width: 100%;
	margin: 0px;
	background-image: url('images/gol-banner-bg.jpg');
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	text-align: center;
}

#h1-container-inner{
	width: 80%;
	background-color: black;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-left: 2px #db96de solid;
	border-right: 2px #edcaee solid;
	
}

h1{
	padding: 0px 25px 0px 25px;
	font-size: 2vw;
	font-weight: 400;
	color: white;
}

p{
	font-size:13px;
	line-height:1.7em;
	color: #888;
}

a:link{
	color: #C762CB;
	text-decoration: none;
	line-height:25px;
}

a:active{
	color: #C762CB;
	text-decoration: none;
}

a:visited{
	color: #C762CB;
	text-decoration: none;
}

a:hover{
	color: #C762CB;
	text-decoration: underline;
}


#body{
	margin: 20px auto 10px auto;
	width: 80%;
	text-align:left;
	border:1px #b276b5 solid;
}

#body-inner{
	padding: 20px;
}

#footer{
	font-size:10px;
	margin: 5px auto 30px auto;
	width: 80%;
	text-align:center;
	padding: 5px 5px 5px 5px;
}


#domain{
	color:#db96de;
	text-decoration: underline;
}