a:link {
	color:#666666;
	text-decoration:none;
	font-weight:450;
}
a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:450;
}
a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:450;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:450;
}
body {
	background:#ffffff url('../images/bg_top.png') repeat-x;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:14px;
	color:#999999;
	line-height:2;
}
h1 {
	font-size:26px;
	text-align:center;
}
h2 {
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
img {
	border:none;
}
.main {
	background:none;
	width:800px;
	height:600px;
	border:none;
	margin:40px auto;
	padding:6px;
}
.header {
	background:#FFFFFF;
	height:120px;
	border:#CCCCCC thin outset;
	overflow:visible;
}
.header_container {
	width:800px;
	height:200px;
}
.menu {
	line-height:1.5em;
	float:left;
	height:360px;
	text-align:right;
	padding:10px;
	font-size:16px;
	border-right:#CCCCCC thin solid;
}
.container {
	float:right;
	width:580px;
	height:380px;
	padding:10px;
	color:#666666;
	overflow:auto;
}
.text_container {
	color:#666666;
	width:530px;
	padding:4px;
}
.image_container {
	width:330px;
	height:220px;
	float:right;
	text-align:left;
	padding:12px;
}
.image_container_2 {
	float:right;
	width:190px;
	text-align:left;
	padding:10px;
	margin:10px;
}
.footer {
	text-align:center;
	color:#666666;
	font-size:12px;
}
.footer a {
	color:#000000;
	font-weight:450;
}
