body { 
	padding-top: 20px;
	padding-bottom: 20px;
	background: #c9c9c9;
	color: #222;
	text-align: center;
	font: 12px "Trebuchet MS",Arial,sans-serif;
	background: url('img/background-stripes.png');
}

h1,h2,p{
	margin: 0;
	padding: 0 10px;
	font-weight:normal
}

p { 
	padding: 0 5px 10px;
	margin: 0;
}

h1{
	font-size: 250%;
	color: #FFF;
	letter-spacing: 1px
}

h2{
	font-size: 200%;
	line-height:1;
	color:#002455 
}

input {
	font-size: 10pz;
	color: #000;
	border: 1px solid #ebebeb;
}

textarea {
	font-size: 10pz;
	color: #000;
	border: 1px solid #ebebeb;
}

form{
	border: 0;
	margin: 0;
	padding: 0;
}

#menu a:active 		{ color: #595959; text-decoration: none;}
#menu a:link   		{ color: #595959; text-decoration: none;}
#menu a:visited 		{ color: #595959; text-decoration: none;}
#menu a:hover  		{ color: #3a3a3a; text-decoration: none;}
#menu a        			{ color: #595959; text-decoration: none;}


#menu {
	text-align: left;
	position: relative; 
	float: left;
	z-index: 1000; 
	top: 20px; 
	left: 14px; 
	font-size: 15px; 
	color: #828282; 
	font-weight: bold;
}

div#maintext_container {
	position: relative;
	height: 320px;
	width: 350px;
	right: 75px;
	/*top: 100px;*/
	float: right;
	clear: right;
}

p#maintext {
	width: 330px; 
	position: relative; 
	left: 15px; 
	text-align: justify;
	color: #636363;
}

div#adress {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 300px;
	text-align: right;
	clear: both;
	color: #636363;
}

div#profile {
	position: relative;
	float: left;
	clear: left;
	top: 130px;
	left: 55px;
}

div#contentbg {
	position: relative;
	z-index:1;
	margin: auto auto;
	width:748px; 
	height: 470px;
	text-align: left;
	overflow: hidden;
}




div#maincontent {
	position: relative;
	z-index:2;
	margin: auto auto;
	top: -425px;
	width: 718px;
	height: 404px;
	text-align: left;
}

div#container {
	width:748px; 
	height:450px;
	background: url('img/maincontainer.png') no-repeat;
}

#horizon {	
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	display: block;
}

#content{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	top: -225px;
	left: 50%;
	margin-left: -374px;
	width: 748px;
	height: 450px;
	visibility: visible;
}

img, a
{ 
border: 0px;
}  


a:active 		{ color: #a9aba1; text-decoration: none;}
a:link  			{ color: #a9aba1; text-decoration: none;}
a:visited 		{ color: #a9aba1; text-decoration: none;}
a:hover  		{ color: #a9aba1; text-decoration: underline;}
a        			{ color: #a9aba1; text-decoration: none;}

.spacer {
	clear: both;
}

fieldset {
	border: 0px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

br {
	clear: left;
}



