@charset "UTF-8";
/* CSS Document */
body {
background:url(/images/bg.jpg) top center;
color:#FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
}

a.toothpaste:link {
	color: rgb(161, 214, 214);
	text-decoration: none;
}
a.toothpaste:visited {
	text-decoration: none;
	color: rgb(161, 214, 214);
}
a.toothpaste:hover {
	text-decoration: underline;
	color: #FFF;
}
a.toothpaste:active {
	text-decoration: none;
}



#content {
width:100%;
}
#menu {
width:920px;
position:absolute;
left:50%;
margin-left:-460px;
}
#bottom {
padding:40px;
background:url(/inside/images/black.png);
height:200px;
}
#body_content {
margin-top:187px;
}
#rotator {
width:920px;
position:absolute;
left:50%;
margin-left:-460px;
top:184px;
height:315px;
z-index:100;
}
#homestuff {
background:url(/inside/images/black.png);
}
.homestuff_content {
padding-top:115px;
width:100%;
}
#home_blank {
height:220px;
}
#page_content {
background:url(/inside/images/black.png);
}
.menu_item {
width:1px;
padding-right:10px;
}
.blogentry {
padding-bottom:40px;
}
