@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/* -- TAGs -- */

#frame {
	margin: 20px auto;
	width: 900px;
	background-color: #ffffff;
}

#header {
	width: 900px;
	background-color: #ffffff;
	height: 90px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#bar1, #bar2 {
	width: 900px;
	height: 25px;
	background-color: #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #000000;
}

#pic {
	width: 900px;
	/* height: 250px; */
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #000000;
	/* text-align: center;
	padding-top: 100px; */
}

#main {
	float: left;
	width: 900px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px 0;
	padding: 20px 0;
}

#col1 {
	float: left;
	width: 153px;
	padding: 0 50px 0 12px;
}

#col2 {
	float: left;
	width: 480px;
	padding: 0 30px 0 0;
	line-height: 145%;
}

#col3 {
	float: left;
	width: 160px;
	padding: 30px 15px 0 0;
}

#footer {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer1 {
	float: left;
	width: 50%;
	font-size: 90%;
}

#footer2 {
	float: left;
	width: 50%;
	text-align: right;
	font-size: 90%;
}

