/*

*/

body {
    direction: ltr;
    background-color: #FFFFFF;
    color: #606060;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #606060;
    background-color: transparent;
	text-align: left;
	display: inline;
}

.imgborder {
	padding-left: 10px;
}

.input_login {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 1.0em;
  color            : #666666;
  background-color : transparent;
  border           : 1px solid #7F9DB9;
}

#div_body {
	margin: 0px auto;
	width: 1014px;
}

#div_colleft-out{
	position: relative;
	top: 0px;
	left: 0px;
	width: 179px;
	float: left;
	background-image: url("images/golfcourse_left.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	display: inherit;
}
#div_colleft-in{
	position: relative;
	top: 0px;
	left: 0px;
	width: 179px;
	float: left;
	background-image: url("images/golfcourse_left.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	display: inherit;	
}
#div_colright{
	position:relative;
	top: 0px;
	left: 0px;
	width: 835px;
	float: left;
}

#div_userinfo-out {
	position: absolute;
	top: 317px;
	left: 19px;
	height: 165px;
	width: 141px;
	background-image: url("images/userinfo.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#div_userinfo-in {
	position: absolute;
	top: 317px;
	left: 19px;
	height: 165px;
	width: 141px;
	background-image: url("images/userinfo.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#div_userinfo-in td{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    background-color: transparent;
	text-align: left;
	display: inline;
}
#div_userinfo-out td{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    background-color: transparent;
	text-align: left;
	display: inline;
}


#div_header_1 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 23px;
	width: 835px;
	background-image: url("images/header_row1.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#div_header_2 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 835px;
	text-align: center;
	background-image: url("images/header_row2.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#div_header_3 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 73px;
	width: 835px;
	background-image: url("images/header_row3.png");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

#div_nav {
	position: relative;
	top: 0px;
	left: 0px;
	height: 33px;
	background-image: url("images/greenbar.png");
	background-repeat: repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
    background-color: transparent;
	text-align: left;
}
#div_nav p {
	text-indent: 10px;
	font-size: 0.9em;
	line-height: 29px;
}
#div_nav a:link, a:visited {
    text-decoration: underline;
	color: #1C3F95;
	background-color: transparent;
}
#div_nav a:hover {
	text-decoration: none;
	color: #1C3F95;
	background-color: transparent;
}

#div_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 835px;
	min-height: 650px;
	height: auto;
	background-image: url("images/golfcourse_right.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	z-index:0;
}
/* For IE as it blatantly ignores the min-height command, how much we love you! */
/*\*/
* html #div_content {
height: 650px;
}
/**/
#div_forum {
	position: relative;
	top: 0px;
	left: 0px;
	width: 830px;
	background-image: url("images/forumbg.png");
	background-repeat: repeat;
	background-position: top left;
	z-index: 10;
}


}
#div_footer {
	margin: 10px 5px 5px -10px;
	width: 100%;
	z-index: 20;
	text-align: right;
}
#div_footer p {
	font-size: 0.8em;
}
#div_footer a:link, a:visited {
	font-size: 0.9em;
	font-weight: bold;
    text-decoration: underline;
	color: #1C3F95;
	background-color: transparent;
}
#div_footer a:hover {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #1C3F95;
	background-color: transparent;
}


