/* ALLG
------------------------------------------------------------------------------*/

*{
	font-family: "Andale Mono";
	font-size:13px;
}

body{
	margin:0;
	padding:0;
	background:#000;
	text-align:center;
}

img{
  border:0;
}

.clear{
  clear:both;
}


a{
	color:#000;
	text-decoration:underline;
  outline:none;
}

a:hover{
	text-decoration:none;
}


/* CONTENT
------------------------------------------------------------------------------*/

.content{
  width:610px;
	margin:10px 0 0 30px;
	padding:10px 20px;
	height:550px;
	overflow:auto;
	background:#c0c0c0;
}

.content h2{
  font-size:14px;
	padding:0;
	margin:0 0 10px 0;
}

.content h3{
  font-size:12px;
	padding:0;
	margin:0 0 5px 0;
}


.content hr{
  border:0;
	height:1px;
	border-bottom:1px solid #8c95a4;
	margin:10px 0;
	padding:0;
	line-height:0;
	font-size:0;
	width:580px;
}


.content p{
  line-height:1.5em;
	width:580px;
	padding:0 0 10px 0;
}

.info{
  width:610px;
	background:#8c95a4;
	padding:20px 20px;
	height:220px;
	margin:0 0 0 30px;
}

/* SIDEBAR
------------------------------------------------------------------------------*/


#sidebar p{
  line-height:1.5em;
	color:#c0c0c0;
}

#sidebar a{
	color:#c0c0c0;
	text-decoration:underline;
  outline:none;
}

#sidebar a:hover{
	text-decoration:none;
}

/* FORM
------------------------------------------------------------------------------*/

#sidebar .error{
  color:red;
	font-size:11px;
}


.btn{
  margin:10px 0;
}


/* CONTAINER
------------------------------------------------------------------------------*/

#container{
  width:960px;
	margin:50px auto 0 auto;
	text-align:left;
}

#header{
  background:#8c95a4;
	height:140px;
	width:720px;
}

#content{
  width:720px;
	float:left;
}

#sidebar{
  width:235px;
	float:right;
	padding:0 0 0 0;
	color:#c0c0c0;
}
