* {
	margin:0;
	padding:0;
}

body {
	font-size:100%;
	line-height:1em;
	font-family:Arial, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background-image: url(../images/footerbg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}

/*in_line*/
input, select, textarea {
	font-family:Arial, Arial, Helvetica, sans-serif;
	border:1px solid #dadada;
	font-size:12px;
	color:#868686;
}
img {
	border:0;
	vertical-align:middle;
	text-align:left;
}
ul { list-style:none;}
a{
	text-decoration: none;
	color: #009;
}
a:hover{
	text-decoration:none;
	font-weight: bold;
	color: #06F;
}
.column { float:left;}
.clear, .col-list, .row-box, .navigation ul, .content { width:100%; overflow:hidden;}
.col-list ul{ float:left}
.col-list .indent-list{ margin-left:40px;}

/*header*/
.header{
	height:150px;
}
.header .logo{
	position:absolute;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.header .rci{
	position:absolute;
	width:150px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 430px;
}


.menu{
	position:absolute;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

/*footer*/
#footer{
	padding-right: 0;
	padding-bottom: 10px;
	height: 100px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#footer a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 40px;
	margin-top: 70px;
}
#footer a:hover {
	color: #3986D2;
}

/*content*/
.content{
	font-size:12px;
	line-height:18px;
	clear: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #000;
	border-left-color: #000;
	width: 934px;
}

#content_temp {
	padding: 5px;
	float: left;
	width: 680px;
}
.site-center .content #content_temp form div input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#content_temp table tr td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

