@charset "utf-8";
body {
	background-color: #001b2e;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../image/bg.png);
}
.menu-home {
	float: left;
	height: 30px;
	width: 100%;
	background-repeat: repeat-x;
	font-family: "Courier New", Courier, tahoma, "times new roman";
	font-size: 14px;
	background-image: url(../image/home.gif);
	line-height: 2em;
	text-indent: 10px;
        color: #FFFFFF;
}
.menu-about {
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../image/about.gif);
	background-repeat: repeat-x;
	font-family: "Courier New", Courier, tahoma, "times new roman";
	font-size: 14px;
	line-height: 2em;
	text-indent: 10px;
}
.menu-contact {
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../image/contact.gif);
	background-repeat: repeat-x;
	font-family: "Courier New","Courier","tahoma","times new roman";
	font-size: 14px;
	line-height: 2em;
	text-indent: 10px;
}
.copyright {
	float: left;
	height: 90px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.main {
	width: 245px;
}
.input {
	float: left;
	width: 245px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	background-color: #001B2E;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	height: 22px;
	padding-top: 2px;
}
.input-m {
	float: left;
	width: 245px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	background-color: #001B2E;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	height: 160px;
	padding-top: 2px;
}
.btn-send {
	background-image: url(../image/send.gif);
	height: 25px;
	width: 95px;
}
.combobox {
	float: left;
	width: 245px;
	background-color: #001B2E;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	height: 22px;
	margin-bottom: 5px;
}
