/* General Rules */
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: 'Lucida Grande','Segoe UI', 'Lucida Sans Unicode','Trebuchet MS', sans-serif;
	color: #FFFFFF;
}

/* Fullscreen Effect */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*overflow: hidden;*/
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*overflow: hidden;*/
	min-height: 570px;
}
#content {
	height:100%;
}

#mainContent {
	padding: 20px;
	margin-top: 150px;
	position: absolute;
}

#mainContent h1 {
	font-size: 24px;
}
#mainContent h2 {
	font-size: 20px;
}
#mainContent p, #mainContent li {
	font-size: 14px;
}
#mainContent a {
	color: #56A1D5;
	font-weight: bold;
}
#mainContent a.nostyle {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#logo {
	height: 71px;
	width: 364px;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}
#nav1 {
	height: 100px;
	width: 700px;
	position: absolute;
	margin-left: 400px;
}
.imgRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
