@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, img, table{
	border:0;
	background:none;
	margin:0;
	padding:0;
	outline: 0;
	
}

body{
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;

}

p{margin:3px 0 3px 0;}

h1, h2, h3, h4, h5, h6{margin-bottom:5px;}

h1{	font-size:18px;}

h2{font-size:14px;}

table{
	border-spacing:0;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

a, a:active, a:visited{
	color:#0390e9;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

/*-*/

#container{
	width:990px;
	height:auto;
	margin:auto;
	
}

#header{
	width:990px;
	height: 37px;
	float:left;
	background:url(../images/img01.gif) repeat-x;
	margin-top:10px;
}

#navi{
	width:968px;
	height:37px;
	float:left;
}

#navi ul{
	width:auto;
	height:37px;
	float:left;
}
#navi li{
	list-style:none;
	display:inline;
	float:left;
	padding-top:10px;
}

#navi a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 8px 8px 8px;
	text-transform:uppercase;
}

#navi a:hover{
	text-decoration:underline;
}

#tp-crv{
	width:10px;
	height:37px;
	background:url(../images/img02.gif) no-repeat;
	float:left;
}

#tp-crv-r{
	width:11px;
	height:37px;
	background:url(../images/img03.gif) no-repeat;
	float:right;
}


/*Body*/
#logo{
	width:990px;
	height:auto;
	float:left;
	margin:8px 0 10px 0;
}

#logo img{
	float:left;
}

#body-ar{
	width:990px;
	height:auto;
	float:left;
	background:url(../images/img09.gif) top repeat-x;
}

#text-ar{
	width:990px;
	height:auto;
	float:left;
}

#footer{
	width:990px;
	height:30px;
	background:url(../images/img11.gif) top repeat-x;
	margin-top:15px;
	text-align:center;
	padding-top:20px;
	float:left;
}

#footer img{
margin-top:5px;
}