* {
	margin: 0;
	padding: 0;
}

body {
background: #333399;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 90px;
background: #554d42 url(images/header0.jpg) no-repeat;
}
#header h1 { 
font-size: 43px;
letter-spacing: -4px;

padding: 17px 0 30px 5px;
color: #000099;
}
#header h1 a { 
color: #e2e2e2;
text-decoration: none;
font-weight: 900;
letter-spacing: -4px;

}
#header h1 a:hover {
color: #fff;
}

#menu {

height: 30px;
background-color: #00d099;
}
#menu ul {
margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
  font-weight: bold;
}
#menu ul li {
display: block;
	width: auto;
	float: left;
	height: 30px;
	line-height: 30px;

	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style: none;
}
#menu ul li a {
display: block;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
	

}
#menu ul li a:hover, #menu ul li.active a

{
background-color: yellow;
	background-image: url(images/menu_bg_hover.gif);
	color: black;

}

#menu ul li.right
{
	float: right;
}


#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.flickr-thumbnail, .flickr-pullout {
	float: center;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 2px 0px;
	display: block;
	width: auto;
	position: relative;
	z-index:0;
	
	}

.flickr-thumbnail img, .flickr-pullout img {
		
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 2px -5px;
	 padding: 4px;
	 position: relative;
	 z-index:0;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}
#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
