/* CSS Document */
body 
{
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	color: #8D2148;
}

a:link { color: #8D2148; font-weight: bold; text-decoration:none; }
a:hover { color: #BC4D86; font-weight: bold; text-decoration:none; }
a:active { color: #BC4D86; font-weight: bold; text-decoration:none; }
a:visited { color: #BC4D86; font-weight: bold; text-decoration:none; }
strong { text-transform: uppercase; font-weight: bold; text-decoration:none; }
p.bigpara {color: #8D2148;
	font-size: 13px;
	}
p.bigtitle {color: #8D2148;
	font-size: 14px;
	font-weight: bold;
	}

div.col_left {
	width: 180px; 
	margin: 0px 0px 0px 0px;

	position: absolute;
	top: 0px;
	left: 0px;
}

#mainbox {
	width: 251px;;
	margin: 0px 0px 0px 0px;

	position: absolute;
	top: 40px;
	left: 40px;
}


#bodytext{
  	width: 415px;
	margin: 0px 0px 0px 0px;

	position: absolute;
	top: 78px;
	left: 310px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  	color: #8D2148;

}

#supporter1{
  	width: 435px;
	margin: 0px 0px 0px 0px;

	position: absolute;
	top: 115px;
	left: 310px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  	color: #8D2148;

}

#nav {
	width: 251px;
	margin: 0px 0px 0px 0px;

	position: absolute;
	top: 176px;
	left: 40px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.navStyle1  {color: #FFFFFF;
	background-color:#8D2148;
	font-weight: bold;
	font-size: 10px;
}

#navStyle1v a:visited{
color: #FFFFFF;
}


a.navStyle2 {color: #BC4D86;
	font-weight: bold;
	font-size: 10px;
}

ul.gallery
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.gallery li
{
	display: block;
	width: 130px;
	height: 130px;
	float: left
}
