@charset "utf-8";

/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(images/site_pictures/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 925px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	text-align: center;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.required {
	color: #1a9017;
}
.smallText {
	font-size: 10px;
	font-style: normal;
}
table {
	text-align: center;
	background-color: #4B4B4B;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B3B3B;
	border-right-color: #3B3B3B;
	border-bottom-color: #3B3B3B;
	border-left-color: #3B3B3B;
}

a:link {
	color: #1a9017;
	border:none;
}
a:hover {
	color: #26D722;
	border:none;
}
a:visited {
	color: #1a9017;
	border:none;
}
.bigBuild {
	font-weight: bold;
	font-style: italic;
}
.newBuild {
	color: #DCD214;
}
.newBuild a:link{
	color: #DCD214;
	border:none;
}
.newBuild a:hover{
	color: #FFDF2D;
	border:none;
}
.newBuild a:visited{
	color: #DCD214;
	border:none;
}
.bigBuildNew a:link{
	color: #DCD214;
	border:none;
	font-style: italic;
	font-weight: bold;
}
.bigBuildNew a:hover{
	color: #FFDF2D;
	border:none;
	font-style: italic;
	font-weight: bold;
}
.bigBuildNew a:visited{
	color: #DCD214;
	border:none;
	font-style: italic;
	font-weight: bold;
}

/*PHOTO THING -START*/

#photo_01 {
	display: block;
}
#photo_02 {
	display: none;
}	
#photo_03 {
  	display: none;
}
#photo_04 {
  	display: none;
}
#photo_05 {
  	display: none;
}
#photo_06 {
  	display: none;
}
#photo_07 {
  	display: none;
}
#photo_08 {
  	display: none;
}
#photo_09 {
  	display: none;
}
#photo_10 {
  	display: none;
}
#photo_11 {
	display: none;
}
#photo_12 {
	display: none;
}	
#photo_13 {
  	display: none;
}
#photo_14 {
  	display: none;
}
#photo_15 {
  	display: none;
}
#photo_16 {
  	display: none;
}
#photo_17 {
  	display: none;
}
#photo_18 {
  	display: none;
}
#photo_19 {
  	display: none;
}
#photo_20 {
  	display: none;
}
#photo_21 {
	display: none;
}
#photo_22 {
	display: none;
}	
#photo_23 {
  	display: none;
}
#photo_24 {
  	display: none;
}
#photo_25 {
  	display: none;
}
#photo_26 {
  	display: none;
}
#photo_27 {
  	display: none;
}
#photo_28 {
  	display: none;
}
#photo_29 {
  	display: none;
}
#photo_30 {
  	display: none;
}

