body{
	font: small "Lucida Grand", "Lucida Sans Unicode", Helvetica, verdana, arial, sans-serif;
	color:#666;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #C2E9F9;
}

.light {
		font-weight: lighter;

}
.bold {
	font-weight: bold;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: white;
margin-top:10px;
}

#product{
	height:240px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.rightmainimage{
margin: 15px;
float: left;
}

.leftmaintext{
padding: 15px;
}

/* Header */

#side-a {
float: left;
width: 400px;
margin-top:5px;
}

#side-b {
	margin: 0;
	padding-right:20px;
	float: right;
	height: 1% /* Holly hack for Peekaboo Bug */;
	text-align: right;
}

h6{
	color:#CFDDED;
	margin:20px 0px -10px 30px;
}

#topsection{
background: white;
height: 90px;
}

#spacer{
background: #C2E9F9;
height: 10px;
}

#nav{
float:right;
}

#image{
background: white;
height: 278px; /*Height of top section*/
padding-bottom:16px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}




/* Main text */


#contentwrapper{
	float: center;
	width: 95%;
	height: 340px;
}

#contentcolumn{
margin-right: 425px; /*Set right margin to RightColumnWidth*/
background-image:url(space.png);
background-position: top right;
background-repeat:no-repeat;
background-attachment:fixed;
}

#rightcolumn{
float: left;
width: 420px; /*Width of right column*/
margin-left: -420px; /*Set left margin to -(RightColumnWidth) */
background: #fff;


}


/* Footer */


#footer{
clear: left;
font-size:12px;
text-transform:uppercase;
background: #C2E9F9;
color: #92AFBB;
text-align: left;
padding: 0px 19px;
padding-top:18px;
padding-bottom:18px;
}

#footer a{
color: #92AFBB;
text-decoration:none;
}

