/* CSS Document */

body {
	background-color: #fec8d6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Comic Sans MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	}

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

#hd{
	background: url(../images/rainbow-top.gif) repeat-x;
	height: 43px;
	margin-bottom: 15px;
	}
	
#ft{
	background: url(../images/rainbow-bot.gif) repeat-x;
	height: 43px;
	}
	
#bd{
	width: 760px;
	padding: 35px 0 70px;
	margin: auto;
	background: url(../images/starback2.gif) top no-repeat;
	}

#bdcenter {
	margin: 0 0 0 60px;
	}

#copyright {
	width: 760px;
	padding: 0 0 10px 80px;
	margin: auto;
	font-size: 12px;
	}

#nav{
	float: left;
	width: 210px;
	}

#navitems {
	margin: 25px 0 0 33px;
	padding: 0;
	}

#navitems li{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navitems li a{
	display: block;
	height: 25px;
	background: url(../images/nav-hat1.gif) left top no-repeat;
	padding-left: 33px;
	}

#navitems li .navon{ background: url(../images/nav-hat2.gif) left top no-repeat; }

#navitems li a:hover{ background: url(../images/nav-hat2.gif) left top no-repeat; }

#content {
	float: left;
	width: 325px;
	padding: 0;
	margin: 60px 0 0 80px;
	}
	
.imgborder{
	border: solid 8px #FFFFFF;
	background: #FFFFFF;
	}

h1 {
	padding: 25px 0 5px 0;
	margin: 0;
	}
	
h2 {
	padding: 5px 0 0 0;
	margin: 0;
	}

h3 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 26px;
	color: #FF6699;
	}

h4 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
	color: #FF6699;
	}

.hr {
	background: url(../images/line.gif) no-repeat center;
	border: 0;
	height: 37px;
	margin: 0;
	padding: 0;
	}

img { border: 0 }

.clearfloat { 
	clear: left;
	display: none; 
	}

br { clear: both; }