@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #D0CCAA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0C0C0C;
	background-repeat: repeat;
	font-weight: normal;
	background-position: center top;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #A35200;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 22px;
	line-height: 22px;
}




/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 983px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D0CCAA;
	padding-bottom: 0px;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #0C0C0C;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-top-color: #303267;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 216px;
	width: 983px;
}

h3 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.content {
	width: 630px;
	float: none;
	margin-right: 0px;
	margin-left: 175px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	line-height: 20px;
	font-weight: normal;
	font-size: 14px;
	color: #252525;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


.imgl,.imgr{
	border:1px solid #121013;
	padding:1px;
	margin: 1px;
}.imgl{
	float:left;
	clear:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0;
}
.imgr{
	float:right;
	clear:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
}


p {
	line-height: 22px;
	font-size: 14px;
	color: #252525;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.GALtitleSUB {
	padding-left: 5px;
}




/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.container nav {
	 background-color: #a35200;
  wasfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a35200', endColorstr='#663300');
  was-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a35200', endColorstr='#663300');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a35200), to(#663300));
  background-image: -webkit-linear-gradient(top, #a35200, #663300);
  background-image: -moz-linear-gradient(top, #a35200, #663300);
  background-image: -o-linear-gradient(top, #a35200, #663300);
  background-image: linear-gradient(top, #a35200, #663300);
  /*background: $top-background;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
}
#wrap {
	width:853px;
	margin:0 auto;
}



/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 13px;
	color: #D0CCAA;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
	background-color: #0C0C0C;
}
.container footer h3 a {
	color: #D0CCAA;
	text-decoration: none;
}
.container footer h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D0CCAA;
	text-align: left;
	padding-left: 0px;
	letter-spacing: 1px;
}
.BRDwhite {
	border: thick solid #FFF;
}
