body{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font: 10pt tahoma;
	background: #C9E3F6 url(../images/body_background.gif) repeat-x;
}
#outer{
   position: relative;
	height: 100%;
	text-align: right;
	margin: 10px auto ;
	background-color: White;
	padding: 10px;
	width: 720px;
   voice-family: "\"}\"";
	voice-family: inherit;
	width:700px;
}
#logo{
	height: 65px;
}
ul{
	list-style-type: none;
}
#nav{
	width: 100%;
	height: 30px;
	display: block;
	background-color: #FFCB80;
	padding: 0;
	margin: 0;
}
#nav li {
	float: right;
}
#nav li a
{
	font-family: Tahoma;
	font-size: 9pt;
	letter-spacing: -1pt;
	text-decoration: none;
	display: block;
	color: black;
	padding: 10px 8px 5px 8px;
}
#nav li a:hover
{
	background: #FFA11A;
}
#head{
	height: 200px;
	background-color: #64A4F5;
	margin-top: 2px;
	background: #C9E3F6 url(../images/bluebar.gif) repeat-x;
}

#packbox{
	background: url(../images/box.jpg) no-repeat;
	width: 133px;
	height: 198px;
	margin-right: 20px;
	float: right;
}
#headtext
{
	float: left;
	height: 180px;
	width: 450px;
	margin: 10px 0 10px 20px;
}
#content{
	margin: 15px 200px 0 0;
	height: 60%;
	padding: 15px;
	background: url(../images/shadow1.gif) repeat-y right;
}
#topshadow{
	width: 211px;
	height: 15px;
	position: absolute;
	top:315px;
	right:10px;
	background: url(../images/topshadow.gif) no-repeat top;
}
#right{
	position: absolute;
	top: 328px;
	width: 200px;
	height: 60%;
	right: 10px;
	padding-bottom: 20px;
	background: #FAFAFA;
}

h3{
	margin: 10px 1px;
	padding: 2px;
	background: url(../images/rbar.jpg) no-repeat right;
	font: 10pt tahoma;
}
#footer{
	width: 100%;
	height: 15px;
	background: #FF9900;
	
}