/* CSS Document */
.bodydrk {
    margin: 0px;
    font: normal 13px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    height: 100%;
	background: url(../images/bg_tile.jpg);
}

body {
    margin: 0px;
    font: normal 13px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    height: 100%;
	background: url(../images/bg_tile.jpg);
    background-color: #F5EBE1;
}

.main {
    width: 900px;
    border: 1px solid #2F2F2F;
    height: 100%;
    background: #000000; /*url(../images/nzg2_bg.jpg) repeat-y;*/
}

.clubmain {
    width: 780px;
    border: 1px solid #000000;
    height: 100%;
    background: #F5EBE1 url(../images/nzg2_clubs_bg.jpg) repeat-y;
}

a.ss_lnk:link,a.ss_lnk:visited,a.ss_lnk:hover
{
    background: #F5EBE1;
}

.content {
    width: 100%;
    padding: 20px;
    background:url(../images/nzg2_05.jpg) no-repeat;
}

.content2 {
    width: 470px;
    padding: 80px 10px 20px 0px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


.content5 {
    width: 170px;
    padding: 20px 10px 20px 0px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.content6 {
    width: 720px;
    padding: 60px 10px 0px 0px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.content3 {
    width: 720px;
    padding: 80px 10px 0px 0px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.content4 {
    width: 740px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a:link{color:#9C453B; font-weight: bold; text-decoration:none;}
a:visited{color:#9C453B; font-weight: bold; text-decoration:none;}
a:hover{color:#302C2C; font-weight: bold; text-decoration: underline;}

a.box:link{color:#BFBFBF; font-weight: bold; text-decoration:none;}
a.box:visited{color:#BFBFBF; font-weight: bold; text-decoration:none;}
a.box:hover{color:#FF0000; font-weight: bold; text-decoration: none;}

a.blinks:link{color:#BFBFBF; font-weight: bold; text-decoration:none;}
a.blinks:visited{color:#BFBFBF; font-weight: bold; text-decoration:none;}
a.blinks:hover{color:#FF0000; font-weight: bold; text-decoration: none;}

/*img{
border:0px;
margin:0px;
padding:0px;
}*/

p { text-align:justify; }

.bbutton {
    width: 220px;
	height: 200px;
    margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 2px;
    background: #000000;
}

.buttonmiddle {
    /*float: left;*/
    width: 200px;
    height: 213px;
    /*background:url(../images/nzg2_button_bg.gif) no-repeat;*/
}

.buttontitle {
    margin-left: 0px;
}

.buttonarea {
    margin-left: 1px;
	margin-right: 1px;
	margin-top: 145px;
	vertical-align:bottom;
}

/*
.buttonright {
    float: right;
    width: 101px;
}
*/

.area {
    margin-right: 0px;
}

.banner {
    margin: 2px 0px 0px 0px;
}


/* home menu buttons */
#home_login {
	display: block;
	width: 146.5px;
	height: 20px;
	background: url("../images/buttons/home_escort-login2.png") no-repeat 0 0;
	border: black 1px solid;
}
#home_login:hover {background-position: -146px;}
#home_login span {display:none;}

#home_advertise {
	display: block;
	width: 146.5px;
	height: 20px;
	background: url("../images/buttons/home_advertise2.png") no-repeat 0 0;
	border: black 1px solid;
}
#home_advertise:hover {background-position: -146px;}
#home_advertise span {display:none;}	

#home_message-board {
	display: block;
	width: 146.5px;
	height: 20px;
	background: url("../images/buttons/home_message-board.png") no-repeat 0 0;
	border: black 1px solid;
}
#home_message-board:hover {background-position: -146px;}
#home_message-board span {display:none;}

#home_subscribe {
	display: block;
	width: 146.5px;
	height: 20px;
	background: url("../images/buttons/home_subscribe.png") no-repeat 0 0;
	border: black 1px solid;
}
#home_subscribe:hover {background-position: -146px;}
#home_subscribe span {display:none;}


     