* {
font-size	: inherit;
margin		: 0;
padding		: 0;
}

body {
background: white url(images/body_bg.png) top left repeat-x;
font-size: 100%;
font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
margin-bottom: 10px;
padding-bottom: 10px;
}

h1, h2, h3, ul, ol, p {
margin-bottom: 15px;
}


#banner {
float: left;
height: 125px;
overflow: hidden;
width: 500px;
}

	#banner img {
	border: none;
	margin: 25px 0 0 23px;
	}
	
#banner2 {
background: black;
float: right;
height: 125px;
overflow: hidden;
width: 300px;
}
	
#black {
background: black url(images/black_bg.png) top left repeat-x;
float: right;
height: 35px;
margin-top: 10px;
width: 150px;
}

	#black img {
	border: none;
	}

#blacktext {
background: black;
border: 0;
color: white !important;
float: right;
margin-top: 20px;
width: 482px;
}

	#blacktext img {
	margin-bottom: 4px;
	}

	#blacktext p {
	color: white !important;
	}

	#blacktext div {
	padding: 10px;
	}

#content {
float: right;
margin-top: -6px;
width: 482px;
}

	#content p, #content ul {
	color: #CCCCCC;
	font-size: .8em;
	padding-right: 25px;
	}
	
		#content ul {
		margin-left: 20px;
		}
	
	#content h1, #content h2 {
	color: white;
	}
	
	#sujuaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	padding-bottom: 20px;
	vertical-align: text-bottom;
	background-position: bottom;
}
	
#flashb {
position: absolute;
top: 35px;
right: 50px;
}

#frame {
background: #000000 url(images/frame_right.png) top right no-repeat;
border: 1px solid black;
float: left;
left: 50%;
margin-left: -400px;
margin-top: 50px;
min-height: 400px;
position: absolute;
width: 800px;
z-index: 20;
}

#flareleft {
background: transparent url(images/body_bg2.png) top left no-repeat;
height: 566px;
float: left;
position: absolute;
left: 0px;
top: 0px;
width: 471px;
z-index: 10;
}

#flare_right {
background: transparent url(images/body_bg2.png) top right no-repeat;
height: 566px;
float: left;
position: absolute;
right: 0px;
top: 0px;
width: 471px;
z-index: 10;
}

.internal {
font-size: .8em;
list-style: none;
}

#people {
float: left;
margin: 0 0 0 20px;
width: 265px;
}

#people dl {
background: #660000;
float: left;
min-height: 100px;
width: 265px;
}

#people dl dt {
background: #cc0000 url(images/bar_bg.png) top left repeat-x;
height: 20px;
}

	#people dl dd {
	float: left;
	}

#people dl dt img {
margin: 3px 0 0 8px;
}

#people dl dd img {
border: 1px solid black;
margin: 10px 0 0 10px;
width: 115px;
}

/* people converted into a gallery
----------------------------------*/

div.longgallery dl {
background: #D7D7D9;
float: left;
min-height: 100px;
margin-left: 3px;
width: 255px;
}

div.longgallery dl dt {
background: #cc0000 url(images/bar_bg.png) top left repeat-x;
color: white;
font-size: .95em;
height: 20px;
overflow: hidden;
text-transform: uppercase;
}

	div.longgallery dl dd {
	float: left;
	}

div.longgallery dl dt img {
margin: 3px 0 0 8px;
}

div.longgallery dl dd img {
border: 1px solid black;
margin: 10px 0 0 10px;
width: 115px;
}

div.longgallery {
float: left;
margin: -29px 0 20px 17px;
width: 765px;
}

div.longgallery dl {
background: #660000;
float: left;
min-height: 100px;
width: 755px;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

	div.longgallery p {
	color: #666666;
	font-size: .8em;
	padding-left: 4px;
	padding-right: 25px;
	}






#registerbanner {
border: 0;
float: right;
}

#nav {
background: #cc0000 url(images/nav_bg.png) top left repeat-x;
float: left;
height: 35px;
margin-top: 10px;
width: 620px;
}

	#nav img {
	border: none;
	float: left;
	margin-left: 8px;
	}
	
#wrapper {
float: left;
margin-top: 45px;
min-height: 100px;
width: 800px;
}

/* classes */

.cred		{ 	color 	: #CC0000; 		}
.cgreen 	{ 	color 	: #66FF00; 		}
.fleft 		{ 	float	: left; 		}
.fright 	{ 	float	: right; 		}

