@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #33ccff;
	background-image: url(images/bluegradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-image: url(images/bamboo.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header { 
	padding: 0;
	margin: 0;
} 
#sidebar {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
}
#bluetop {
	background-image: url(images/bluetop.png);
	background-repeat: no-repeat;	
}
#bluemid {
	background-image: url(images/bluemid.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#bluebottom {
	background-image: url(images/bluebottom.png);
	background-repeat: no-repeat;	
}
#pinktop {
	background-image: url(images/pinktop.png);
	background-repeat: no-repeat;	
}
#pinkmid {
	background-image: url(images/pinkmid.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#pinkbottom {
	background-image: url(images/pinkbottom.png);
	background-repeat: no-repeat;	
}
p {
	margin:0;
	padding:0 20px;
	font-size:13px;
	font-style:italic;
	color:#FFF;
}
.yellowbold {
	font-size:16px;
	color:#FF0;
	font-style:normal;
	font-weight:bold;
}
#mainContent { 
	margin: 0 0 0 340px;
	padding:0;
	width: 410px;
}
h1 {
	margin:0;
	padding:0 40px;
	font:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FF0;
}
img {
	margin:0;
	padding:1px 0px;
}
a:link, a:visited {
	color:#FF0;
	text-decoration: underline;	
}
a:active, a:hover {
	color:#FFF;
	text-decoration: underline;	
}
#navytop {
	background-image: url(images/navytop.png);
	background-repeat: no-repeat;	
}
#navymid {
	background-image: url(images/navymid.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#navybottom {
	background-image: url(images/navybottom.png);
	background-repeat: no-repeat;
}
#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/bamboofooter.png);
	background-repeat: no-repeat;
	height:86px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}