body {
        margin:0;
        padding: 0;
        font-size:smaller;
		background: #fff;
		font-family:Verdana, Tahoma, Arial, Sanserif;
		text-align: center;
}

.home  {	background-color: #ff9; }
.home #footer a.admin  { color: #ff9; }

.about  { background-color: #cfc; }
.about #footer a.admin  { color: #cfc; }

.forms  { background-color: #ea3; }
.forms #footer a.admin  { color: #ea3; }

.memories  { background-color: #eee; }
.memories #footer a.admin  { color: #eee; }

.store  { background-color: #ccf; }
.store #footer a.admin  { color: #ccf; }

.gallery  { background-color: #eee; }
.gallery #footer a.admin  { color: #eee; }

.viewer  { background-color: #eee; }
.viewer #footer a.admin  { color: #eee; }

a  {
	color: #acf;
}

a:hover  {
	color: #fff;
}

a:visited  {
	color: #ffc;
}

a img  {
	border: 1px solid black;
	padding: 2px;
}

a.bkmark  {
	color: #ddd;
}

a.bkmark:hover  {
	color: #ddd;
}
	
h2 {
	font-size:175%;
	padding: 0 0 10px 0;
	margin: 0;
	letter-spacing: 2px;
	font-family: "Courier New", monospace;
	border-bottom: 1px dashed #ddd;
}

h2:first-letter {
	font-size: 175%;
	float: left;
}

h3  {
	font-family: monospace;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 1px;
	padding-top: 10px;
}

.clr {
	clear:both;
}

.centered  {
	text-align: center;
}

.contents  {
	padding: 0;
}

.contents li {
	list-style-type: none;
	display: inline;
	padding: 0 25px 0 0;
}

.contents li a {
	color: #fff;
	text-decoration: none;
}

.contents li a:visited  {
	color: #fff;
}

.backtotop {
	float: right;
}

.backtotop a {
	color: #ccc;
	text-decoration: none;
}

.backtotop a:visited  {
	color: #ccc;
}

.highlight  {
	font-weight: bold;
}

.indent  {
	text-indent: 25px;
}

.indent ul  {
	padding-top: 0;
	text-indent: 0;
}

.inline  {
	float: left;
}

.note  {
	font-style: italic;
	padding-top: 15px;
}

.two_cols  {
	margin: 0;
	padding: 0;
	float: left;
	width: 48%;
	margin-top: 20px;
}


/* Background divs */
#container {
	margin: 30px auto;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	height: 736px;
	width: 970px;
}

#bg-top {
	background: url("images/bg-top.png");
	background-position: 1px 0;
	height: 29px;
	width: 951px;
	margin: 0;
	padding: 0;
}

#bg-left {
	background-image: url("images/bg-left.png");
	height: 649px;
	width: 29px;
	margin: 0;
	padding: 0;
	float: left;
}

#bg-right  {
	background: url("images/bg-right.png");
	height: 649px;
	width: 29px;
	margin: 0;
	padding: 0;
	float: left;
}

#bg-btm {
	background: url("images/bg-btm.png");
	height: 29px;
	width: 951px;
	margin: 0;
	padding: 0;
	clear: both;
}

#bg-main {
	background-color: #000;
	height: 649px;
	width: 893px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#pagecontent  {
	color: #ddd;
	line-height: 150%;
	padding: 5px 20px 5px 20px;
	margin: 30px auto;
	height: 520px;
	width: 800px;
	text-align: left;
	overflow: auto;
}	

#pagecontent .noscroll  {
	height: 510px; /* #pagecontent - padding*/
	width: 760px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}


/* Menu styles */
#top_menu {
	color: #ccc;
	margin: 0 auto;
	height: 60px;
	width: 840px;
	text-align: left;
	padding: 0;
}

#top_menu ul {  padding: 0; margin: 0; list-style:none;  }

#top_menu ul li {  padding: 0; margin: 0; display:inline;  }

#btn_1home		{  background: url("images/btn-home.png") #fff;  }
#btn_2about		{  background: url("images/btn-about.png") #fff;  }
#btn_3forms	 	{  background: url("images/btn-forms.png") #fff;  }
#btn_4memories	{  background: url("images/btn-memories.png") #fff;  }
#btn_5store		{  background: url("images/btn-store.png") #fff no-repeat;  }

