html,body {
	padding:0px;
	margin:0px;
	width:100%;
/* 	min-height:100%; */
	background-color:#e8eef3;
	min-width:751px;
	height:100%;
}
*{
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
body{
/*	background-image:url('../img/sky.gif');
	background-repeat:repeat-x;*/
/* 	background-position:center bottom; */
	
}
#sky {
	width:100%;
	position:absolute;
/*	background-color:red;*/
	height:395px;
	margin-top:-395px;
	z-index:99;
	background-image:url('../img/sky.png');
	background-repeat:repeat-x;
}
#mainbox{
	width:751px;
	min-height:100%;
/* 	height:100%; */
	position:relative;
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../img/mainbox_bg.png');
	background-repeat:repeat-y;
}
#mainbox_top{
	width:751px;
	height:34px;
	background-image:url('../img/mainbox_top.gif');
	background-repeat:no-repeat;
}
#mainbox_bottom{
	position:absolute;
	z-index:100;
	bottom:0px;
	width:751px;
	height:225px;
	background-image:url('../img/mainbox_bottom.png');
	background-repeat:no-repeat;
}
#topmenu{
	height:36px;
	background-image:url('../img/topmenu_bg.gif');
	background-repeat:repeat-x;
	position:absolute;
	top:60px;
	left:105px;
	right:105px;
}
#topmenu_l{
	height:36px;
	background-image:url('../img/topmenu_l.gif');
	background-repeat:no-repeat;
	width:17px;
	float:left;
}
#reg_btn{
	height:36px;
	background-image:url('../img/reg_btn.gif');
	float:right !important;
	padding:0px !important;
	display:block;
	background-repeat:no-repeat;
	width:116px;
}
#topmenu a{
	font-size:13px;
	font-weight:bold;
	float:left;
	display:block;
	height:36px;
	line-height:33px;
	color:#ffffff;
	padding-left:12px;
	padding-right:12px;
}
a:hover{
	text-decoration:none;
}
#mainmap{
	background-image:url('../img/main_map.gif');
	background-repeat:no-repeat;
	width:657px;
	height:178px;
	position:relative;
	top:100px;
	margin-left:auto;
	margin-right:auto;
}
#forum_btn{
	width:63px;
	height:52px;
	display:block;
	position:absolute;
	left:120px;
	top:5px;
}
#forum_btn:hover #forum_hint{
	display:block;
}
#forum_hint{
	background-image:url('../img/hint_forum.gif');
	background-repeat:no-repeat;
	width:63px;
	height:33px;
	position:absolute;
	left:-45px;
	top:-31px;
	
	display:none;
}


#lc_btn{
	width:50px;
	height:58px;
	display:block;
	position:absolute;
	left:470px;
	top:0px;
}
#lc_btn:hover #lc_hint{
	display:block;
}

#lc_hint{
	background-image:url('../img/hint_lc.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:140px;
	height:43px;
	position:absolute;
	left:42px;
	top:-27px;
	
	display:none;
}
#self_btn{
/* 	background-color:red; */
	display:block;
	position:absolute;
	width:260px;
	height:100px;
	top: 50px;
	left: 186px;
}


#content {
	margin-top:130px;
	margin-left:25px;
	margin-right:25px;
	position:relative;
	z-index:101;
	font-size:14px;
	color:#2d2d2d;
	padding-bottom:80px;
}

#footer{
	position:absolute;
	z-index:102;
	bottom:0px;
	left:25px;
	right:25px;
	height:80px;
	padding-left:10px;
	padding-right:10px;
	line-height:80px;
	color:#2d2d2d;
/* 	font-weight:bold; */
	font-size:11px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#7dc6ff;
/* 	text-align:justify; */
}

.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
hr {
	border-style:none;
	background-color:#7dc6ff;
	height:1px;
/*	margin-left:25px;
	margin-right:25px;*/
}

/*h1,h2,h3,h4,h5,h6{
	color:#2d2d2d;
}*/

h1{
	font-size:20px;
	margin-bottom:5px;
}
hr{
	margin-top:15px;
	margin-bottom:15px;
}
a {
	color:#1e9dff;
}
ul {
	padding-left:25px;
}
li {
	padding-bottom:13px;
}
.gray{
	color:#797979;
}
.centered{
	text-align:center;
}
.bold {
	font-weight:bold;
}
.inline{
	display:inline;
}
.bigAlink:hover{
	border-style:none;
}
.bigAlink{
	font-size:20px;
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-width:2px;
	border-bottom-color:#2d2d2d;
	color:#2d2d2d;
	text-decoration:none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.toprow, .bottomrow{
	height:10px;
	width:706px;
	background-repeat:no-repeat;
}
.toprow{
	background-image:url('../img/table_top.gif');
}
.bottomrow{
	background-image:url('../img/table_bottom.gif');
}
.decortable{
	width:706px;
	background-image:url('../img/table_bg.gif');
	background-repeat:repeat-y;
}
#offer {
	display:none;
}
#offer {
	font-size:13px;
}
#offer tr, #offer td{
	vertical-align:top;
}
#offer td{
    padding-right:5px;
}
#offer li{
	padding:0 0 10px 0;
}


#reg_win{
	width:219px;
	position:absolute;
	left:430px;
	top:96px;
	z-index:100;
	display:none;
}
#reg_win_top{
	width:219px;
	height:15px;
	background-image:url('../img/reg_win_top.png');
	background-repeat:no-repeat;
}
#reg_win_content{
	width:219px;
	background-image:url('../img/reg_win_bg.png');
	background-repeat:repeat-y;
	padding-left:8px;
	padding-right:8px;
}
#reg_win_bottom{
	width:219px;
	height:7px;
	background-image:url('../img/reg_win_bottom.png');
	background-repeat:no-repeat;
}
#user_name_input, #user_email_input, #captcha_input {
	color:#9a9a9a;
	font-style:italic;
    font-size: 14px;
    padding: 2px;
}
#user_name_input, #user_email_input, #captcha_input {
	width:190px;
	margin-bottom:5px;
    
}


#captcha_input{
    
    margin-top: 5px;
    
    
}
#ready_btn {
	margin-bottom: 3px;
}
