/* CSS Document */

/*==================== 
Image Styles 
======================*/ 
img { 
	border: 0; 
}


/*==================== 
General Styles 
======================*/ 
code, kbd, pre { 
 font-family: Courier, "Courier New", Tahoma; 
} 
ins, del { 
 font-style: italic; 
} 
 
/*==================== 
Site Styles 
======================*/ 
html { 
padding:0px;
margin:0px;
}

body {
  background-color: #ffffff;
  font-size: 12px;  
  padding:0px;
  margin:0px;
  text-align: left;
}

#main {
	width: 768px;
	height: 600px;
	background-color: #ffffff;
	text-align: center;
}

#top {
	width: 768px;
	height: 61px;
}

#middle {
	width: 768px;
	height: 388px;
	background-color: #ffffff;
	background-image: url(/images/main_bg.jpg);
	text-align: center;
}

#left {
	position: absolute;
	left: 35px;
	top: 79px;
	width: 218px;
	height: 342px;
}
	
#mid {
	position: absolute;
	left: 260px;
	top: 79px;
	width: 246px;
	height: 342px;
}

#right {
	position: absolute;
	left: 483px;
	top: 78px;
	width: 275px;
	height: 342px;
}	


#horizontal_line {
	width: 768px;
	height: 38px;
}

#footer {
	width: 768px;
	height: 49px;
	text-align: center;
}


	
