﻿/* Content Layout */			
		#content_layout {
			position: relative;
			width: 761px; _width: 763px; height: 300px; _height: 300px;
			border-right: 1px solid #322117;
			border-bottom: 1px solid #322117;
			border-left: 1px solid #322117;
		}
		
		#layout_frame{
			position: absolute;
			top: 10px; left:10px;
			width: 721px; _width: 741px; height: 260px; _height: 280px;
			border: 10px solid #fff;
			margin: 0; padding: 0;
		}
	
			#layout_one {
				position: absolute;
				top: 20px; left: 20px;
				width: 320px; height: 100px;
			}
	
				#layout_thumb {
					position: relative;
					width: 98px; height: 78px;
					border: 1px solid #ccc;
				}
		
				#layout_text {
					position: relative;
					top: -83px; left: 110px;
					width: 210px;
				}
			
			#layout_two {
				position: absolute;
				top: 20px; left: 370px;
				width: 320px; height: 100px;
			}
			
			#layout_three {
				position: absolute;
				top: 130px; left: 20px;
				width: 320px; height: 100px;
			}
			
			#layout_four {
				position: absolute;
				top: 130px; left: 370px;
				width: 320px; height: 100px;
			}
			
			#layout_five {
				position: absolute;
				top: 240px; left: 20px;
				width: 320px; height: 100px;
			}
			
			#layout_six {
				position: absolute;
				top: 240px; left: 370px;
				width: 320px; height: 100px;
			}
			
			div#layout_right a {color:#974A16; text-decoration:underline;}
			div#layout_right a:hover {color:#000; text-decoration:underline;}
			
				P.title {
					font: 22px Times New Roman, serif;
					font-weight: bold;
					color: #974A16;
					text-align: left;
					margin: 0 0 2px 0;
				}
				
				P.body {
					font: 13px/18px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
					color: #441700;
					text-align: left;					
					margin: 0;
				}