/* CSS Document */

body {
	/*background-color: #877F5D;*/
	background-image:url(../image/bg.jpg);
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover	{
	text-decoration: underline;
	color: #CCCCCC;
}
	
.main {
	border-style: solid;
	border-color: #663300;
	border-width: 1px;
}

.text {
	padding-left: 11px;
	padding-right: 11px;
	text-align: justify;
	line-height: 14px;
}

.image {
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
	line-height: 14px;
}
.text1 {
	padding-left: 11px;
	padding-right: 11px;
	line-height: 14px;
}

.add {
	padding-left: 11px;
	padding-right: 11px;
	line-height: 18px;
}

.title {
	padding-left: 11px;
	padding-right: 11px;
	line-height: 14px;
	font-weight: bold;
	font-size: 12px;
}

.title a {
 	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: underline;
	color:#666666;
}

.top {
	padding-right: 11px;
}

.top a {
	text-decoration: none;
	color: #0000FF;
}

.top a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer {
	background-color: #6D3A23;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFFFFF;
}

.earth {
	color:	#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.contact {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

.contact1 {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 11px;
}

li {
	list-style-type:square;
}

.input {
	font-size: 11px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.textarea {
	font-size: 12px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 250px;
	height: 70px;
}

.button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border-color: #666666;
	border-width: 1px; 
}

#flash {
	margin:0px;
	width:533px;
	height:400px;
	z-index:0;
}