html, body{
	background-image: url('/media/background.png');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #333;
	text-align: center;
}

table {
	margin: 0;
	padding: 0;
	cellspacing:0;

}

blockquote {
	text-align: left;

}
#layer1{
	width: 700px;
	background: #F5F5EA;
	border: 1px solid black;
	padding: 0px;
	text-align: left;
	margin: 15px auto;
}

/*=- Sidebar -=*/
#sidebar{
	background: #F5F5EA;
	float: left;
	width: 150px;
	max-width:150px;
	color: #333;
	height: 100%;
	min-height: 500px;
	overflow:hidden;

}

.line{
	line-height: 1px;
	display: block;
	margin: 5px 1px 1px 1px;
}

/*=- Main (main content box) -=*/
#main{
	
	background: #F5F5EA; 
	float: right;
	width: 549px;
	min-height: 500px;
	padding-bottom: 20px;
}


.header{
	height: 30px;
	text-align: right;
	vertical-align: middle;
	font: 1.5em "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-repeat: repeat-y;
	border-bottom: 1px black solid;
	background: #B1CECE; 
	display: block;
	width: 100%;
}
	


/*=- Other -=*/
input{
	font:1em "Lucida Grande", Verdana, sans-serif;
	border: 1px #727664 solid;
	background: #F9F9E6;
	margin: 1px;
	padding:0;
}

input[type="submit"]{
	background: #F3F3F3;
}

form{
	margin: 0;
	padding: 0;
}
p{
	padding: 3px 15px;
	text-align: justify;
	color: #555;
	margin: 0;
	line-height: 1.5em;
}
h1{
	color: #003a7d;
	text-decoration: none;
	border-bottom: 1px #A77272 solid;
	margin: 7px 15px 2px 15px;
	padding: 0;
	font: 2.6em Trebuchet MS, sans-serif;
}

h2{
	color: #555555;
	text-decoration: none;
	margin: 7px 15px 2px 15px;
	padding: 0;
	font: 1.4em Verdana, sans-serif;

}

a,
a:link,
a:visited,
a:active, 
acronym{
	color: #000;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}

/*=- Footer -=*/
.footer{
	align: center;
	background: #B1CECE;
	border-top: 1px #333 solid;
	text-align: center;
	margin: 0;
	padding: 0;
}
