body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #003366;
	background: #FFD9FF;
	margin: 5px;
}
#container {
	float: none;
}
#content {
	background-color: #FEE2FE;
	border: 1px solid #003366;
	padding: 5px;
	float: left; 
	width: 850px;
}

#header {
	background-color: #FEE2FE;
}

#footer {
	font-size: 10px;
	clear: both;
	background-color: #FDD3FE;
}

#header h2 {
	width: 680px;
	height: 95px;
	position: relative;
	background-color: #FFFFFF;
} 
#header h2 span {
	background: #FFFFFF url(toadd4/newtitle.gif) no-repeat;
	position: absolute;
	width: 683px;
	height: 100px;
	background-color: #FEE2FE;
	left: -1px;
	top: -3px;
} 

h1 {
	font-weight: normal;
	text-align: center;
	background-color: #FDD3FE;
}

a:link {
	color: #93C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #FDD3FE;
}
a:visited {
	color: #93C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #FDD3FE;
}
a:hover {
	color: #93C;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	background-color: #FDD3FE;
}
a:active {
	color: #93C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #FDD3FE;
}

#menu { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  width: 100%;
	float: left; 
	text-align: center;
} 
#menu li {
	float: left;
	background-color: #FDD3FE;
} 
#menu li a { 
  display: block; 
  padding: 5px; 
  line-height: 2.1em; 
  background: #FDD3FE url(images/mainNavBorder.gif) repeat-y left top; 
} 
#menu .first a {
	padding-left: 5px;
	border-left: none;
	background-color: #FDD3FE;
} 
#menu li a {
	display: block;
	float: left;
	padding: 5px;
	padding-left: 10px;
	line-height: 2.1em;
	border-left: 1px solid #FFF;
	background-color: #FDD3FE;
} 
#leftcontent {
	float: left;
	width: 375px;
}
#rightcontent {
	float: right;
	width: 375px;
}
#clear {
	clear: both;
}
.img-wrapper {
  background: url(img/shadow.gif) no-repeat bottom right;
	float:left;
	line-height:0;
	margin-left: 10px;
}
 
.img-wrapper img {
	background:#00CCFF;
	padding:4px;
	border:1px solid #a9a9a9;
	position:relative;
	left:-5px;
	top:-5px;
	
}

#lc {
	float: left;
	width: 275px;
}
#cc {
	float: left;
	width: 275px;
}
#rc {
	float: left;
	width: 275px;
}

