body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*margin: 0 auto; *//* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border: 0;
	padding: 0;
	color: #000;
	background-image: url(../Photos/background.jpg);
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #0000FF;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	height:120px;
}


.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 */
	border: 0;
}

.oneColFixCtrHdr #header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
}


.oneColFixCtrHdr #menu_bar{
	 margin: 0px auto;
	 text-align: center;
	 border: 0;
	 padding: 0;
}


.oneColFixCtrHdr #left_menu{
	float: left;
	width: 10%;
}

.oneColFixCtrHdr #mainContent {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border: 0;
	padding: 0;
	margin: 0px auto;
}


.oneColFixCtrHdr #mainContent p {

}


.oneColFixCtrHdr #mainContent table{
	margin: 0px 9px;
	text-align: center;
}

.oneColFixCtrHdr #mainContent #mainFirstRow {
	display: inline;  
	text-align: center;
	margin: 0 auto;
	
}

.oneColFixCtrHdr #mainContent #mainLiberty {
	float: right;
	margin: 0 60px;
}

.oneColFixCtrHdr #mainContent #mainEmpire {
	float: right;
	margin: 0 60px;
}

.oneColFixCtrHdr #mainContent #mainWTC {
	float: right;
	margin: 0 60px;
}



.oneColFixCtrHdr #mainContent #mainSecondRow {
	text-align: center;
	margin: 0 auto;
	
}

.oneColFixCtrHdr #mainContent #mainFineArt {
	margin: 0 300;
}

.oneColFixCtrHdr #mainContent #mainFineArtImage {

}

.oneColFixCtrHdr #mainContent #mainFineArtText {

}


.oneColFixCtrHdr #mainContent #mainThirdRow {
	display: inline;  
	text-align: center;
	margin: 0 auto;
}


.oneColFixCtrHdr #mainContent #mainCustomWork {
	float: right;
	margin: 0 75px;

}

.oneColFixCtrHdr #mainContent #mainCustomWorkImage {
}

.oneColFixCtrHdr #mainContent #mainCustomWorkText {
}


.oneColFixCtrHdr #mainContent #mainSpecialProjects {
	float: right;
	margin: 0 75px;

}
.oneColFixCtrHdr #mainContent #mainSpecialProjectsImage {
}

.oneColFixCtrHdr #mainContent #mainSpecialProjectsText {
}




.oneColFixCtrHdr #mainContent #underConstruction {
	
}



.oneColFixCtrHdr #footer_horizontal_bar {
	height: 2px;
	background-color: #00F;
	width: 100%;
}

.oneColFixCtrHdr #footer {
	margin: 10px center;
	border: 0;
	padding: 0;
	text-align: center;
}

.oneColFixCtrHdr #footer p {
	border: 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    	
}

.oneColFixCtrHdr #sl_nav_bar {
	border: 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 200px;   	
}


.oneColFixCtrHdr #sl_right_content {
	border: 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 580px;
    float: right;
}


.oneColFixCtrHdr #aboutLeftContent {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 160px;
    /* background-color: #FFF; */
}


.oneColFixCtrHdr #aboutRightContent {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 540px;
    float: right;
    text-align: left;
    /* background-color: #FFF; */
}




.oneColFixCtrHdr #faRightContent {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 560px;
    float: right;
}



.oneColFixCtrHdr #faLeftContent {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    width: 180px;
}


.oneColFixCtrHdr #contactUsTitle {
	border: 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
    text-align: center;
}

/*
.oneColFixCtrHdr #contactUsDetails {
	border: 0;
	margin: 0; 
	padding: 0;
}
*/
.oneColFixCtrHdr #contactUsAdress {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
    float: right;
}


.oneColFixCtrHdr #contactUsTelephone {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
	float: none;
}

.oneColFixCtrHdr #contactUsEmail {
	border: 0;
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
	float: right;
}