/* CSS Document */
body{
margin:0;
padding:0;
background-image:url(../images/topslice.png);
background-repeat:repeat-x;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000033;
}


#shell{
width:100%;
height:100%;
}

#header{
position:relative;
width:100%;
height:189px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
}

#navigation{
position:relative;
width:100%;
height:auto;
background-color:#000033;
}

#nav2{
	position:relative;
	width:100%;
	height:auto;
	background-color:#839cca;
	float: left;
}

#content{
	width:100%;
	height:auto;
	position:relative;
	background-image:url(../images/contenttop.png);
	background-position:top;
	background-repeat:repeat-x;
	float: left;
	text-align:justify;
	}
	
#contentbox{
position:relative;
top:0px;
left:10px;
width:90%;
height:auto;
}


#footer{
	width:100%;
	height: auto;
	position:relative;
	background-color:#000033;
	color:#839cca;
	float: left;
}

#deco{
	position:fixed;
	top:0px;
	right:0px;
	width:341px;
	height: 100%;
	background-image:url(../images/tree.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#deco2{
	position:relative;
	width:400px;
	height: 50px;
	background-image:url(../images/blossom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float: right;
}
a.menu{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#839cca;
	margin:5px;
	font-size:small;
	}
	
a.menu:link{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#839cca;
	padding:5px;
	}
	
a.menu:visited{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#839cca;
	}
	
a.menu:hover{
	width:50px;
	height:auto;
	text-decoration:none;
	background-color:#839cca;
	color:#000033;
	}
	
	
a.menu:active{
	width:50px;
	height:auto;
	text-decoration:none;
	background-color:#839cca;
	color:#000033;
	}
	
a.menu2{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#000033;
	margin:5px;
	font-size:small;
	}
	
a.menu2:link{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#000033;
	padding:5px;
	}
	
a.menu2:visited{
	width:50px;
	height:auto;
	text-decoration:none;
	color:#000033;
	}
	
a.menu2:hover{
	width:50px;
	height:auto;
	text-decoration:underline;
	background-color:#000033;
	color:#839cca;
	}
	
	
a.menu2:active{
	width:50px;
	height:auto;
	text-decoration:none;
	background-color:#000033;
	color:#839cca;
	}
	
fieldset{
width:auto;
}
