/* General Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;  /*TO make the page container float in the middle, use 'center' */
	background-color: #0d93c9;
	background-image: url(images/bg_repeat.png);
	background-repeat: repeat-x;
}

p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0px;
	line-height: 1.5em;
}

a{
	color: #11498B;	/*text-decoration: none;*/
}

/* ---- XHTML 1.0 Strict (and Transitional for IE6) CSS workaround - closes gap under all images */
img {
	display: block;
	border: none;
}
/*
object,embed {
	 For Flash - didn't use (display: block;) which causes DW to double height 
	vertical-align: bottom;
}*/
/* ---- END FIX ---- */

h1, h2, h3, h4 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding: 0px;
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #f8b013;
}

h2{
	font-size: 1.25em;
	color: #f8b013;
	font-weight: bold;
}
h3{
	font-size: 1em;
	color: #f8b013;
	text-decoration: none;
	font-weight: bold;
}
h4{
	font-size: 1em;
	text-decoration: none ;
	font-weight: bold;
}


hr{
	color: #000000;
}

/* --------------------------------------- */
/* Main DIV/shared Styles */

#pageContainer { /* Contains and centres the entire contents of each page */
	width: 818px;
	text-align:left;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 0px;
}

#header {
	width:818px;
	height:326px;
	margin-top: 0;
	padding:0;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #title {
	width:410px;
	height:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	padding-top: 150px;
	padding-left: 235px;
}


#header #banner {
	width:482px;
	height:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #aa0000;
	padding-top: 18px;
	padding-left: 235px;
}

#text {
	width:818px;
	height:216px;
	margin-top: 0;
	padding:0;
	background-image:url(images/text_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	overflow: visible;
}

#text #col1{
	width:520px;
	height:auto;
	margin-top: 0;
	padding-left:32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	float: left;
}
#text #col2{
	width:auto;
	height:auto;
	padding-top: 135px;
	padding-left:56px;
	float: left;
}

#screenshots {
	width:818px;
	height:255px;
	margin-top: 0;
	padding:0;
	background-color: #FFF;
	overflow: visible;
}

#base {
	width:818px;
	height:419px;
	margin-top: 0;
	padding:0;
	background-image:url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
}
#base #textArea{
	width:280px;
	height:80px;
	padding-left:32px;
	padding-top:330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
#base #textArea a {
	color: #fffabf;
	text-decoration: none;
}
#base #textArea a:hover {
	text-decoration: underline;
}

#footer {
	height: auto;
	width: 818px;
	margin-top: 35px;
	border-top-width: 1px;
	color: #BBEFF8;
	font-size: 0.9em;
	padding-top: 10px;
	clear: both;
	float: none;
	margin-bottom: 20px;
	display: block;
}
#footer a {
	color: #BBEFF8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

