@charset "utf-8";
/* CSS Document */


/* Change / add background image here */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url(images/backgroundwood.jpg);
	background-color: #000000;
	background-position: center;
}  

a {
	color: #FFFFFF;
}



/* These control main layout and should not be changed. */

#main_left {
	float: left;
	width: 790px;
	padding-right: 10px;
	
}

#main_right {
	float: left;
	width: 196px;
}


/* ---------------------- Forces it to be aligned centered ---------------------- */  


#container {
	width: 1050px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* ---------------------- Layout headers for the images and logo ---------------------- */  

#header_top {
	height: 127px;
	width: 1000px;
	
}
#header_second {
	height: 7px;
	width: 790px;
	background-image: url(images/topborder_main.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 0px;
	
	
	
}

#header_third {
	float: left;
	height: 170px;
	width: 264px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#header_third a {
  display:block;
  width:100%;
  height:60%;
  text-decoration:none;
}

#header_third2 {
	float: left;
	height: 170px;
	width: 526px;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
}

#header_third2 a {
  display:block;
  width:100%;
  height:60%;
  text-decoration:none;
}

#ball {
	width: 202px;
	float: left;
	height: 127px;
	background-image: url(images/ball_top.gif);
	background-repeat: no-repeat;

}

#ball a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}


#ad {
	width: 590px;
	float: left;
	height: 127px;
}


 /* ----- -- Right side for all pages -- ------ */
 
#right {
	width: 196px;
	float: left;
	height: 100%;
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	
}
  
  
  
#right_info {
	width: 169px;
	height: 100%;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
  }
  
  
#sideleft_border{
	height: 414px;
	width: 1px;
	background-image: url(images/rightside_border.jpg);
	float: left;
	background-color: #5b4e60;
	background-repeat: no-repeat;
	
}
#sideright_border{
	height: 414px;
	width: 1px;
	background-image: url(images/rightside_border.jpg);
	float: left;
	background-color: #5b4e60;
	background-repeat: no-repeat;
}
#topright_border{
	height:8px;
	width: 181px;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 0px;
}


#sidebottom_border{
	height:8px;
	float: left;
	width: 181px;
	background-image: url(images/rightbottom.gif);
	background-repeat: no-repeat;
}

 


/*  Page backgrounds for each. Controls the auto height. */

#pagebg {
	height: 100%;
	width: 1050px;
	float: left;
}


 
/* ---------------------- Left Side of all the pages. ---------------------- */ 

#left {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	background-repeat: repeat-y;
	width: 790px;
	font-weight: normal;
	background-image: url(images/leftbg.gif);
	padding-right: 4px;
	height: 100%;
	margin-right: 10px;
}



#left a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	color: #006699;
}

#left_border{
	height: 200px;
	width: 39px;
	background-image: url(images/left_border.gif);
	float: left;
	
	background-repeat: no-repeat;
	
}
#right_border{
	height: 200px;
	width: 1px;
	background-image: url(images/right_border.gif);
	float: left;
	background-color: #5b4e60;
	background-repeat: no-repeat;
}

/* ------ Footer image of the pages sliced into 2 to save images size. Also controls the look of the copyright text. ------- */ 

.footer_space {
	height: 5px;
	width: 38px;
	background-image: url(images/foot_space.gif);
	background-repeat: no-repeat;
	float: left;
	
	
}
#footer_main {
	height: 201px;
	width: 752px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	
	
}
#footer_curve {
	height: 18px;
	width: 790px;
	background-image: url(images/footer_curve.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B8B8B8;
	text-align: right;
	margin-right: 5px;
	padding-bottom: 20px;
}


#footer_curve a {
	text-decoration: none;	
}

/* --- Menu of the site if you want to add more link images you might need to increase height.------ */ 

#menu {
	height: 221px;
	width: 155px;
	float: left;
	padding-left: 10px;
}

/* --- The main look of your text field and links in it, do not change the width unless smaller.------ */ 

#main {
	height: 100%;
	width: 575px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding-right: 10px;
	
}

#main a {
	color: #ffffff;
	text-decoration: none;	
}
