#main {
	width:680px; 
	margin:0px auto;
}
#main h1 {
	font-size:23px;
	color:#0093d0;
}
#main h2
{
	font-size:12px;
	color:#0093d0;
}
#main p {
	font-size:12px;
	color:#343434;
}
#main li {
	font-size:12px;
	color:#343434;
}

#image {
	border:1px solid #CCC;
	width:682px;
	height:219px;
}

/* Content Menu */
#content-menu {
	height:40px;
}
#content-menu li {
	margin-left:0px;
	margin-right:3px;
	display: inline;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	color: #585859;
}
#content-menu a {
	height:22px;
	text-decoration:underline;
	font-size: 14px;
	/*color: #585859;*/
}
#content-menu a:hover {
	text-decoration:underline;
	font-weight:bold;
}
.selected {
	color:#0093d0;
}

#content span {
	color:#0093d0;
}

#text-1 {
	width:329px;
	float:left;
}
#text-2 {
	width:329px;
	float:right;
}