* {
	font-family: Sans-serif, Verdana;
}
a {
	text-decoration: none;
	color: #000;
}
body {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
#header {
	background-image: url('./images/top-bg.png');
	height: 100px;
	color: #fff;
	background-color: #666;
	padding: 0px;
	text-align: center;
}
#header h1 {
	margin: 0px;
	font-size: 32px;
	padding-top: 25px;
}
.description {
	margin: 10px 0px;
	font-size: 12px;
}

#container {
	background-color: #e6e6e6;
}
#menu {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 190px;
	font-size: 12px;
	min-height: 200px;
	font-weight: bold;
}
#menu li {
	list-style: none;
	height: 23px;
	padding-left: 10px;
}
#menu a {
	display: block;
	height: 19px;
	padding-top: 4px;
	padding-left: 10px;
	margin-left: -10px;
}
#menu a:hover {
	color: #fff;
	background-color: inherit;
	background-image: url('./images/menu-bg.png');
}
#active {
	height: auto !important;
	background-color: #f9f9f9;
	padding: 5px 0px;
	color: #666;
	margin-left: 0px;
}
.submenu a {
	padding-left: 30px !important;
	margin-left: -20px !important;
}
.submenu {
	padding: 0px;
	margin: 0px;
}
.submenu li {
	background-image: url('./images/list.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.img {
	text-align: center;
}
.img a:hover {
	background-image: none !important;
}

/* clearfix */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end of clearfix */

#downloadit {
	float: right;
	margin: 0px 0px 0px 20px;
}
#content a {
	color: #666;
	background-color: inherit;
	border-bottom: 1px dashed #ccc;
}
#content a:hover {
	color: #29a3cb;
	background-color: inherit;
}
#content {
	margin-right: 190px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#content h3 {
	margin-top: 0px;
	padding-top: 10px;
	color: #666;
	background-color: inherit;
}
#content h4 {
	padding-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#content p {
	text-indent:  20px;
	text-align: justify;
}
#footer {
	text-align: center;
	background-image: url('./images/footer.png');
	background-repeat: repeat-x;
	height: 20px;
	background-color: #666;
	color: #fff;
	font-size: 10px;
}
#footer p {
	margin: 0px;
	padding: 3px;
}
#footer a {
	color: #fff;
	background-color: inherit;
}
#footer a:hover {
	color: #33CCFF;
	background-color: inherit;
}

