body {
	background-color: #00CCFF;
	font-family: Ariel, "Trebuchet Ms", sans-serif;
	background: url('background.gif') scroll repeat center;
	border-top: 1px solid gray;
	border-bottom: 2px solid gray;
	margin: 0 auto 0 auto;
}

img {
	border: none;
}

#wrap {
	width: 620px;
    margin: 0 auto 0 auto;
}

#header {
	background-color: #21A9B2;
	height: 109px;
}	

#header img.logo {
	float: left;
}

#header h1 {
	color: white;
	font-size: 20px;
	font-family: Ariel, "Trebuchet Ms", sans-serif;
	margin-left: 200px;
}

#header h2 {
	color: white;
	font-size: 14px;
	font-family: Ariel, "Trebuchet Ms", sans-serif;
	margin-left: 200px;
	margin-top: -10px;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	
}

#content {
	background-color: white;
	border: 1px solid #999999;
	margin: 10px 300px 0 0;
	height: 457px;
}

#content h3 {
	padding-left: 15px;
	font-size: 17px;
}

#content p {
	padding: 0 10px 0 15px;
	font-size: 14px;
}

#sidebar {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
}

#sidebar img {
	display: block;
}


#footer {
	background:#F6FAFC none no-repeat scroll 0 0;
    border-top: 1px dotted #999999;
	border-bottom:1px dotted #999999;
	color:#999999;
	font-size:12px;
	margin:10px 0 0 0;
	text-align:center;
    width: 100%;
}

#footer ul li {
	display: inline;
	padding: 4px;
}

#footer a:link {
       color: blue;
}

#footer a:visited {
       color: blue;
}

#footer a:hover {
       color: blue;
}

#footer a:active {
       color: blue;
}

#footertoo { 
 width: 100%;
 color: #999;
 font-size: 10px;
 text-align: center;
 background: #f6fafc;
 margin: 0px 0px 10px 0px;
 }

#footertoo li {float:left; list-style:none; padding:0px 3px; font-size:9px;}
#footertoo ul {padding:0px; margin:0px; }

#footertoo a:link {color: #999; text-decoration: none;} 
#footertoo a:visited {color: #999; text-decoration: none;} 
#footertoo a:hover {color: #999; text-decoration: underline;} 
#footertoo a:active {color: #999; text-decoration: none;}

