@charset "utf-8";


*  { padding: 0; margin: 0; } 
html { overflow-y: scroll; } 

body { 
  background-color: #FFF; 
  color: white; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:0.825em;
}

html, body, #bg,#bg table,#bg td,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}

#bg div {
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
}

#bg td {
vertical-align:middle;
text-align:center;
}
#bg img {
min-height:50%;
min-width:50%;
margin:0 auto;
display:block;
}

#content {
position:absolute;
top:0;
left:0;
z-index:70;
overflow:auto;
}

a, a:visited {
	color:#666;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

a img{
	border:none;
}

h1,h2{
	font-family:"Monotype Corsiva","Myriad Pro","Helvetica Neue";
	text-shadow:0 1px 1px black;
}

h1{
	font-family:"Monotype Corsiva","Myriad Pro","Helvetica Neue";
	font-size:50px;
	padding:0.5em 0 0;
	color: #000;
}

h2{
	font-size:36px;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:center;
	color:#000;
}

h3{
	
	font-family:"Myriad Pro","Helvetica Neue";
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
	color:#666;
}


h4{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:15px;
	font-weight:normal;
	margin:0 0 1em;
	color:#666;
}

h5{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:15px;
	font-weight:normal;
	margin:0 0 1em;
	color:#F00;
}


p{
	line-height:1.5em;
	padding-bottom:1em;
}
  
#page {
	width:700px;
	margin:0 auto;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	padding-top: 10px;
}  
  
.line1 {
	height: 2px;
	width: 650px;
	background-color:#666;
	border-bottom:2px #666;
	margin:1em 0;
	overflow:hidden;
}


.article .line {
	
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

.footer .line {
	margin:2em 0;
}

.navigation {
	
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:17px;
	font-weight:normal;
	margin:0 0 1em;
	color:#999;

}

.nav, .article, .nav ul li a, .figure {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.article{
	background-color:#FFF;
	margin:3em 0;
	padding:20px;
	color:#000;
	text-align:justify;
}

.months{
font-size: 2000px;
}

.figure{
	border:3px solid #142830;
	float:right;
	height:340px;
	margin-left:15px;
	overflow:hidden;
	width:620px;
}

.figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

.footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}


.footer p{
	margin-bottom:-2.5em;
	position:relative;
}

.footer a, .footer a:visited{
	color:#cccccc;
	background-color:#213e4a;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

.footer a:hover{
	text-decoration:none;
	background-color:#142830;
}

.footer a.by{
	float:left;

}

.footer a.up{
	float:right;
}


.image{
	border: 2px solid #666;
    float: center;
	font-size:11px;
}
