/* Flickr bits styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto 0;
	text-align:center;
	background:url('/img/gradback1.png') repeat-x;
}

a:link { color: #009966; text-decoration: underline; }
a:visited { color: #009966; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }

#menu a:link, #menu a:visited {
	font-weight:bold;
	text-decoration:none;
	}

#col {
	margin: 5px auto 0;
	text-align:left;
	width:700px;
	position:relative;
	background: url('/img/middleback.png') repeat-y;
	}
	
#logo {
	background: #fff url('/img/topback.png') no-repeat bottom left;
	height:100px;
	}
	
#logo img {
	margin:30px 0;
	}	
	
#menu {
	font: 13px Arial, Helvetica, sans-serif; 
	color: #ccc;
	position:absolute;
	top:62px;
	right:15px;
	}
	
h1 {
	clear:both; 
	font: normal 32px Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin-top: 20px; 
	margin-bottom: 20px;
	padding-left:30px;
	background: url('/img/middleback.png') repeat-y;	
	}
	
h2 { 
	font: normal 20px Arial, Helvetica, sans-serif; 
	color: #006633; 
	margin-bottom: 5px;
	display:block;
	width:400px;
	}
	
h2 a:link { color: #006633; text-decoration: none; margin-bottom:0}
h2 a:visited { color: #006633; text-decoration: none; }
h2 a:hover { color: #FFFFFF; text-decoration: none; background: #FF0084; }
h2 a:active { color: #FFFFFF; text-decoration: none; background: #FF0084; }

h3	{
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: black; 
	margin-bottom: 5px; 
	}	
	
.summary {
	float:right;
	width:160px;
	margin:0;
	padding:0 25px 0 10px;
	color:#666;
	background:transparent
	}
	
.content {
	padding:0 250px 0 30px;
	}
	
.Confirm { 
	font: bold 14px Arial, Helvetica, sans-serif; 
	padding-left: 25px; padding-bottom: 10px; 
	background: url(/img/icon_confirm.jpg) no-repeat left top; 
	text-align: left; 
	vertical-align: middle; 
	width: 100%; 
	color: #000000; }
	
.crumbs {
	width: 100%;
	background:#f3f3f3; 
	padding: 6px;
	}

br.break {
	clear:both
	}

div.content ul {
	margin: 0;
	padding-left:20px;
	}

div.content ul li ul.submenu	{
	margin: 5px 0
	}