#topgraphic {         
	position: absolute;
	top: 5px;
	left:140px;
	width:650px;
	height:90px;
	} 

#leftbody {
	position: absolute;
	left:10px;
	top:130px;
	width:130px;
	}
	
#mainbody {
	position: absolute;
	top: 133px;
	width:650px;
	margin-left: 140px;
	padding:0px 0px 0px 0px;
	left: 5px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 550;
	font-variant: normal;
	color: #FFFFFF;
}

p, OL, UL, DL {font-size: 15px;} /*font-family is already defined, here I only set the font-size*/

p OL, p UL, p DL, OL UL {font-size: 15px;} /*and here the I prevent the incredible shrinking text*/

p {margin:0 0 1em;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin:0;
	padding:0;
}

a {color:#39c;}
a:link {color:#39c;}
a:visited {color:#06c;}
a:hover {color:#f00;}

h1 {
	color:#fc0;
	font-size:40px; 
	line-height:22px; 
	font-weight:800;
	}

h2 {
	color:#fc0;
	font-size:30px; 
	font-weight:800;
	margin:0 0 20px; 
	}
h3 {
	color:#fc0;
	font-size:20px;
	font-weight:700;
	margin:0em 0 .27em; 
	}
h4 {
	color:#fc0;
	font-size:18px;
	font-weight:800;
	margin:.43em 0 .214em; /* ~6px 0 ~3px */
	}
h5 {
	color:#fc0;
	font-size:14px;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; /* ~20px 0 ~3px */
	}

.style10 {
	color: #ffcc00;
	font-weight: bold;
}
.style11 {
	color: #3399cc;
	font-weight: bold;
}
.style12 {
	color: #9999cc;
	font-weight: bold;
}
.style15 {color: #FF0000;
	font-weight: bold;
}

.stylesmall {font-size: x-small}

img {border-width:0;}
img.thumb {margin:10px 1px;}

/* Ypslideout Menu */
#menubar {
		position:absolute;
		width:700px;
		left:138px;
		top:101px;
		background-color:#000000;
		border:1px solid #000000;
		padding: 3px;
	}
#menubar a {
		color:#FFFF66;
		letter-spacing:1px;
		border:1px solid #000000;
		text-decoration:none;
		font-size: 16px;
		font-weight: 800;
		border:1px solid #000000;
		padding: 3px;
	}
	
#menubar a.active {
		color: #FF0000;
		background-color:#000000;
		font-weight: 800;
		border:1px solid #000000;
		padding: 3px;
	}

.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		font-size: 15px;
		border:1px solid #000000;
		background-color:#000000;
		padding: 3px;
	}
	
/* Text Color on dropdown */
.menu a {
		color:#00CCFF;
		display:block;
		text-decoration:none;
		background-color:#000000;
		border:1px solid #000000;
		padding: 3px;
	}
	
/* Text Color on dropdown when moused over */
.menu a:hover {
		background-color:#000000;
		color:#FF0000;
		border:1px solid #000000;
		padding: 3px;
	}
	
	
/* This is for the image gallery. */
/* Tutorial here - http://www.tjkdesign.com/articles/css%20pop%20ups/3.asp */

div#imgal {
	position:relative;
	padding:0px;
	border:1px dotted #999;
}

div#imgal a {
	display: inline;
	padding:1px 0px 0px 0px;
	text-decoration:none;
}

div#imgal a:hover {
	background:transparent
}

/* We make the span disappear and appear only on hover */

div#imgal a span {
	display:none
}

div#imgal a:hover span {
	display:inline;
	position:absolute;
	top:3px;
	left:130px;
	padding:410px 0px 0px 0px;
	width:450px;
	height:400px
}
.smalltext {
	font-size: x-small;
}
