@charset "utf-8";
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2DABFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#top {
	color: #00FFFF;
	background-color: #000000;
	height: 10px;
	padding: 5px 5px 6px;
}
#head {
	background-color: #ECFFFF;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97FFFF;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-family: "Trebuchet MS";
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(images/head-bgr2.png);
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	top: 20px;
	width: 1000px;
	min-height: 300px;
	left: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	background-image: url(images/cont-bgr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
#box1 {
	background-color: #CCCCCC;
	float: left;
	width: 470px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #A3A3A3;
}
#box2 {
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 470px;
	border: 1px dotted #0066FF;
}
#footer {
	background-color: #DFFFFF;
	float: left;
	height: 20px;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 140px;
	color: #333333;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 20%;
	padding-left: 20%;
}
#footer a {
color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #2DABFF;
}
#footer a:hover {
	text-decoration: none;
	color: #999999;
}
#footer a:active {
	text-decoration: none;
}
.footer {
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
}

#menu {
	text-align: center;
	word-spacing: 20mm;
	display: block;
	background-color: #DFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
}
#blog {
	background-color: #CCCCCC;
	float: left;
	width: 900px;
	padding: 10px;
	margin-right: 10px;
	height: 500px;
}
.image {
	background-color: #ECFFFF;
	padding: 5px;
	border: 1px dashed #0099FF;
}
