body{
  margin: 0px;
	padding: 0px;
	text-align: center;  /* for old browsers */
	background:#7b7b7b; /*url('../img/aetna_bg.jpg') no-repeat top center;*/
	min-width: 660px;
}

div#header{
  width: 100%;
	height: 24px;
	background-image: url('../img/transparency_96989b.png');
}

.content
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  width: 450px;
  text-align: left;
}

.close_wrapper{
  width: 450px;
  text-align: right;
}

.close{
  float: right;
	background-color: #EEE;
	width: 40px;
	text-align: center;
	font-family: Impact, Verdana;
	cursor: pointer;
	font-weight: bold;
}

.content_body{
  background-color: #EEE;
	font: 14px Tahoma, Arial;
	padding:5px;
	clear: both;
}

#skills img, #influences img{
  border: none;
}

img#profile{
  float: left;
	left:-3px;
  position:relative;
}

div#footer{
  width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('../img/transparency_96989b.png');
}

#logo_tiny{
  float: right;
}

#portfolio{
  float: left;
	margin-left: 5px;
}

#portfolio a{
  text-decoration : none;
	color: #FFFFFF;
	font: 12px Tahoma, Arial;
}

#portfolio a:hover{
  color: #e52c2c;
}

#quote{
  position: absolute;
	right: 0px;
	top: 0px;
}

#wait_indicator{
  display:none;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	right: 32px;
	color: #FFFFFF;
	background-color: #000000; 
}

/* menu styles */
#jsddm
{
  margin: 0;
  padding: 0;
}

#jsddm li
{
  float: left;
  list-style: none;
  font: 12px Tahoma, Arial;
}

#jsddm li a
{
  display: block;
  background: #324143;
  padding: 5px 12px;
  text-decoration: none;
  margin-right:1px;
  width: 70px;
  color: #EAFFED;
  white-space: nowrap;
}

#jsddm li a:hover
{
background: #24313C;
}

#jsddm li ul
{
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  /*border-top: 1px solid white;*/
	text-align: left;
}

#jsddm li ul li
{
  float: none;
  display: inline;
  text-align: left;
}

#jsddm li ul li a
{
  width: auto;
  background: #A9C251;
  color: #24313C;
}

#jsddm li ul li a:hover
{
  background: #8EA344;
}

/* request form */

#edit-message{
  width: 440px;
}

.form-required {
  color:#CC0000;
}
