@charset "UTF-8";
/* CSS Document */

body{
	font-family:Helvetica, Arial, sans-serif;
	background:url(images/background2.jpg);
}
td{
	border:none;
}
body a{
	color:#7b00ee;
	text-decoration:none;
	font-weight:900;
}
body a:hover{
	text-decoration:underline;
}
h2{
	margin:0px;
	text-align:left;
}
#page{
	width:1115px;
	height:auto;
	margin:auto;
}

#header{
	width:1115px;
	height:251px;
	font-size:15px;
	font-weight:300;
	text-align:center;
	border:none;
	margin-bottom:10px;
}

#widecolumn{
	margin-top:10px;
	margin-left:13px;
	width:1061px;
	height:auto;
	padding:20px;
	background-color:#000000;
	overflow:hidden;
}
#maincolumn{
	width:800px;
	height:auto;
	float:left;
	line-height:20px;
	font-size:16px;
}
#maincolumn p{
	font-size:12px;
	text-align:left;
}
#leftmain{
	width:375px;
	padding:5px;
	height:auto;
	float:left;
	text-align:center;
}
#rightmain{
	width:375px;
	padding:5px;
	height:auto;
	float:right;
	text-align:center;
}
.albumborder{
	border:3px #59555c solid;
}
.albumborder:hover{
	border:3px #8359ab solid;
}
#sidecolumn{
	width:230px;
	height:auto;
	min-height:100px;
	margin-left:10px;
	padding:10px;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	border:none;
}
#sidecolumn img{
 	border:none;
}
#sidecolumn h2{
	text-align:center;
	font-size:18px;
	padding:0px;
	margin-bottom:5px;
}
#sidecolumn p{
	text-align:center;
	font-size:13px;
	padding:0px;
	margin-bottom:20px;
}
.whitefill{
	width:770px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.dropcap{
	font-size:30px;
	color:#7b00ee;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:900;
}
.homepageentry{
	width:355px;
	padding:10px;
	height:auto;
	background-color:#f0eef1;
	margin-bottom:50px;
}
.photopage{
	border:none;
	color:#FFFFFF;
}
.photopage img{
	border:2px #7b00ee solid;
}
.blackinfobox{
	background-color:#212121;
	font-weight:100;
	padding:5px;
	color:#FFFFFF;
	height:auto width:250px;
	text-align:center;
	font-size:14px;
}
.blackinfobox a{
	color:#d09dff;
}
.blackinfobox a:hover{
	color:#7b00ee;
	text-decoration:none;
}


