@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#FFF;
}

.text_white {
	color:#FFF;
}

.significant{
		font-weight: bold;
		color: #fff;
		}

#photoholder {
  width:477px;
  height:414px;
  background:#4379bf url('/images/loading.png');
  background-repeat:no-repeat;
  background-position:center;
}

#thephoto {
  width:477px;
  height:414px;
}

#wrapper {
	width:800px; 
	margin:auto;
	background-color: #4379bf;
}

.align_left {
	text-align:left;
}

.align_right {
	text-align:right;
}

.align_center {
	text-align:center;
}

.color_white {
	color:#FFF;
}

.fineprint {
	font-size:9px;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

.headline1 {
	font-size:25px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#horz_bar {
	width:740px;
	height:35px;
	background-image:url(../images/bgbottom.jpg);
	background-repeat:repeat-x;
	margin:10px 25px 0 25px;
	padding:10px 10px 0 0; 
	font-weight:bold;
	text-align:right;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3f5876;
	}

#horz_bar a {
	color:#3f5876;
}

#horz_bar a:hover {
	color:#9ca9cd;
	text-decoration:none;
}

#content {
	width:740px;
	padding:0 30px 0 30px;
}
