body{
	 background: white;
	 margin: 0px;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height: 100%;
}

#logo{
	position:relative;
	margin-left: 160px;
	margin-top:  15px;
}

#header{
	position:relative;
	margin-left: 130px;
	margin-top:  0px;
	height: 234px;
}
#menu{
	position:relative;
	left: 0;
	top:  52px;
	height: 234px;
}
#red_dot_plus{
	position:absolute;
	top:  112px;
	left: -99999px;
}
#content{
	position: relative;
	width: 750px;
	margin-left: 130px;
	margin-top:  0px;
	background-color: #ECDAB1;
	background-image:url('../images/cat.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 270px;
}
#contentsss{
	position: relative;
	width: 750px;
	margin-left: 130px;
	margin-top:  0px;
	background-color: #ECDAB1;
	background-image:url('../images/cat.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 270px;
}
#content_text{
	position:absolute;
	top: 55px;
	left: 135px;
	width: 265px;
	height: 200px;
	font-family: Arial;
	font-style: normal;
	font-size: 0.8em;
	color: #5A2B00;
	text-align: justify;
}

#subcontent{
	position: absolute;
	width: 750px;
	height: 1200px;
	margin-left: 130px;
	margin-top:  0px;
	background-color: #ECDAB1;
	background-image:url('../images/cat.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#subcontent_m{
	position: absolute;
	width: 750px;
	height: 800px;
	margin-left: 130px;
	margin-top:  0px;
	background-color: #ECDAB1;
	background-image:url('../images/cat.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_txt{
	position:absolute;
	top: 0px;
	left: 135px;
	width: 600px;
	font-family: Arial;
	font-style: normal;
	font-size: 0.8em;
	color: #5A2B00;
	text-align: justify;
}
#content_adv{
	position: relative;
	left: 403px;
	top:  0px;
	width: 347px;
	height: 270px;
	background-image:url('../images/adv_bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#adv_01{
	position: absolute;
	top:  62px;
	left: 25px;
	width: 146px;
	height: 71px;
}
#adv_02{
	position: absolute;
	top:  62px;
	left: 180px;
	width: 146px;
	height: 71px;
}
#adv_03{
	position: absolute;
	top:  148px;
	left: 25px;
	width: 146px;
	height: 71px;
}
#adv_04{
	position: absolute;
	top:  148px;
	left: 180px;
	width: 146px;
	height: 71px;
}
#footer{
	position: relative;
	left: 130px;
	bottom:  0px;
	height: 149px;
}

#subfooter{
	position: relative;
	margin-left: 507px;
	margin-top:  0px;
	height: 144px;
}

#footerin{
	position: absolute;
	background-image:url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 828px;
	height: 149px;
	left: 0px;
	bottom:  -149px;
	padding: 0px 0px 0px 55px;
	text-align: left;
}
.mainText{
  vertical-align: top;
  font-size: 0.8em;
  font-family: Verdana;
  color:#ffffff;
  font-weight: normal;
  text-align: left;
  text-decoration:none;
}
input[type=text] {
	background-color: #ECDAB1;
	color: #5A2B00;
	margin: 0 0 1em 0;
	width: 200px;
	border: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: .2em;
}
#msg {
	background-color: #ECDAB1;
	color: #5A2B00;
	margin: 0 0 1em 0;
	border: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: .2em;
}
.form_but {
	border: 0;
	padding: 1px;
    font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	-moz-border-radius: 2px;
	background: #012345;
	color: white;
    margin: 1em 0 0 11em;
}

.form_but:hover {
	background: #0093dd;
	cursor: pointer;
}

.error {
	color: #B60000;
	font-size: 12px;
	font-weight: bold;
}
#subfooterin{
	position: absolute;
	left: 377px;
	bottom:  -293px;
	height: 144px;
}
#copyright{
	position: absolute;
	left: 0px;
	bottom:  -162px;
	font-family: Arial;
	font-size: 0.8em;
	font-style: normal;
	color: #5A2B00;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #5A2B00;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	color: #5A2B00;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #5A2B00;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}
