body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #333333;
	background-color: #cccccc;
}

.hilight{
	color: #bf026f;
	font-weight: bold;
}

a img {
	border: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	text-align: center;
}

#seoH1{
	width: 100%;
	height: 15px;
	text-align: center;
}

#seoH1 h1{
	color: #cccccc;
	font-size: 0.6em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}


#logo {
	float: left;
	width: 100%;
}

#convertImg{
	padding: 5px 0px 5px 120px;
}

#logoImg{
	padding: 5px 0px 5px 0px;
}

#menu {
	float: left;
	width: 100%;
	background-color: #bf026f;
	text-align:center;
}

#menu img{
	padding: 2px 23px 2px 0px;
}

#page{
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 760px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px 10px 0px 10px;
}

#content h2{
	color: #bf026f;
	font-size: 2.3em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3{
	color: #666666;
	font-size: 1.5em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#content p{
	padding: 0px 5px 0px 5px;
	line-height: 160%;
}


#content a {
	color: #333333;
}

#content a:hover {
	text-decoration: none;
	color: #bf026f;
}
#content a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #bf026f;
}



#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#gallery img{
	padding: 2px;
}

#footer{
	float: left;
	width: 760px;
	background-color: #999999;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	padding: 3px 0px 0px 3px;
}

#footer a {
	padding-right: 10px;
	color: #ffffff;
}

#footer a:hover {
	color: #bf026f;
	text-decoration: underline;
}

#footer a:active {
	background-color: #bf026f;
	color:#ffffff;
	text-decoration: underline;
}

#footerLeft{
	float: left;
	width: 300px;
}
#footerRight{
	float: right;
	width: 440px;
}

