body {
	background-color:#000;
	background-image:url('../images/bodybg.gif');
	background-position:left;
	background-repeat:repeat-y;
	margin:0px;
}

#container {
	margin:0px;
	background-color:#fff;
	width:840px;
}

#top {
	width:840px;
	height:213px;
	margin:0px;
	background-image:url('../images/topbg.gif');
}

#topflash {
	position:absolute;
	margin:0 0 0 440px;
}

#main {
	width:840px;
	min-height:250px;
	background-color:#fff;
	background-image:url('../images/contentbg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

	#main h1 {
		font-family:verdana;
		font-size:24px;
		color:#000;
		margin:0 0 20px 190px;
		font-weight:normal;
		text-transform:uppercase;
	}

		#main h1 span {
			font-size:32px;
			font-family:arial;
		}

	#main h2 {
		margin:25px 0 0 190px;
		font-family:arial;
		font-size:16px;
	}

	#main h3 {
		margin-left:190px;
	}

	#main p {
		width:560px;
		font-family:arial;
		color:#383838;
		margin:0 0 12px 190px;
		line-height:20px;
		font-size:14px;
	}

		#main p a {
			color:#3c30d8;
			text-decoration:none;
		}

			#main p a:hover {
				color:#e62020;
			}

		#main p.contact {
			font-size:18px;
			line-height:24px;
			margin-left:350px;
		}
	
		#main p.services {
			font-size:12px;
		}
		
			#main p.services span {
				font-size:16px;
				font-weight:bold;
				text-decoration:underline;
				line-height:28px;
			}				

		#main table td p {
			width:330px;
			font-size:12px;
			margin-left:0px;
		}

			#main table td p span {
				font-size:16px;
				font-weight:bold;
				text-decoration:underline;
				line-height:22px;
			}

	#main table {
		margin:5px 0 25px 190px;
	}

ul.nav {
	position:absolute;
	margin:64px 0 0 0;
	left:15px;
	padding:0px;
	list-style-type:none;
}

	ul.nav li {
		font-family:verdana;
		font-size:16px;
		color:#e62020;
		line-height:22px;
		margin:0px;
	}

		ul.nav li a {
			text-decoration:none;
			color:#000;
		}

			ul.nav li a:hover {
				color:#e62020;
			}


#footer {
	width:840px;
	height:60px;
	background-image:url('../images/footerbg.gif');
	background-position:left top;
	background-repeat:repeat-x;
	color:#fff;
	margin:25px 0 15px 0;
}

	#footer ul {
		padding:0px;
		list-style-type:none;
		margin-left:0px;	
	}

		#footer ul li {
			float:left;
			color:#fff;
			font-family:verdana;
			font-size:12px;
			margin:8px 16px 0 0;
		}

			#footer ul li.left {
				width:242px;
				font-family:arial;
				font-size:18px;
				margin:8px 0 0 15px;
			}

#slideshow-container	{ 
	width:560px; 
	height:400px;
	margin-left:190px;
	margin-bottom:30px; 
	position:relative; 
}

#slideshow-container img { 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1; 
}

.toc	{ 
	position:absolute; 
	left:0; 
	bottom:20px; 
	z-index:2; 
	display:block; 
	width:20px; 
	background:#860040; 
	color:#fff; 
	text-align:center; 
	padding:3px; 
	text-decoration:none;
	font-family:verdana; 
}

.toc-active	{ 
	background:#fff; 
	color:#860040; 
}

#next	{ 
	position:absolute; 
	top:20px; 
	right:20px; 
	z-index:2; 
	display:block; 
	width:30px; 
	background:#860040; 
	color:#fff; 
	text-align:center; 
	padding:3px; 
	text-decoration:none; 
	font-weight:bold;
	font-size:26px;
}

#previous	{ 
	position:absolute; 
	top:20px; 
	right:65px; 
	z-index:2; 
	display:block; 
	width:30px; 
	background:#860040; 
	color:#fff; 
	text-align:center; 
	padding:3px; 
	text-decoration:none; 
	font-weight:bold;
	font-size:26px;
}