* html
{
margin:0;
padding:0;
}
body
{
background: url(images/stripeslice.jpg) repeat top center;
margin: 0;
padding: 0;
min-width: 750px;
}
#content-wrapper
{
float: left;
width: 60%;
margin-left: 2%;
}

 
.header
{

background: url(images/stripeheader.jpg) no-repeat center top;
height: 190px;

}
.header h1
{text-indent: -9999px;
}

#content .box
{
width: 90%;
margin-left: 2%;
background: url(images/boxbottomleft.jpg) no-repeat left bottom;


}
#content .box-outer
{
background: url(images/boxbottomright.jpg) no-repeat right bottom;
padding-bottom: 5%;
}
#content .box-inner{
background: url(images/boxtopleft.jpg) no-repeat left top;
}
#content .box h1
{ background: url(images/boxtopright.jpg) no-repeat right top;
padding-top: 5%;
font-family: lucida fax;
font-style: italic;
color: #c3d1e1;
text-align: center;
}
#content .box h1, #content .box p
{
padding-left: 5%;
padding-right: 5%;
list-style-type: none;
}
#content .box p
{
color: #dcebfb;
}

#nav
{
width: 38%;
float: right;
}

#nav .box
{
width: 90%;

background: url(images/boxbottomleft.jpg) no-repeat left bottom;


}
#nav .box-outer
{
background: url(images/boxbottomright.jpg) no-repeat right bottom;
padding-bottom: 8%;
}
#nav .box-inner{
background: url(images/boxtopleft.jpg) no-repeat left top;
}
#nav .box h1
{ background: url(images/boxtopright.jpg) no-repeat right top;
padding-top: 8%;
font-family: lucida fax;
font-style: italic;
color: #c3d1e1;

}
#nav .box h1, #nav .box ul, #nav .box ul li, #nav .box ul li a
{
padding-left: 2%;
padding-right:2%;
list-style-type: none;
text-align: center;
}
#nav .box ul li, #nav .box ul li a
{
color: #dcebfb;
padding-top: 10px;

}
 #nav .box ul li a:hover, #nav .box ul li a:active

{
color: #0aa2bc;
padding-top: 10px;

}


