/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #955048;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

li {
  margin-left: 15px;
}


.csc-header {
  margin-top: 10px;
}


/* CONTAINER */
#container {
  width: 900px;
  margin: auto;
}

/* HEADER */
#header {
  background-image: url(../templates/img/header.jpg);
  width: 900px;
  height: 140px;
}

/* HEADER MENU */
#menu {
  float: left;
  background-image: url(../templates/img/menu.jpg);
  width: 900px;
  height: 25px;
  padding: 0 auto 0 aut;
}

#menu a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}

#menu a:hover {
  color: #ffffff;
  background: #7599b6;
}


/* MENU DEVIDER */
.divider_right {
  float: left;
  height: 20px;
  border-right: 1px solid #ffffff;
}

#divider_left {
  height: 20px;
  border-left: 1px solid #ffffff;
  margin-left: 0px;
}

#footer #divider_left {
  margin-left: 30px;
}


/* CONTENT */
#content_container {
  background: #ffe6cd ;
}

#content {
position: relative;
  background: none;
  width: 700px;
  margin-left: 100px;
  margin-right: auto;
  padding-bottom: 50px;
  color: #4d4d4d;
float: left;
display: inline;
}

/* FOOTER */
#footer {

  width: 900px;
  height: 24px;
  background: url(../templates/img/footer.jpg) no-repeat;
  text-align: center;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}

#footer a:hover {
  color: #ffffff;
  background: #7599b6;
}


/* CLEANER */
.cleaner {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
}

.submitbutton {
text-align: left;
}

#submit {
  border: 1px solid #000000;
  width: 5em;
  height: 2em;
  background: #f2f2f2;
margin-top: .5em;
margin-bottom: .5em;
} 

#iemarquee {
font-size: 15px;
color: #bf0000;
}


table .GS_newstickerbg1 {
padding-bottom: 30px;
}


.flexWrapper {
width: 700px;
}

.leftContent {
width: 320px;
float: left;
}

.rightContent {
width: 320px;
float: right;
}



