img{ behavior: url(iepngfix.htc) }
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}


body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-size: small;
	}	
body, html {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	}

* html #wrapper {
	height:100%;
	}

#wrapper {
	min-height:100%;
	}


#header {
	width: 100%;
	height: 250px;
	background-color: #000;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	}

#header_800 {
	width: 800px;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-image: url(images/header_mess.png);
	background-repeat: no-repeat;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 10px;
	}

#content {
	width: 100%;
	padding-bottom: 117px;
	}


	
#content_800 {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 117px;
	}
#content-right {
	float: right;
	width: 300px;
	background-image: url(images/v_spacer.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	clear: left;
}
#sneakycms_content {
	width: 470px;
	
}
#sneakycms_footer {
	padding-top: 30px;

}
#sneakycms_menu {
	font-size: x-large;
}
.sneakycms_blog_title {
	background-color: #333;
	font-size: x-small;
}
.sneakycms_blog_Content {
}
.sneakycms_blog_footer {
	background-color: #333;
	font-size: x-small;
}


#footer {
	width: 100%;
	height: 117px;
	margin: -117px auto 0 auto;
	position: relative;
	background-color: #666;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	}
#sneakycms_logo {
	float: right;
}
.smallprint {
	font-size: x-small;
}

#footer_800 {
	width: 800px;
	height: 117px;
	position: relative;
	margin: 0 auto;
	}

