/* CSS : 16-1 */
body {
	background-color:#553333;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	color: #CC6666;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height:1.5em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
/* local */
.wrap {
	width:770px;
	text-align:left;
}
.swrap {
	width:620px;
	text-align:left;
}
.mbod {
	float:left;
	width:620px;
}
.main {
	padding:13px 9px 13px 9px;
	border:1px solid #FFFFFF;
	background-color:#000000;
}
.side {
	float:right;
	width:140px;
	margin-left:10px;
	text-align:left;
}
.side p {margin:1.2em 0px 0px 0px;}
.break {
	background-color:#FFFFFF;
	color:#CC6666;
	text-align:center;
	padding:9px;
}
.break a {
	color:#000000;
}
.break a:hover {
	color:#AA0000;
}
.img img {
	border:1px solid #FFFFFF;
	margin:2px;
}
.img img:hover {
	border:1px solid #FF0000;
	margin:2px;
}
.niche1, a.niche1:link, a.niche1:visited, a.niche1:hover {
	font-size:1.1em;
	font-weight:normal;
	color:#FFFFFF;
}
.niche2, a.niche2:link, a.niche2:visited, a.niche2:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#CC6666;
}
/* headers */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	font-weight:normal;
	display:block;
}
h2, .h2 {
	font-size:2.8em;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3, .h3 {
	font-size:1.7em;
	line-height:1.5em;
}
h4, .h4 {
	font-size:1.25em;
	line-height:1.5em;
}
/* margins-pads */
.clear {clear:both;}
.bicol {
	float:left;
	width:280px;
	margin:10px;
	text-align:left;
}