body {
	margin: 20px 0 0 0; 
	padding: 0; 
	text-align: center;
	background: #ccc url(images/bg.gif) repeat;
    font-family: "lucida grande", "Trebuchet MS", "Lucida Sans Unicode", "Verdana", helvetica, sans-serif;
}


#container {
	width: 750px;
	\width: 750px;
	w\idth: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


/*   top section and menu   */

#banner {
	padding: 0px;
	margin-bottom: 0px;
	background-color: url(images/bg.gif);
}

#menu {
	background: #00347B;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 751px;
}

#menu a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-right: 45px;
	text-decoration: none;
    font-family: "lucida grande", "Trebuchet MS", "Lucida Sans Unicode", "Verdana", helvetica, sans-serif;
}

#menu a:hover {
	color: #F3CD36;
	text-decoration: underline;
}


/*   main section   */

#content {
	margin: 0 60px 0 0;
	width: 100%;
	display: inline;
}

#wrap {background: white url(images/white.png) repeat-y; width: 751px; height: 360px;}


.ping {padding: 10px 0 30px 0; float: right; background: white; width: 33%;}

.teaser {
	width:190px;
	padding:0 0 23px 0;
	margin:10px auto;
	background: url(images/bx-a.png) bottom left no-repeat;
	
}
.teaser h3 {
	margin:0;
	font-size: 16px;
	padding: 10px 0px 18px 10px;
	background: url(images/bx.png) top left no-repeat;
	color: white;
	text-align: left;
}

.teaser p, .teaser a, .teaser ul {
	margin:0;
	padding:0 10px 3px;
	border:2px solid #6870ad;
	border-width:0 1px;
	background:#fff;
		text-align: left;
}
.teaser a {
	display: block;
	text-align: right;
	background:url(images/tsr-a.gif) 170px 40% no-repeat;
	padding: 5px 24px 10px 0;
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.teaser a:hover {
	text-decoration:underline;
}

.teaser ul {
 	list-style-type: none;
}

.teaser ul:hover {
	background: #;
}

.teaser li {
	font-size: 11px;
	color: #333;
	padding: 0 0 6px 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .3em;
}


/*   footer   */

#footer {
	clear: both;
	height: 40px;
	background: url(images/footer.png) no-repeat;
	color: white;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;
	padding: 10px 0 0 30px;
	text-align: left;
}

