@charset "utf-8";
BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: f5a5a5;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-position: left top;
}

DIV.divBody{
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size:15px;
	min-height:300px;
}

DIV.divPadding{
	width:850px;
	text-align:left;
	color:#5A6C8F;
}

DIV.divNavigation{
	background-image: url(../images/navigation.png);
	background-repeat: repeat-y;
	background-position: center top;
	height:51px;
	line-height:51px;
	color:#ffffff;
}

DIV.divNavigation span		{font-size:18px;padding:0px 5px 0px 5px;color: #EAA29F;}
DIV.divNavigation a			{font-size:18px;padding:0px 5px 0px 5px;}
DIV.divNavigation a:link 	{color: #ffffff; text-decoration: none;}
DIV.divNavigation a:visited {color: #ffffff; text-decoration: none;}
DIV.divNavigation a:active 	{color: #ffffff; text-decoration: underline;}
DIV.divNavigation a:hover 	{color: #ffffff; text-decoration: underline;}


DIV.divCopyright{
	color:#ffffff;
	width:920px;
}
#fjs-flickrphoto{
	border:solid 1px #DFDFDF;
	width:500px;
}
#fjs-flickrphotonav{
	margin:10px;
}

H2{
	color:#D27B71;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
H3{
	color:#5A6C8F;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}