body  {
	background: #000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#container  {
	width: 1240px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000719;
	background-image: url(../images/bk.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
#header  {
	height: 80px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	height: 650px;
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#mainContent  {
	margin-top: 70px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 360px;
} 
#mainContent #text_box {
	padding-right: 200px;
}
#mainContent_portfolio  {
	margin-top: 40px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
	height: 680px;
} 
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #99C;
	text-decoration: none;
}
a:hover, a:active {
	color: #a85637;
	text-decoration: none;
}
#footer  {
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 10px;
	color: #666;
} 

.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;
}
#menu1 {
	position:absolute;
	left:60px;
	top:50px;
	width:700px;
	height:32px;
	z-index:5;
}
#menu2 {
	position:absolute;
	left:1110px;
	top:0px;
	width:75px;
	height:80px;
	z-index:6;
}
hr {
	color: #ddd;
}
.headline {
	font-size: 18px;
}
.phone {
	font-size: 24px;
}
.input_field {
	font-size: 14px;
	font-weight: normal;
	color: #BBB;
	background-color: #041f1c;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
 .ssp-mobile-poster-content {
       /* Parent div of content underneath image */
		 display:none !important; 
   }
   .ssp-mobile-poster-label {
        /* "Media Gallery" text */ 
display:none !important;
    }
    .ssp-mobile-poster-title {
        /* Album and gallery title */ 
display:none !important;
    }
    .ssp-mobile-poster-description {
        /* Album and gallery description */ 
display:none !important;
    }
    .ssp-mobile-poster-button {
        /* "View Gallery" button */          
    }

