body {
background-color: #ffffff; 
color: #000033; 
font-family: helvetica, sans serif;
font-size:14px;
margin:0px; 
float:center;
text-align: center;
}

a:link {
color:#000;
}


a:visited {
color:#666;
}

a:hover {
color:#f00;
}

a:active {
color:#f00;
}

#wrapper {
	text-align:left;
	}


#container {
	width: 820px;
	margin: auto;
	}

#top {
	width:820px;
	}

#horizontalbar {
	background-color: #e0e0ff; 
	border-bottom: 1px solid #9090aa;
	height: 31px;
	}

#left {
	width:250px;
	float:left;
	margin-top:5px;
	}

#right {
	width:565px;
	float:right;
	margin-top:5px;
	}


.logo {
	background-color: #ffffff;
	color:#50506a;
	font-size:32px;
	font-weight:900;
	padding:15px;
	}

.bar {
	padding:5px;
	text-align:left;
	}

.contents {
	background-color: #e0e0ff;
	padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}


/*  the navigation boxes */


.naventrybox {
background:#ff4400;
color:rgb(249,197,197);
padding:10px;
padding-bottom:15px;
margin-bottom:5px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}




/* small links inside navigation boxes */

.naventrybox a:link {
 font-weight:900;
 color:#fff;
text-decoration:none;
}

.naventrybox a:visited {
 font-weight:900;
 color:#fff;
text-decoration:none;
}

.naventrybox a:hover {
 font-weight:900;
 color:#ffbb00;
text-decoration:none;
}

.naventrybox a:active {
 font-weight:900;
 color:ff0;
text-decoration:none;
}



/* large links inside navigation boxes */

.naventrybox a:link.navtitle {
color:#fff;
font-size:28px;
line-height:36px;
font-weight:900;
text-decoration:none;
}

.naventrybox a:visited.navtitle {
color:#fff;
font-size:28px;
line-height:36px;
font-weight:900;
text-decoration:none;
}

.naventrybox a:hover.navtitle {
color:#ffcc00;
font-size:28px;
line-height:36px;
font-weight:900;
text-decoration:none;
}

.naventrybox a:active.navtitle {
color:#ff0;
font-size:28px;
line-height:36px;
font-weight:900;
text-decoration:none;
}

.tuck {
}


