* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}

a {
text-decoration: none;
color: #CC0001;
}
a:hover {
text-decoration: underline;
color: #666;
}
ul { list-style-type: none; margin: 0; padding-left: 0px; }
ul li { padding: 0 0 3px 0; border-bottom: 1px dotted #000; }
ul li a { }
ul li a:hover { text-decoration: none; color: #000; }
img { border: none; }

#wrap {
margin: 0px auto;
margin-top:25px;
width: 960px;
background-color: #d3dcec;
padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#header {
	width:100%;;
}
#header h1 { 
font-size: 50px;
font-weight:bold;
letter-spacing: -1px;
color: #000;
margin: 0;

}
#header h1 a { 
color: #CC0001;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #aaa;
}


#bottom {
height:auto;
color: #fff;
overflow:auto;
position:relative;
}


#footer { 
margin: 0 5px;
font-family: "Myriad Pro", sans-serif;
background: #ccddec;
height: 24px;
line-height: 24px;
color: #005DAA;
font-size: 13px;
padding: 0 10px;
}
#footer a { color: #003a6a; }
#footer a:hover{color: #005dab; }
.top_text{ background-color:#0055a0; color:#fff; width:500px; height:auto; padding:20px; text-align:center; font-family:Verdana, Geneva, sans-serif;

-moz-box-shadow: 3px 3px 10px #888;
-webkit-box-shadow: 3px 3px 10px #888;
box-shadow: 3px 3px 10px #888;
}



/* Image gallery */

.photo img {
margin: 0 auto 1px auto;
border: 3px solid #fff;
background-color:#FFF;
-moz-box-shadow: 3px 3px 5px #888;
-webkit-box-shadow: 3px 3px 5px #888;
box-shadow: 3px 3px 5px #888;
}
.photo p {
margin: 2px 0 0 2px;
line-height: 1;
color: #7ba0c0;
font-weight: bold;
padding: 3px 5px;
}



.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: auto;
			background-color: #005DAA;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid #99bddc;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
