* {  
  margin: 0;   
  padding: 0;   
  border: 0;
}

body {  
  font-family: arial, sans-serif;  
  text-align: center;   
  background: #fff;  
  color: #000;  
  min-width: 700px;
}

/* wrapper holds left faux column tab *//* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */

#wrapper {   
  text-align: left;  
  width: 1000px;  
  margin: 10px auto;   
  background: #000 url(sidebar.gif) repeat-y 10px 0;  
  font-size: 14px;   
  color: #cbbffe; 
  border: 3px solid silver;
  border-radius: 8px;  
  box-shadow: 8px 8px 5px #888;
 
}

#wrapper h1 {  
  font-size: 20px;  
  color: #8E86B3;  
  margin: 20px;    
}

#wrapper h3 {
  font-size: 17px;  
  color: #8E86B3;  
}

#header, #footer {
  color: #000;  
  clear: both;   
  width: 100%;
}

#header {  
  padding-top: 10px;  
  color: #fff;   
  height: 130px;  
  background-image: url("images/jupiterdreamsheaderback.jpg");  
  background-repeat: repeat-x;
}

#innerheader {
  height: 100px;  
  background: #cbbffe;  
  background-image: url("../images/header.jpg");  
  background-repeat: no-repeat;
}

#footer {
  background: #000;   
  padding: 1px 0;  
  border-top: 1px solid #ffffff; 
  border-radius: 8px;  
}

#contentfloatholder {
/* right faux column tab */
  background: url(sidebar.gif) repeat-y 100% 0;  
  float: left;  
  width: 100%;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */    
  content: ".";     
  display: block; 		
  height: 0px;    
  clear: both;     
  visibility: hidden;
}

#center {
  margin-top: 0;  
  margin-bottom: 0;  
  margin-left: 175px;  
  margin-right: 255px;
}

#center li {
  margin-left: 3em;
}

#centerwrap {
  float:left;  
  width: 100%; 	
  margin: 0 -95% 0 0;
}

#left {
  float:left;  
  width: 170px;  
  margin: 0 0 0 -5%;
}

#right {
  float:right;  
  width: 250px;	
  margin: 0;
}

/************* IE Mac CSS Only  works for Win too **************/* 
html div#centerwrap {
  margin: 0 -100% 0 0;
}

* html div#left {
  margin: 0;
}

div h3, div p {
  margin: 1em 0;  
  padding: 0 20px; 
}

#pictureWrapper {
  float: right;    
  margin: 0 20px 0 10px;
}

.jdreamstext {
  color: #b3b3b3;  
  font-size: 75%;
}

.jdreamstext a {
  color: #b3b3b3;
}

.rightPic img {
  float: right;
}

.leftPic img {
  float: left;
}

.resume_year {
  background-color: #ffffff;
  color: #000000;  
  border-radius: 15px;
  padding: 1em;
  margin-left: 20px;
  font-size: 12px;
}

.resume_item {
  padding: .1em;
  margin-left: -1.75em;
}

.resume_item li {
}

.resume_year h2 {
  font-size: 150%;
  color: #7d378c;
  margin-top: 5px;
  padding: .25em;
  padding-left: 0;
}

label { 
  font-weight: bold;    
  display: block;
}

#sponsorbox {
  font-size: 75%;  
  text-align: center; 
}

.sponsor {
  margin-left: auto;  
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 125%;
  color: #ffffff;
}

#sponsormessage {
  margin-top: 2em;
  margin-left: 38px;
  margin-right : 38px;
  border: 1px solid #ffffff;
  font-size: 90%;
}

#thumbnails {
  padding-left: 1em;  
  margin-bottom: 2em;  
  width: 100%;
}

.photothumb {
  border: 1px solid #cbbffe;  
  margin: 5px;  
  padding-top: 10px;  
  height: 120px;  
  width: 120px;  
  font-size: small;  
  float: left;  
  text-align: center;      
  vertical-align: middle;
}

#gallerydisplaypicture img {
  border: 5px solid #cbbffe;
}

#gallerydisplay {
  padding-left: 1em;
}

#teamGB {
  margin-left: 20px;
  margin-top: -50px;
}

#center ul {
  list-style-position: inside;
}

#center li {
}