.menu_item  {
	color: #000;
	float: left;
	height: 50px;
	width: 115px;
	font-size: large;
	margin: 8px 0 0 30px;
	padding: 5px;
	font-size: x-small;
}

.menu_item .ie {
	height: 50px;
	width: 115px;
}

#top_menu ul li a {
	list-style:none;
	text-decoration:none;
	color:#000;
}

#top_menu ul li a:hover {
	text-decoration:none;
	background: #000;
}

#top_menu ul li a:visited {
	text-decoration:none;
	color: #000;
}

a:hover .menu_item   {
	margin-top: 0;
}

a.active .menu_item  {
	margin-top: 4px;
	font-weight:bold;
}


/* Safari TopMenu Fix */
#top_menu ul li a.safari {
	border:none;
}

#top_menu ul li a.safari:hover {
	background:none;
}


/* Footer styles */
#footer  {
	margin: 0;
	padding: 0;
	line-height: 200%;
}

#btm_menu  {
	color: #666666;
	margin: 10px;
	text-align: center;
}

#footer a   {
	color: #666666;
	text-decoration:none;
}

#btm_menu a:hover {
	text-decoration:underline;
}

#credits  {
	padding: 10px;
}

#credits a {
	color: #cc9;
	text-decoration: none;
}


/* About page  */
.contacts  li {
	padding: 8px 0 8px 0;
	font-weight: bold;
}

.contacts ul li  {
	padding: 2px 0 2px 0;
	font-weight: normal;
	list-style-type: none;
}

/* Memories pages */
.mem_dates  {
	font-size: larger;
	font-weight: bold;
	list-style-type: none;
	line-height: 200%;
}

.mem_dates ul  {
	font-size: 90%;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 15px;
}

a.gallery_nav  {
	text-decoration: none;
}

.gallery_thumbs  {
	margin: 4px 0 0 0;
	text-align: center;
}

.gallery_thumbs img  {
	margin: 4px 4px 0 0;
}

/*  Store  */
.store_item  {
	border: 2px solid #aaa;
	margin: 15px 25px 15px 25px;
	background-color: #222;
	color: #eee;
}

.store_pic  {
	float: left;
	padding: 25px;
}

.store_desc  {
	padding: 15px 25px 25px 0px;
}

.store_desc h3  {
	padding-top: 0;
}


/* Photo viewer styles */
#pagecontent .viewer  {
	background-color: #000;
}

#pagecontent .viewer  .nav {
	padding: 10px 0 25px 0;
}

#pagecontent .viewer .nav  a {
	text-decoration: none;
	color: #ccc;
}

#pagecontent .viewer .nav  a:hover {
	color: #fff;
}

.nav_prev  {
	float: left;
	text-align: left;
	width: 33%;
}

.nav_next  {
	float: right;
	text-align: right;
	width: 30%;
}

.nav_up  {
	float: left;
	text-align: center;
	width: 33%;
}

.viewer .pic  {
	clear: both;
	text-align: center;
}

.viewer .caption  {
	margin-top: 0px;
}

/* Admin page styles */
.login_box  {
	background-color: #333;
	border: 2px solid #ccc;
	margin: 35px auto;
	padding: 25px;
	text-align: center;
	width: 35%;
}

.login_box .pwd  {
	display: block;
	margin: 10px;
	text-align: left;
}

.admin_btn {
	margin: 15px;
}

.cp_link  {
	font-size: large;
	padding: 25px;
}

.editor {
}


	#submenu {
		height:99px;
		background:url(submenubg.gif) repeat-x;
		font-size:9pt;
		padding-left:18.5%;
	}
	#submenuholder {
		width:100%;
	}

	#pageheader {
		background:url(version.jpg) no-repeat;
		height:105px;
		padding-left:150px;
		color:#D9DDE1;
		font-size:9pt;
	}

	#latest {
		float:left;
	}

	#login {
		padding-left:70px;
		float:left;
	}


