@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
                     
}
body {
	width:960px;
	background-color:#eaeaea;
	margin:0 auto;
	font-size:.9em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}
h1 {
	font-size:1.5em;
	margin-top:5px;
	color:#333;
}
h2 {
	font-size:1.3em;
	margin-top:0;
}
hr {
	color:#244d79;
}
#header_photos {
	float:left;
	width:575px;
	height:250px;
	background-image:url(../_images/header_photos.jpg);
}
#header_king {
	width:385px;
	height:250px;
	float:left;
	background-image:url(../_images/header_logo.jpg);
}
#header_donate {
	width:107px;
	height:47px;
	margin-top:150px;
	float:left;
	margin-left:13em;
}
#nav {
	float:right;
	width:555px;
	height:35px;
	background-color:#244d79;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	color:#fff;
	font-weight:bold;
	padding-top:15px;
	padding-left:25px;

}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	list-style-type:none;
}
#nav li a {
	padding:10px 8px 5px 8px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
#nav li a:hover {
	color:#F00;
}
#content {
	background-color:#fff;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	width:940px;
	padding:10px 10px 20px 10px;
	margin-top:15px;
	float:left;
}
#blog {
	width:210px;
	padding:10px 5px 10px 5px;
	background-color:#244d79;
	float:left;
	color:#FFF;
}
#donate {
	width:107px;
	height:47px;
	float:left;
	margin-left:38px;
	margin-top:45px;
}
#page {
	width:700px;
	float:right;
	margin-left:20px;
}

#footer {
	width:940px;
	padding:20px 10px 20px 10px;
	float:left;
	background-color:#244d79;
	margin-top:15px;
	color:#fff;
}
#footer_right {
	text-align:right;
	width:200px;
	float:right;
}

.shuffle {
    top:15px;
    left:162px;
    height:  272px;  
    width:   352px;  
    padding: 0;  
    margin:  0;
}

.shuffle img {
    padding: 13px;  
    border:  1px solid #2A3A91;  
    background-color: #7FB8BF;  
    width:  330px; 
    height: 250px; 
    /* top:  0; 
    left: 0; */
}
