html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
}

body {
  	background-color: #fff;
    background-image:url(resources/scisco_bg1.png);
    background-repeat:no-repeat;
  	color:#fff;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 16px;
  	margin: 0 0 0 0; 
  	padding: 0 0 0 0; 
  	text-align: center; 
}

h1 {
  	color: #fff;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 14px;
}

h2 {
  	color: #fff;
  	font-size: 12px;
  	font-weight: bold;
  	line-height: 14px;
}

a,  a:link {
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

a:visited {
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
  	color: #fff;
  	text-decoration: underline;
}

a:focus {
  	color: #fff;
}

a:active {
  	color: #000;
}

#outerWrapper {
    background-image:url(resources/scisco_bg3.png);
    background-repeat:repeat-y;
  	margin: 0 auto 0 auto;
    padding:0 0 60px 0;
  	width: 1004px;
    min-height:800px;
}

#innerWrapper {
    margin:0;
    padding:0;
    background-image:url(resources/scisco_bg2.png);
    background-repeat:no-repeat; 
  	text-align: left;
  	width: 1004px;
    min-height:520px;
}

#holdingWrapper {
  	margin: 40px auto 0 auto; 
  	text-align: left;
  	width: 860px;
}

#leftCol {
	position:relative;
    float:left;
    margin-right:10px;
    width:400px;
}

#menuFrame {
	padding:34px 0 0 0;
    width:400px;
    height:23px;
	z-index: 1000;
}

#imgFrame {
    width:400px;
    height:400px;
    margin-bottom:10px;
}

#thumbsFrame {
    width:400px;
    color:#000;
}

#infoFrame {
    background-color:#000;
    padding:4px 14px 4px 14px;
    width:372px;
    min-height:32px;
}

#rightCol {
	position:relative;
    float:left;
  	width: 450px;
}

#logoFrame {
	position: relative;
    width:450px;
    height:57px;
}

#contentFrame {
	position: relative;
    background-color:#000;
    padding:14px;
    margin-bottom:10px;
    width:422px;
    min-height:372px;
}

#companyFrame {
	position: relative;
    background-image:url(resources/scisco_construction_company_bg.png);
    background-repeat:no-repeat;
    padding:4px 14px 4px 14px;
    width:422px;
    min-height:40px;
}

.copyright {
	position: relative;
	font-size: 9px;
    color:#999999;
}

.copyright a {
	font-size: 9px;
    color:#999999;
}

.imgFloatright {
	float:right;
    padding-left:20px;
}

.imgFloatleft {
	float:left;
    padding-right:20px;
}
