/* MentalPiracy.com
	by Jay Matthews  */


* {
	margin: 0px;
	border: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration:none;
}
body {
	background-color: ##020C33;
	background-image: url(img/2010_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

html { 
	overflow-x:hidden; 
	overflow-y:auto; 
}

p {
	font-size: 11px;
	color: #79113A;
}
img {
	behavior: url("pngbehavior.htc");
}

.headline1 {
	color:#cccccc;
	line-height: 17px;
}
.headline2 {
	color: #3b608e;
	font-style: italic;
	font-size: 10px;
}
.headline3 {
}

/* DIV ID's */
#leftNavi {
	position: fixed;
	top: 239px;
	left: 112px;
	line-height: 16px;
	width: 175px;
}
#footer {
	position: absolute;
	top: 460px;
}

#content {
	position: absolute;
	width: 800px;
	margin: 0px;
	padding: 0px;
	left: 380px;
	z-index: 2;
	top: 62px;
}
#menu{
	width: 205px;
	position: absolute;
	top: 92px;
	left: -39px;
	font-size: 10px;
}
.agency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
.for {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #336699;
}
.top {
	color: #79113A;
	font-style: italic;
	
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F3660;
}
.clear{clear:both;height:10px;}

/* Admin Pages */
.adminInput {
	color: #000000;
}
.tags {
	margin-top: 13px;
	margin-bottom: 43px;
}
.item {
	line-height: 14px;
}
li {
	line-height: 22px;
}


a:link {
	font-size: 100%;
	color: #79113A;
	
}
a:hover {
	color: #C84A7CF;
}
a:active {
	color: #CCCCCC;
}
a:visited {
	color: #79113A;
	
}

#contact {
	position: absolute;
	top: 325px;
	left: 0px;
}
#contact a {
	color: #33A1BD;
}
#contact a:hover {
	color: #33A1BD;
}
#contact .headline2 {
	font-family: Arial, Helvetica, sans-serif;
}
.menu_item {
	padding-bottom: 50px;
}
.menu_img {
	padding-bottom: 15px;
}
.menu_name {
	font-size: 11px;
	padding-top: 3px;
}
.menu_desc {
	font-size: 11px;
}
#menu img {
	margin-bottom: 7px;
}

#menu ul{
	width:100px;
	float:left;
	list-style:none;
	margin-bottom: -5px;
}
#menu a:hover {
	color: #C84A7C;
}
#menu ul .item{
	display:none;
	padding-left: 20px;
}
#menu ul:hover .item{
	display:block;
}
