body {
	margin: 0;
	padding: 0;
	background-image: url(images/cloudbackground.jpg);
	font: normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #515151;
}

#wrap{
	margin:0 auto;
	width:800px;
	height:600px;
}

#header1{
clear:both;
margin:0;
padding:0;
height:100px;
}

#main1{
	clear:both;
	background-image: url(images/cloudinner_back.jpg);
	margin:0;
	padding:0;
	height:680px;
}

#top{
clear:both;
margin:0;
padding:0;
height:230px;
}


/* Logo */

#logo {
	float: left;
	width: 174px;
	padding: 0px 0 0 114px;
	height:206px;
	top:330px;
	position: absolute;
}

#flashintro {
	float: right;
	width: 506px;
	padding: 0px 0 0 0;
	height:206px;
	left: 523px;
	top:330px;
}

#textintro {
	float: right;
	width: 498px;
	padding: 23px 0 0 0;
	left: 523px;
	top:570px;
	font: normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#just {
	float: right;
	width: 504px;
	padding: 44px 0 0 0;
	height:190px;
	left: 523px;
	text-align: right;
}

#justnav {

    width: 800px;
    padding: 0px 0 0 0;
	height:178px;
	top: 610px;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #006633;
}

a:hover {
	text-decoration: none;
}
a.orangeLink
{
	text-decoration: none;
	color:Orange;
	font-weight:bold;
}
a.orangeLink:hover
{
	text-decoration: none;
	color:Orange;
	font-weight:bold;
}
a.redLink
{
	text-decoration: none;
	color:Red;
	font-weight:bold;
}
a.redLink:hover
{
	text-decoration: none;
	color:Red;
	font-weight:bold;
}
a.whiteLink
{
	text-decoration: none;
	color:White;
}
a.whiteLink:hover
{
	text-decoration: none;
	color:White;
}
a.boldWhiteLink
{
	text-decoration: none;
	color:White;
	font-weight:bold;
}
a.boldWhiteLink:hover
{
	text-decoration: none;
	color:White;
	font-weight:bold;
}


/* Menu */

#menu {
	float: left;
	width: 760px;
  background-color:#91A773;
}


/* Content */
#content {
	width: 800px;
	margin: 0 auto;
	height:800px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 30px;
	text-align: center;
}
