/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: /*1em*/ 0;
}

/* Class for clearing floats */
.clear 
{
	height:0px;
	display: block;
	overflow: hidden;
	clear: both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background-color: #0f1d40;
	/*background-repeat: repeat-x;
	text-align: center;
	background-image: url(../images/bkg.jpg);*/
}

body a
{
	color: #016BCF;
}

body a:hover
{
	color: #83A0BE;
}

#wrapper {
	margin: auto;	
	margin-top: 50px;
	width:781px;
	text-align:left;
	overflow:hidden;
}

#brandingNav {
  width:781px;
  height:195px;
  background-image: url(/_branding/osg-sterlingdie.com/images/header.jpg);

}

#midContent {
  width:781px;
  /*height:155px;*/
  background-image: url(/_branding/osg-sterlingdie.com/images/mid.jpg);
  background-repeat: no-repeat;
  padding:20px 0px 0px 0px;
  /*border-left: 1px solid #000000;
  border-right: 1px solid #000000;*/
  background-color: #FFFFFF;
}

#bottomContent {
  width:781px;
  /*height:181px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;*/ 
}

#bottomBorder {
  width:781px;
  height:8px;
	/*background-image: url(../images/qctc_univ_07.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/ 
}

#links {
  width:780px;
  height:70px;
	float: right;
}

#Column1_index {
  float:left;
  width:130px;
  margin-left:2px;
  margin-right:2px;
  text-align:left;
  padding:0px 0px 0px 3px;
}

#Column2_index {
  float:right;
  z-index:14; 
  width:635px;
  margin-right:2px;
  text-align:left;
}

#ColumnAll_index {
  position:absolute;
  z-index:14; 
  width:770px;
  margin-left:102px;
  margin-right:2px;
  text-align:left;
}

#ColumnAll{
  float:left;
  width:730px;
  margin-left:10px;
  margin-right:10px;
  text-align:left;
}

#Column1 {
  float:left;
  width:125px;
  margin-left:2px;
  margin-right:12px;
  text-align:left;
  padding:0px 0px 0px 3px;
}

#Column2 {
  float:right;
  width:631px;
  margin-top:10px;
  margin-left:3px;
  margin-right:1px;
  text-align:left;
}

#DistribInfo {
      font-family: Arial, Helvetica, sans-serif;
      /*border: 2px dotted #00F;*/
      width: 777px; 
      text-align: right;
      position: absolute; 
      z-index: 1; 
      float: right; 
}

 

#DistribInfo p {  /* this is what you’ll use to adjust the spacing of the text from the edges of the image/container.  Increase or decrease the padding until it’s in the right position.  Change the other attributes as necessary. */
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
      padding: 55px 15px 0 0;
      color: #FFFFFF;
      font-weight:bold;
}



/* Text Related Styles */
.sitemaptext_main {
  size:12;
  text-decoration:none;
}

.sitemaptext_main {
  size:10;
  text-decoration:none;
}

