hr {
 border:1px solid #ccc;
}
body {
 background-color:#ececec;
 color:#000000;
}
input {
 border:1px solid #ccc;
}
iframe {
 border:1px dotted #ccc;
}
img {
	border:none;
}
textarea {
 border:1px solid #ccc;
}
li {
 list-style-type:circle;
}
a {
 color:#666;
}
a:visited {
 color:#666;
}
a:hover {
 color:#666;
}
a:active {
 color:#666;
}
#col1 {
 float:left;
 width:50%;
}
#col2 {
 float:right;
 width:50%;
 margin-right:10px;
}
#col3 {
 float:left;
 width:25%;
 margin-top:12px;
 text-align:right;
}
#col4 {
 float:right;
 width:70%;
 margin-top:10px;
 margin-right:10px;
 text-align:left;
}
#col5 {
 float:none;
 padding:0px 90px;
 text-align:left;
 font-size:14px;
}
#clear {
 clear:both;
}
#hide {
 display:none;
}
#main {
 margin:0 auto;
 background:#fff;
 border:1px solid #ccc;
 font-family:"Century Gothic";
 font-size:14px;
}
#main.home {
 width:716px;
 font-size:18px;
 text-align:center;
}
#main.content {
 width:900px;
}
header {
 color:#fff;
 font-size:8px;
}
nav {
 width:158px;
 background:#fff;
 float:left;
}
footer{
 padding-top:20px;
 text-align:center;
}
#title{
 float:left;
 width:722px;
 font-weight:bold;
}
#content{
 width:722px;
 margin:0px 10px 10px 158px;
 padding-top:20px;
}
#border{
 width:100%;
 padding:3px;
 text-align:center;
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
}
.note {
 font-family:"Century Gothic";
 font-size:12px;
}