/*  
Theme Name: Matt
*/

body, html {
	margin:0;
	padding:0;
	text-align:center;
	
}

body {
	background: url(/images/circlebg.png) no-repeat;
	background-color: #ffffff;
	font-family:'Lucida Grande','Lucida Snas Unicode',Helvetica,sans-serif;
}

#main {
	width:850px;
	height:auto;
	margin-left:50px;
	padding:0;
}

#sidebar {
color:#559934;
width:100px;
float:right;
font-size:14px;
}

#sidebar a{
	color:#559934;
	text-decoration: none;
}

#header{
	margin-left:0;
	height:150px;
	background-color:#fcfccd;
	border-bottom:0px dashed #cccaaa;
     filter:alpha(opacity=75); /* IE's opacity*/
	  opacity: 0.75;
     z-index: 99;
     text-align:left;
}

#header h1{
	padding:0;
	margin:0;
	padding-top:.25em;
	font-size:50px;
	color:#000000;	
	text-align:right;
}

#header h2 {
display:block;
font-size:30px;
}

#content {
	width:650px;
	height:auto;
	margin-top:0px;
	background-color:#112244;
	border:0px solid #cccaaa;
	padding-bottom:50px;
     filter:alpha(opacity=75); /* IE's opacity*/
	  opacity: 0.75;
     z-index: 99;
     text-align:left;
     color:#ffffff;
}

#content a, #text a{
	color:#77AA56;
}



#text {
position:absolute;
margin-left:100px;
width:750px;
height:auto;
background-color:transparent;
text-align:left;
color:#ffffff;
}

#content, #text {
padding-top:1em;
}

#content p, #text p, #content h2, #text h2{
margin-top:0;
padding-left:1em;
padding-right:1em;
}

#text p{
z-index:1;
}

#footer {

	margin-top:0px;

}



