body {
	margin: 16px 0 0 0;
	padding: 0;
	background-color: #2b2b2b;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.left{
	font-size: 1px;
	text-align: right;
}
.right{
	font-size: 1px;
	text-align: left;
}
.hundred{
	width: 100%;
}
.content{
	width: 760px;
}
table {
	margin: 0px;
	border-collapse:collapse;
	empty-cells: show;
	}
td {
	border: 0px;
	padding:0px;
	vertical-align: top;
	cursor: default;
	}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}
/*
p, ol, ul {
	line-height: 180%;
}
*/
p {
	text-indent: 20px;
}

ol {
}

ul {
}

img {
	border: none;
}

.bold {
	font-weight: bold;
	}

/* Header */

#header {
	width: 760px;
	height: 351px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat left top;
}
#top_flash {
	width: 460px;
	height: 148px;
	background: url(images/flash_menu_top.jpg) no-repeat right top;
	float: right;
}
#flash2 {
	width: 460px;
	height: 203px;
	float: right;
	}
/* end header */

/* content */
#content_text {
	width: 760px;
	}

#left_text {
	width: 260px;
	float: left;
	padding: 20px 20px;
	font-size: 17px;
	}

#right_text {
	width: 440px;
	float: right;
	background-color: #343434;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color: #939393;
	}
.h1_text {
	color: #d5d5d5;
	}
/* end contennt */


/*footer*/
#footer {
	width: 760px;
	}
#footer_left {
	width: 260px;
	border-top: 1px solid #3b3b3b;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	color: #939393;
	font-size: 10px;
	float: left;
	}
a.footer_a {
	color: #aec455;
	text-decoration: none;
}

a.footer_a:hover {
	text-decoration: underline;
}
#footer_right{
	padding-top: 20px;
	width: 460px;
	text-align: center;
	float: right;
	}


/*end footer*/

/* Logo */
/*
#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: url(images/logo3.jpg);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}*/