.main-title{
		font-size: 36px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	.sub-title{
		font-size: 24px;
		margin: 15px 0 5px 0;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-weight: bold;
	}
	body{
		background: #fff;
		color: #333;
		font-size: 12px;
		margin: 0px auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#container{
		width: 700px;
		margin: 0px auto;
		margin-top: 50px;
		
	}
	#navbar{
		margin: 20px 0 10px 0;
		font-size: 12px;
		color: #999;
		border: none;
	}
	 a{
		color: #333;
	}
	
	 a:hover{
		color: #2264ff;
	}
	#navbar a:active{
		text-decoration: none;
	}
	#footer{
		margin-top: 20px;

	}
		iframe{
		width: 100%;
		
	}
	#header-iframe{
		height: 85px;
	}
	#footer-iframe{
		height: 45px;
		padding-bottom: 20px;
	}
	p{
		line-height: 18px;
		padding: 10px 0 10px 0;
	}
	.caption{
		line-height: 14px;
		font-style: italic;
		color: #8d8d8d;
		display: block;
		margin-top: 5px;
		padding: 0px;
	}

	#image_group {
		width:100%;
		height:600px;
		overflow-y:visible;
		/*padding:5px;*/

		/*background-color: red;*/
	}

	.img_row {
		width:100%;
		padding:5px;
		height:300px;
		/*background-color: blue;*/

	}

	.img_col_3{
	position:inherit;
	float:left;
	/*border:1px solid black;*/
	width:33%;
	height:300px;
	/*background-color: green;*/
	}

	.img_col_3 img {
	width:100%
	}

	img {
	width:100%
	}


.row_wrapper {
height:100%;
clear:both;

}

.row2 {
width:100%;
height:100%;
position: relative;
}

.col2 {
width:50%;
border:0px solid black;
float:left;
}

.col2_img {
margin:5px;
}

.col2_img img {
width:100%;
}

