body
{
	background-color:Black;
	color:Black;
	font-family:Verdana Sans-Serif;
	margin:0;
	
}

table
{
	border:0;
	border-collapse:collapse;
}
td
{
	/*border-width:1px 1px 0 0;
	border:red;
	border-style:solid;*/
}
a
{
	color:Black;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/* Main divs */
#topSpace
{
	height:150px;
}
#header
{
	height:100px;
	text-align:right;
	vertical-align:bottom;
	width:100%;

	border-bottom:solid #807ffe 25px;
}

#bodyContent
{
	width:100%;
}

/* images */
#photosTop
{
	position:absolute;
	top:12;
	left:12;
	z-index:100;
	width:478px;
	height:222px;
}
#photosLeft
{
	position:absolute;
	top:186px;
	left:12;
	z-index:99;
	width:220px;
	height:215px;
}
#photosBottom
{
	position:absolute;
	
	z-index:101;
	width:250px;
	height:240px;
	bottom:0;
	right:0;
}

/* header stuff*/

#nameTitle
{
	color:#807ffe;
	font-family:Monotype Corsiva;
	font-size:80px;
	padding-right:15px;
}

/* left space */
td.leftSpacer
{
	width:50px;
}

/* left menu */

td.menu
{
	background-color:#807ffe;
	color:Black;
	vertical-align:top;
	width:200px;
}

td.menu p
{
	margin-left:15px;
	padding-top:130px;
	font-weight:bold;
	padding-left:0px;
}


/* main body */


#dates
{
	color:#807ffe;
	font-family:Lucida Calligraphy;
	text-align:right;
	font-size:30px;
	padding-right:15px;
}

td.main
{
	padding-top:0;
	padding-left:20px;
	vertical-align:top;
}
#content
{
	background-color:black;
	color:black;
	width:740;
	border-collapse:collapse;
	padding:0;
}
#content td
{
	background-color:black;
	padding:0;
}

#pageText, #pageText td
{
	min-height:300px;
	height:auto !important;
	height:300px;
	background-color:#C0C0C0;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	
}

td.section
{
	border-bottom: solid black 1px;
	
}

#topCurve
{
	width:740px;
	height:85px;
	background: url('curveTop.jpg') no-repeat;
}

#bottomCurve
{
	width:740px;
	height:85px;
	background: url('curveBottom.jpg') no-repeat;
}
