@charset "utf-8";
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background:#010204 url(images/bg2.jpg) repeat-y top left;
	font:normal 13px/1.25 Verdana, Geneva, sans-serif;
	color:#f3f3d7;
}

#container {
   min-height:100%;
   position:relative;
}

#body {
   padding-bottom:70px;   /* Height of the footer */
}

/** Header Code  **/
#header {
	width:100%;
	border-bottom:1px solid #ffffff;
	padding:27px;
	background:url(images/header-bg.png);
	height:19px;
}

img.avalla {
	position:absolute;
	top:0;
}

img.logo {margin-bottom:5px;}

.menu {
	float:right;
	padding-right:15px;
}
/** End Header Code **/

/** Content Code **/
#hello {
	width:800px;
	margin:0px auto;
	background:url(images/header-bg.png);
	color:#ffffff;
	border:solid 2px;
	border-color:#333333;
}

#hello p {
	padding:10px;
}

#hello2 {
	width:800px;
	height:auto;
	margin:0px auto;
	background:url(images/header-bg.png);
	color:#ffffff;
	border:solid 2px;
	border-color:#333333;
}

#hello2 p {padding:10px;}

h2 {
	padding:10px;
	text-decoration:underline;
}

p.date {
	color:#da524a;
	margin-bottom:50px;
}
/** End Content Code **/

#footer {
	position: absolute;
  	bottom:0;
  	width:100%;
  	height:60px;  /* Height of the footer */
	border-top:1px solid #ffffff;
	background:url(images/header-bg.png);
	
}

p.footer{margin:0px auto;}

img.twitter {margin-right: 10px;}



/**Decoration **/
ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	display:inline;
	padding-right:25px;
}

a {
	text-decoration:none;
	color:#f3f3d7;
}

a:hover {
	text-decoration:underline;
	color:#c51900;
}
/** End Decoration Code **/



td,th {font:normal 13px/1.25 Verdana, Geneva, sans-serif;}

#wrapper{
	margin:0 auto;
	text-align:left;
	background:#333; 
	border:2px solid #3E3E3E;
	line-height:20px;
	width:700px;
}

 /*  Contact Form Styling */
.clear{clear:both;}

#main-container{
	width:550px;
	margin:30px auto;
}

#form-container{
	padding:15px;
	background-color:#f5f5f5;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;

	
}
h1{
	color:#333;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:5px;
	text-decoration:underline;
}

h2{
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#aaaaaa;
	margin-bottom:15px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}
h3{
	color:#333;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

textarea{
	color:#404040;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
