body {
	background : #fff url( ../images/nu_bg.png ) repeat-x;
	text-align : center;
	color : #444;
	font : 12px Verdana, Helvetica, sans-serif;
	line-height : 1.4;
}

.s_font {
	font-size : 11px;
}

.l_font {
	font-size : 14px;
}

p {
	padding: 5px;
	margin: 0;
	text-align: justify;
	text-justify: inter-word; /*or auto*/
}

img {
	border : none;
}

a {
	color : #1283b0;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

ul, li {
	list-style-type : none;
}

h1 {
	color: #ccc;
	font : bold 24px Verdana, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}

.clear {
	clear: both;
}

.BTN {
	margin-top: 10px;
	width: 100px;
	height: 25px;
	background: url(../images/button_bg.gif) repeat-x top left;
}

.BTN_o{
	margin-top: 10px;
	width: 100px;
	height: 25px;
	background: url(../images/button_bg_o.gif) repeat-x top left;
	cursor: pointer;
}

#container {
	width : 790px;
	margin : 5px auto;
	padding: 0;
	text-align : left;
}

#header {
	width: 790px;
	height: 260px;
	background: url(../images/banner.png) no-repeat top left;
}

#header img{
	position: relative;
	left: 620px;
	top: 22px;
}

#main {
	display: table;
	width: 790px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-color:#FFF;
	/*background-image:url(.../images/background.png);*/
	/*border:thin;
	border-color:#33F;*/
	background: url(../images/base.jpg) repeat-y /*left*/;
}

#menu {
	font-size: .9em;
	text-align: right;
	/*letter-spacing: .5px;*/
	letter-spacing: 1px;
	color: #726b62;
	padding: 0 20px 20px 20px;
}

#menu a {
	color: #726b62;
}

#menu a.current {
	text-decoration: underline;
}

#left {
	clear: both;
	float: left;
	width: 200px;
	text-align: center;
}

#left img {
	margin: 5px 5px 10px 5px;
}

#contents {
	float: left;
	width: 570px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0 20px 20px 0;
}

#contents .right {
	float: right;
	padding: 7px;
}

#contents .left {
	float: left;
	padding: 7px;
}

#contents div.home{
	height: 350px;
	background: #fff url(../images/home_bg.jpg) no-repeat bottom left;
}
/*
#stamp {
	margin-right: 5px;
}
*/
#partners {
	display: table;
	width: 400px;	
	margin: 50px;
}

#partners img {
	float: left;
	margin: 20px;
}

#footer {
	padding-right: 10px;
	width: 790px;
	height: 25px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	background: url(../images/bottom.gif) no-repeat top left;
}

#footer center{
	padding: 0;
	margin: 0;
	background: url(../images/base.jpg) repeat-y top left;
	border: 1px solid #000;
}

.expanded {
	display: block;
}

.collapsed {
	display: none;
}

table {
	font : 11px Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table th {
	text-align: center;
	font : bold 11px Verdana, Helvetica, sans-serif;
	background-color: #1283b0;
	color: #fff;
	padding: 2px;
}

table td {
	text-align: center;
	font : 11px Verdana, Helvetica, sans-serif;
	background-color: #eee;
	padding: 2px;
}

table td.form{
	text-align: left;
}

input, select {
	font : 11px Verdana, Helvetica, sans-serif;
	color: #444;
}
