@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bgleather.png);
	/*	background-color:rgb(57,54,53);*/
	color:white;
	position:relative;
	/*	top:20px; <- if logo enabled */
	top:50px;
}

/**************
 **   URLs   **
 **************/
a { 
	text-decoration:none;
	color:grey;
}

/*******************
 **   Container   **
 *******************/
.container {
	width:90%;
	margin:auto;
	/*background:#251111;*/
}

/**************
 **   Head   **
 **************/
.header {
	width:100%;
}
#headerlogo {
	display:block;
	margin:auto;
}

/**************
 **   Body   **
 **************/
.navbar {
	float:left;
	margin-left:-30px;
	padding:1em;
	color:white;
	border-radius:25px;
	background-color:rgba(10,22,22, 0.5); /*#0A1616;*/
	box-shadow:inset 1px 0px 20px rgb(150,150,150);
	/*opacity:0.5;*/
}
.content {
	margin-left:15%;
	background-color:rgba(10,22,22, 0.5); /*#0A1616;*/
	padding:7em;
/*	border:1px solid rgb(10,30,30);*/
	box-shadow:inset 1px 0px 20px rgb(150,150,150);
	border-radius:25px;
	/*opacity:0.5;*/
}
p.headline {
	text-align:center;
	font-family: “verdana”;
	font-size:1.875em;
	color:white;
	font-style:bold;
/*	opacity:1 !important;*/
}
p.bodytext {
	font-family: “verdana”;
	font-size:1em;
	color:white;
	font-style:italic;
/*	opacity:1 !important;*/
}
.footer {
/*	width:100%;*/
	color:#666666;
	font-size:12px;
	text-align:center;
	margin-left:10%;
/*    position:absolute; -- or 'relative'
    bottom:0;*/
/*	opacity:1 !important;*/
}

/***************
 **   Froms   **
 ***************/

textarea.style {
	width: 600px;
	height: 60px;
	padding: 5px;
	color:red;
}