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

body,td,th {
	color:#181b15;
	font-size:1em;
	font-family:Georgia, Times New Roman, Times, serif;
}
body {
	background: #eaeaea url(images/top_bg.jpg) repeat-x top center;
	margin:0px;
	padding:0px;
	line-height:1.8em;

}
html, body {
		height:100%;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #181b15;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #262A21;
	font-weight:normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
#content {
	width:960px;
	margin:0 auto;
	min-height:100%;
	margin-bottom:-330px;
	position:relative;
}
#topblock h2 {
	padding-left:40px;
}
#logo {
	background:url(images/megan_blafas.png) no-repeat top left;
	text-indent:-9000px;
	width:550px;
	height:105px;
margin:0;
}
#leftcolumn {
	background:url(images/collage_bg.jpg) no-repeat;
	background-position:40px 390px;
	width: 430px;
	padding:0 20px 0 40px;
	margin-right:20px;
	padding-bottom:300px;
	float:left;
}
#rightcolumn {
	width: 430px;
	padding:10px;
	float:left;
}
.clear {
	clear:both;
}
.clearfooter {
   height: 380px;
   clear: both;
}
#footer {
	background: #D8d8d8 url(images/footer_bg.jpg) repeat-x;
	padding-top:40px;
	margin-bottom:0px;
	position:relative;
}
#footercontainer {
	width:960px;
	margin:0 auto;
}
#leftfooter {
	width:490px;
	padding:10px;
	float:left;
}
#rightfooter {
	width: 430px;
	padding:10px;
	float:left;
	text-align:right;
}
