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

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#79D9FF;
	font-size:16px;
	line-height: 22px;
}
p {
	font-size:13px;
	color:#666666;
	line-height:20px;
	margin:0;
	padding:0 0 15px 0;
}
p.intro {
	font-size: 22px;
	font-style:italic;
	line-height:28px;
}
img {
	border:0;
}
.central {
	text-align: center;
}
h1 {
	padding:0;
	margin:0 0 10px 0;
}
h2 {

	padding:0;
	margin:0 0 0 0;
}

h2.intro {
	font-size:13px;
	color:#666666;
	line-height:20px;
	margin:0;
	padding:0 0 15px 0;
	font-weight:normal;
}

h3 {
	padding:0;
	margin:0 0 16px 0;
}

a {
	color:#79D9FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.break {
	height:1px;
	clear:both;
	overflow:hidden;
}

#container {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: 140px;
	width: 100%;
	background-color: #79D9FF;
}
#header {
	background-image:urljem_header.gif);
	background-repeat:no-repeat;
	height:140px;
	background-position:center top;
	margin: 0px;
	background-color: #79D9FF;
}
#navigation {
	width: 100%;
	padding-top: 8px;
}
#buttons   {
	text-align: center;
}
#maincontent {
	text-align: left;
	width: 900px;
	float: left;
}
#centralwrap {
	padding-top: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 945px;
}
#left {
	float: left;
	width: auto;
	height: 650px;
	vertical-align: middle;
	padding-left: 100px;
}
#right {
	float: right;
	width: auto;
	height: 650px;
	padding-right: 100px;
}
#abouttext {
	text-align: left;
	padding-left: 30px;
	float: right;
}
#showright {
	float: right;
	width: auto;
	height: 650px;
	padding-left: 10px;
}
#showleft {
	float: left;
	width: auto;
	height: 650px;
	vertical-align: middle;
	padding-right: 20px;
}
#homecontainer {
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	background-color: #6FD0FF;
	padding-top: 0px;
}
#homewrap {
	padding-top: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
