/* CSS Document */

#total_box {
	margin:0;
	background:#FFFFFF;
	color:#000000;
	width:1100px;
	height:auto;
	overflow: hidden;
	}

/*Banner Areas*/
				
/*special banner*/	
/*#repeat_banner {
	margin:40px 0 0 0;
	border:0;
	width:auto;
	padding:0;
	height:20px;
	background-color:#CCCCCC;
	background-image:url(graphics/specialbanners/happybirthdaydana.gif);
	background-repeat: repeat-x;
			}*/
			
#repeat_banner {
	margin:40px 0 0 0;
	border:0;
	width:auto;
	padding:0;
	height:20px;
	background-color:#CCCCCC;
	background-image:url(graphics/grey_banner.gif);
	background-repeat: repeat-x;
			}
	
#banner_right {
	margin:0;
	width:500px;
	height:40px;
	color:#000000;
	background-color:#FFFFFF;
	float:left;
				}

#banner_right img {
	position:absolute;
	left:430px;
	top:5px;
	} 	

#banner_left {
	margin:0;
	width:300px;
	height:40px;
	padding:0;
	background-repeat:repeat-y;
	background-color:#BFD9F2;
	float:left;
	}

	
#banner_left a:link, #banner_left a:visited {
	margin: 20px 0 0 1px;
	float:left;
	display:block;
	width:98px;
	height:20px;
	line-height:20px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background:#94B8E9 url(graphics/tab_gray.gif) no-repeat left top;
	text-align:center;
	}
	
#banner_left a:hover {
	background: #369 url(graphics/tab_green.gif) no-repeat left top;
	color: #fff;
	font-weight:bold;
	font-style:italic;
	}



/*columns*/
	
#column_left {
		margin:0;
		padding:20px 0 0 0;
		height:1000px;
		float:left;
		background-repeat:repeat-y;
		background:#BFD9F2;
		text-align:center
				}
				
#column_left {
	width:300px;
	}

				
#column_left hr {
				line-height:1px;
				color: #999999;
				width:250px;
				}
				
				
#column_left p {
	font-size: medium;
	padding: 12px 20px 0 20px;
	}

#column_right {
	padding-top: 20px;
	margin:0;
	width:auto;
	text-align: center;
						}	

	
/*Division for Lower Left Photo List */

#showpics {
	margin:0;
	padding:20px 0 0 0;
	height:400px;
	width:300px;
	float:left;
	background-repeat:repeat-y;
	background:#BFD9F2;
	text-align:center;
	font-size: 16px;
				}

#column_left a, #showpics a {
	color: #0000CC;
	}

#column_left p2 {
		font-size:small;
	}
	
#showpics a:link, #showpics a:hover, #showpics a:visited
	{
		font-weight: bolder;
	text-decoration: underline;}

#showpics a:hover, #column_left a:hover{
	font-style:italic;
	}

#showpics img {
	padding-top:50px;
	}
	

#column_right p {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px 30px 0 350px;
	}
	
/* Top Link Bar - Added Late 2008 */

/*#top_link {
	margin: 0;
	width:600px;
	height:20px;
	font-size:12px;
	text-align:center;
	float:left;
	}*/
	


