html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#F0F;
}
h2{
	font-family:"Comic Sans MS", cursive;
	font-size: 18px;
	color:#F0F;
	font-weight:bold;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body{
	background: #87C5C2 url(images/bg.gif) repeat;
	color:#000;
	font-family:"Comic Sans MS", cursive;
	margin: 60px 0 0;
	position: relative;
}
#adminLink{
	min-height: 20px;
	min-width: 20px;
	position: relative;
	left:850px;
	top:-44px;
}

#adminLink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#F0F;
	font-weight:bold;
}	
#fulllwrapper{
	width:762px;
	margin: auto;
	position: relative;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 761px;
	position: relative;
	padding-top: 68px;
}


#body {
	background: url(images/body_bg.gif) repeat-y;
	color: white;
	width: 100%;
}
#body-top {
	background: top left url(images/body_top.gif) no-repeat;
	position: relative;
}
#body-bot {
	background: bottom left url(images/body_bot.gif) no-repeat;
	padding-bottom: 17px;
}
#body-top-2 {
	position: absolute;
	top: 12px;
	left: 251px;
	width: 496px;
	height: 11px;
	background: top left url(images/body_top_2.gif) no-repeat;
}



#logo{
	background:url(images/cakeLogo.gif) no-repeat;
	position: absolute;
	left:-34px;
	top:-44px;
	width:166px;
	height:188px;
	margin:auto;
	z-index:10;
}
#namelogo{
	background:url(images/nameLogo.gif) no-repeat;
	position: absolute;
	left:85px;
	top:-35px;
	width:120px;
	height:90px;
	margin:auto;
	z-index:10;
}
#leftimg{
	margin:0px 15px 0px 15px;
	height:130px;
}
h1 {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family:"Comic Sans MS", cursive;
}
#nav {
	position: absolute;
	top: 43px;
	left: 200px;
	
}
#nav  a {
	background-image:url(images/menu.gif);
	width:110px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#FFF;
	font-weight:bolder;
}
#nav  a:hover {
	/*color:#544e38;*/
	color:#FFFFFF;
	background-image:url(images/menu_hover.gif);
	z-index:15;
}

#body-bot {
	padding-top: 12px;
}
#welcome {
	float: left;
	width: 231px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}
#welcome a {
	color:#900;
}


#welcome a:hover {
	color: #CFCCBF;
}
#welcome h2 {
	text-align: center;
	margin: 11px;
	color:#900;
	font-size:24px;
}
#welcome p {
	margin: 0px 10px;
	font-size:14px;
	color:#900;
}
#welcome .more {
	margin-top: 18px;
	margin-bottom: 10px;
}
.errorText{
	font:"Arial, Helvetica, sans-serif";
	color:#F00;
}
#content {
	float: left; 
	/* width: 455px; */
	width: 715px;
	margin: auto;
	padding-right: 34px;
	padding-top: 60px;
	padding-left: 30px;
	color:#000;
	font-family:"Comic Sans MS", cursive;
	font-size:16px
}
#content .left {
	margin-right: 10px;
}
#content a {
	color: #5A5644;
}
#content a:hover {
	color: #26241A;
}

#intro {
	margin: 12px;
}

.fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-bottom: 12px;
}

.fineline-flat {
	border-bottom: 1px solid #D3CAA9;
}

.fineborder {
	border: 1px solid #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 11px;
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(images/bar_lit.gif) no-repeat;
}
.bar-drk {
	padding-left: 6px;
	background: 0px 4px url(images/bar_drk.gif) no-repeat;
}

#picbar {
	background: #A3A189;
	width: 415px;
	margin: 2px 0 19px 0;
}

#arr-left, #arr-right  {
	float: left;
	width: 15px;
}

.picbox {
	float: left;
	width: 117px;
	padding: 2px;
	border: 1px solid #8B846A;
	margin: 5px 0px 5px 4px;
}

#picbar img {
	display: block;
}

#arr-right {
	margin-left: 4px;
}

#planer {
	float: left;
	width: 440px;
	padding-right: 20px;
	padding-top: 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
#plannerTxt{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	left:200px;

}
#stories {
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}

#stories .li{
	 list-style:circle;
	 padding-bottom:2px;
 	
}
#planer p, #stories p {
	margin: 4px 0px;
}

#planer .more, #stories .more {
	margin: 12px 0px;
}

.clear-flat {
	margin-bottom: 4px;
}


/* footer */

#footer{
	/*background: #87C5C2 url(images/bg.gif) repeat;*/
	clear: both;
	float: left;
	margin: 0;
	padding-bottom: 5em;
	width: 100%;
}

#footer_content{
	color: #888;
	height: 360px;
	margin: auto;
	width:761px;
}

#footer_content ul{
	float: left;
	margin: 20px 0 10px;
	padding-right: 30px;
}

#footer_content ul li{
	background: url(images/header_navi_bg.gif) left bottom no-repeat;
	float: left;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 12px;
}

#footer_content ul li.no_bg{
	background: none;
}

#footer_content ul li a{
	background-color: transparent;
	color: #555;
	font-size: 13px;
}

#footer_content p{
	clear: left;
	float: left;
	font-size: 11px;
	margin: 0px;
	padding-right: 30px;
	text-align: right;
	width: 100%;
}

#footer_content p a{
	background-color: transparent;
	color: #666;
}