body {
	font-family: Arial, Geneva, helvetica, sans-serif;
	margin: 0px;
	background: #fff url(images/back.gif) repeat-x;
  	font-size: 13px;
  	color: #444445;
}

table {
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #425966;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9c9c9c;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
}

a {
	color: #336fbe;
	text-decoration: none;
}


a:hover {
	color: #000;
	text-decoration: underline;
}

#container_big {
	width: 903px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 903px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 903px;
	height: 117px;
	text-align: left;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

#header_index {
	float: left;
	position: relative;
	width: 903px;
	height: 117px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#chat {
	float: right;
	position: absolute;
	top: 0px;
	right: 4px;
}

#chat img {
	border: 0px;
}

#menu {
	float: right;
	position: absolute;
	width: 903px;
	height: 35px;
	left: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	bottom: 4px;
}

#navigation a
{
color: #fff;
text-decoration: none;
padding-left: 20px;
background: url("images/a_link.gif") left top no-repeat #000;
} 

#navigation a span
{
background: url("images/a_link_r.gif") right top no-repeat;
padding-right: 20px;
padding-top: 8px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
height: 35px;
cursor: pointer;
}

#navigation a:hover
{
color: #000;
background: #cecccc url("images/a_hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 20px
}

#navigation a:hover span
{
background: url("images/a_hover_r.gif") right top no-repeat;
padding-right: 20px;
padding-top: 8px;
}

#navigation
{
list-style: none;
padding: 0;
margin: 0;
height: 35px;
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0;
margin-left: 5px;
height: 35px;
}

#top_menu {
	width: 595px;
	height: 25px;
	float: right;
	position: absolute;
	top: 14px;
	right: 7px;
	font-size: 12px;
}

#top_menu img {
	border: 0px;
	float: left;
	margin-right: 4px;
}

#top_menu a {
	display: block;
	float: left;
	margin-left: 21px;
	/margin-left: 17px;
	margin-right: 8px;
	font-weight: bold;
	color: #4a4a4a;
}

#top_menu a:hover {
	color: #558fe3;
}

#banner {
	float: left;
	position: relative;
	width: 903px;
	height: 154px;
	left: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	color: #222;
	top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#banner img {
	border: 0px;
}

#banner_d {
	width: 740px;
	height: 95px;
	float: left;
	position: absolute;
	left: 6px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #888;
}

#banner_b {
	width: 535px;
	height: 32px;
	float: left;
	position: absolute;
	left: 4px;
	bottom: 10px;
}

#banner_b img {
	border: 0px;
	float: left;
	position: relative;
	margin-left: 5px;
}

input, textarea, button { 
	background-color: #cedaf0;
	color: #111;
	border: solid 2px #599fc7;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 4px;
	padding: 4px;
	font-weight: bold;
	/height: 30px;
}

#login {
	float: right;
	position: absolute;
	width: 189px;
	height: 130px;
	background: url(images/login_back.gif) no-repeat;
	right: 23px;
	top: 0px;
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#user {
	float: left;
	position: relative;
	width: 175px;
	height: 28px;
	background: url(images/user.gif) no-repeat;
	border: 0px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	left: 6px;
	margin-top: 6px;
}

#pass {
	float: left;
	position: relative;
	width: 175px;
	height: 28px;
	background: url(images/pass.gif) no-repeat;
	border: 0px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	left: 6px;
	margin-top: 6px;
}

#register {
	float: left;
	position: relative;
	width: 85px;
	height: 28px;
	background: url(images/register.gif) no-repeat;
	/background: url(images/register.gif) no-repeat fixed;
	border: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 7px;
	padding: 0px;
}

#go {
	float: left;
	position: relative;
	width: 85px;
	height: 28px;
	background: url(images/go.gif) no-repeat;
	/background: url(images/go.gif) no-repeat fixed;
	border: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}

#flags {
	float: right;
	position: absolute;
	width: 16px;
	right: 215px;
	top: 11px;
}

#flags img {
	margin-top: 3px;
	margin-bottom: 2px;
}

#tabs {
	width: 810px;
	float: left;
	position: relative;
	height: 31px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	margin-left: 4px;
}

#tabs a {
	color: #fff;
	width: 103px;
	height: 31px;
	background: url(images/tab0.gif) no-repeat;
	display: block;
	float: left;
	position: relative;
	margin-left: 3px;
	text-align: center;
	line-height: 31px;
}

#tabs a:hover {
	background: url(images/tab.gif) no-repeat;
	text-decoration: none;
}

.box {
	float: left;
	position: relative;
	width: 225px;
	margin-left: 2px;
	height: 750px;
	background: url(images/v.gif) repeat-y right;
	margin-top: 4px;
	overflow: hidden;
}

.box_last {
	float: left;
	position: relative;
	width: 215px;
	margin-left: 1px;
	margin-top: 4px;
	text-align: center;
	overflow: hidden;
}

.box_last img {
	border: 0px;
	margin: 5px;
}

#phone {
	float: right;
	position: absolute;
	bottom: 13px;
	left: 510px;
	color: #848484;
	font-style: italic;
	font-weight: bold;
}

#phone_top {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.date {
	color: #aaa;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}

.list1 {
	list-style-image: url(images/b1.gif);
	margin-top: 3px;
	margin-bottom: 3px;
}

.list2 {
	list-style-image: url(images/b2.gif);
	margin-top: 3px;
	margin-bottom: 3px;
}

.list3 {
	list-style-image: url(images/b3.gif);
	margin-top: 3px;
	margin-bottom: 3px;
}


#content {
	float: left;
	position: relative;
	width: 903px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
}

#left {
	width: 683px;;
	float: left;
	position: relative;
	left: 5px;
	top: 0px;
	text-align: justify;
}

#main {
	float: left;
	position: relative;
	width: 725px;
	/width: 806px;
	left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(images/upload_left.gif) top left no-repeat;
	padding-left: 80px;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 903px;
	background: url(images/footer.gif) top left no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 5px;
	height: 43px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#right {
	float: right;
	position: relative;
	width: 205px;
	right: 3px;
	height: 750px;
	background: left url(images/v.gif) repeat-y;
}

input[type=file] {
	font-size: 10px;
}

.btn {
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	position: absolute;
}

ul {
	list-style-type: square;
}

#ttitle {
	background-color: #900000;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}