@charset "utf-8";
body  {
	font: 70% Arial, Helvetica, sans-serif;
	margin: 0; 
	background-color: #1a1a1a;
	background-attachment: fixed;
	background-image: url(../images/edited/flag.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	text-align: center; 
}
.twoColFixLt #container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	width: 770px;
} 
.twoColFixLt  #footer {
	padding: 0 0 0 0;
	width: 770px;
	background-image: url(../images/edited/background.jpg);
	color: #FFFFFF;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 247px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.twoColFixLt #mainContent {
	padding: 0 0px 0 0px;
	background-color: #CCCCCC;
} 
.twoColFixLt #mainContentPGallery {
	padding: 0 0px 0 0px;
	background-color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #mainContent p {
	color: #333333;

}
.twoColFixLt #mainContent h1 {
	color: #333333;
}
.twoColFixLt #sidebar1 a {
	color: #6633FF;
	text-decoration: none;
	font: 12px;
	border-top: 1px solid #cccccc;
	display: block;
}
.twoColFixLt #sidebar1 a: hover {
	color: #FFFF00;
	text-decoration: underline;
	font: 12px;
}
.twoColFixLt #mainContent h4 {
	color: #FFFFFF;
	display: block;
	padding: 10px 5px 10px 5px;
	background-image: url(../images/edited/background.jpg);
}
.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 247px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-color: #0B0B0B;
	border: 1px solid #333333;
}
.twoColFixLt #mainContent a {
	color: #333333;
}
.twoColFixLt #mainContent a:hover {
	color: #6600CC;
}
.twoColFixLt #footer a {
	color: #FFFFFF;
}
