* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	background: #FAC598;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-x; 
}

a {
text-decoration: none;
color: #F58220;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 780px;
	background-color: #FFFFFF;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
letter-spacing: 2px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	font-family: "Trebuchet MS";
	height: 30px;
	line-height: 30px;
	background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 20px;
text-decoration: none;
font-weight: 200;
font-size: 14px;
color: #ccc;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
font-weight: 600;
}

#content {
	padding: 20px 20px 20px 20px;
	font-weight: normal;
}

.left {
	float: left;
	width: 500px;
/*	width: 740px; */
	text-align: justify;
	min-height:400px;
	height:auto !important;
	height:400px;
	/*height: 400px;*/
}
.left h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0 7px 0;
	line-height: normal;
	color: #4174B4;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}
.left h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0 7px 0;
	line-height: normal;
	color: #4174B4;
}
.left h3 a {
text-decoration: underline;
color:#F58220;
/*color: #4174B4;
*/
}
.left h3 a:hover {
color: #111;
}
.left h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: 200;
	text-align:center;
	padding: 5px 0 0px 0;
	line-height: normal;
	color: #000000;
/*	color: #4174B4;*/
}
.left h4 a {
text-decoration: underline;
color:#F58220;
}
.left h4 a:hover {
color: #111;
}
.left h5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: 200;
	padding: 5px 0 0px 0;
	line-height: normal;
	color: #000000;
}
.left h5 a {
text-decoration: underline;
color:#F58220;
/*color: #4174B4;
*/
}
.left h5 a:hover {
color: #111;
}
.left h6 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: 200;
	padding: 2px 0 0px 0;
	line-height: normal;
	color: #000000;
}
.right {
	font-family: "Trebuchet MS";
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-bottom:20px;
	background-color: #657983;
	position: relative;
	overflow: visible;
	padding-left: 0px;
	font-style: normal;
	clear: none;
}
.right h2 {
font-family: "Trebuchet MS";
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #3A454C;
}
.right ul {
	padding: 10px 0px 15px 25px;
	margin-left:0;
}
.right ul li a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #fff;
font-weight: 600;
}
.left li {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height:normal;
}
.left ul {
	margin-left: 0px;
	padding-left: 20px;
}
#footer {
	font-family: "Trebuchet MS";
	height: 64px;
	line-height: 15px;
	background: #657983;
	width: 780px;
}
#footer a { color: #fff; }
#footer p {
	font-size:11px;
	text-align: center;
	color: #fff;
}
#wrap #content {
}
#wrap #content .left p {
}
p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height:normal;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.gallery
	{
	padding:20px;
	}
.gallery h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	padding: 5px 0 7px 0;
	line-height: normal;
	color: #4174B4;
	}
.gallery a img
    {
 /* This centers the image */
	display: block;
	margin-left: auto;
	margin-right: auto;

/* This adds the border */
	padding:0px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 2px 3px 3px 2px;
	background-color:white;
    }
.rightalt {
	font-family: "Trebuchet MS";
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #999999;
/*	background-color: #657983;
*/
	position: relative;
	overflow: visible;
	padding-left: 0px;
	font-style: normal;
	clear: none;
}
.rightalt h2 {
font-family: "Trebuchet MS";
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #657983;
}
.rightalt ul {
	padding: 10px 0px 15px 25px;
	margin-left:0;
}
.rightalt ul li a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.rightalt ul li a:hover {
color: #fff;
font-weight: 600;
}
.rightalt a img
    {
 /* This centers the image */
	display: block;
	margin-left: auto;
	margin-right: auto;

/* This adds the border */
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:solid;
	border-color: #000000 #000000 #000000 #000000;
	border-width: 3px 3px 3px 3px;
/*	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 2px 3px 3px 2px; */
	background-color:white;
    }
.rightalt a:hover img
	{
	border-color: #4174B4 #4174B4 #4174B4 #4174B4;
	}
.rightsocialmedia {
	font-family: "Trebuchet MS";
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-color: #999999;
*/
/*	background-color: #657983;
*/
	position: relative;
	overflow: visible;
	padding-left: 0px;
	font-style: normal;
	clear: none;
}
.rightsocialmedia a img
    {
/* This adds the border */
	padding:0px;
	margin-top:0px;
	margin-left:28px;
	margin-bottom:0px;
	background-color:white;
	border-color:#FFFFFF;
	border-width: 0px 0px 0px 0px;
    }
