@charset "UTF-8";
/* CSS Document */

body {
	background: #2b2a61 url(images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 , h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #2B2A61;
}
a img {
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 20px auto 0; background-color: #ffffff;
background-color: #ffffff;
border-right: 3px solid #CAC7C0;

	/* -moz-border-radius: 7px; */
	-webkit-border-radius: 7px;
	-moz-box-shadow: 5px 5px 10px gray;
	-webkit-box-shadow: 5px 5px 10px gray;
	box-shadow: 5px 5px 10px gray;


}


.header {
	background: #fff;
}


/*.sidebar1 {
	float: left;
	width: 180px;
	background: #fff;
	padding-bottom: 10px;
}
.sidebar1 img {
	margin-left: 10px;
	margin-top: 20px;
}*/
.content {
	padding: 20px;
	width: 900px;
	float: left;
	
}
img.fltlft {
	margin-right: 20px;
	/* [disabled]margin-bottom: 10px; */
}

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #2B2A61;
	float: right;
	width: 100%;
}
ul.nav li {
	display: inline;
}
ul.nav a, ul.nav a:visited {
	padding: 0.2em 1em;
	background-color: #2B2A61;
	float: right;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-family: sans-serif;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #fff;
	color: #2B2A61;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #2B2A61;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	

}

.photo_group {
	float: right;
	width: 550px;
	/* [disabled]margin-left: 20px; */
	margin-right: 5px;
	
}
.photo_group img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-variant: small-caps;
	color: #2B2A61;
	text-align: center;
}

/* Styles for Mobile */
@media screen and (max-width: 650px) {
h1 {
	
	font-size: 310%;
}

header {
	text-align: center;
}

nav { 
	position: relative;
	top: -30px;
	width: 100%;
	text-align: center;
	background-color: #c5a7a7;
	border: 1px solid #3c1f1f;
	font-size: 100%;
}

nav li {
	width: 100%;
	font-size: 150%;
	}


nav a {
	margin-left: 0;
}
}