body {
	background-image:url(../images/bgPattern.jpg);
	background-repeat:repeat;
	color:#ffffff;
	font-family: Papyrus;
	padding-top:10px;
}

A:link {
	text-decoration: none; 
	color: #e18ec2;
}
A:visited {
	text-decoration: none; 
	color: #e18ec2;
}
A:active {
	text-decoration: none; 
	color: #e18ec2;
}
A:hover {
	text-decoration: none; 
	color: #FFFFFF;
}

#main a:hover{
	text-decoration: underline; 
	color: #272727;
}

#leftLinks a:link{
	text-decoration:none!important;
	color:#000!important;
}

#leftLinks a:hover{
	text-decoration:none!important;
	color:#000!important;
}

#leftLinks a:visited{
	text-decoration:none!important;
	color:#000!important;
}

#leftLinks a:active{
	text-decoration:none!important;
	color:#000!important;
}

#container{
	width: 776px;
	margin: 0px auto;
}

#header{
	/*background:#FFF;*/
	text-align:center;
	float:none;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	padding-top:10px;
	
}
#header a{
	color:#fff;
}

#topMenu{
	background:#000;
	padding: 2px 6px 2px 6px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	text-align:center;
}
#main{
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
	padding-left:250px;
	padding-right:10px;
	color:#000;
}
#mainimg{
	margin: 5px;
	border:1px solid #000;
}
#title{
	font-size:22px;
	font-weight:bold;
	color:#e18ec2;
	text-align:center;
}
#leftMenu{
	background:#000;
	width:164px;
	margin-left:74px;
	float:left;
	color:#fff;
	text-align:center;
	padding-top:10px;
}
#leftMenu img{
	width:150px;
}
#footer{
	/*background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	padding-bottom:108px;*/

}

#wrapper{
	overflow:hidden;
	background-image:url(../images/middle.png);

}
#outer1{
	padding-bottom:32767px;
	margin-bottom:-32767px;
	float:left;	
/*	background:#000;*/
}
#outer2{
	background-image:url(../images/middle.png);
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#mailMessages{
	color:#900;
}

#indexTable{
	border:1px solid #000;

}
#indexTable td{
	text-align:center;
	padding: 6px;
	border:1px solid #000;
	margin: 4px;
}
#indexTable img{
	width:100px;
	border: 1px solid #000;