/* unlicensed to kill local eyes and ears 
   CSS Document 
*/

/* begin site common elements */

.a img { border-style: none; margin: 0; }

body { 
	background-color: #ccc;  
	color: #333; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
	line-height: 1.5em;
	margin: 15px auto;
	width: 980px; 
}

li { margin-left: 25px;}

p { line-height: 1.5; text-align: justify; }
p + p { margin-top: 1em;  text-align: justify; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_top { vertical-align: top; }
.bold { font-weight: bold; }
.clear { clear: both;}

/* 
 * end common elements
 */


.content { background-color: #fff; min-height: 850px; padding: 15px 15px 30px 15px; width: 960px;}
.content h1 { font-size: 16px; font-weight: bold; line-height: 45px; vertical-align: baseline;   }

#navigation ul { text-align: center; }
#navigation li { display: inline-block; font-size: 16px;  padding: 10px 0px; text-align: center; }
#navigation li a { color: #069;}
#navigation li a:hover  { color: #f00; font-weight: bold;}
#navigation li a:visited { color: #069;}


.splash { width: 1000px;} 
#splash_img {margin: 0 auto; padding-top: 0px; vertical-align: top; }

.polaroid { 
	border: 5px #999 solid; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 1px 10px #999; 
	-mox-box-shadow: 1px 1px 5px #999; 
}


.under_construction { margin-top: 0px; padding: 0 0 10px 20px;  }


