.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{
		clear: both;
		line-height: 18px;
		padding: 10px 0 10px 0;
	}
	.caption{
		line-height: 14px;
		font-style: italic;
		color: #8d8d8d;
		display: block;
		margin-top: 5px;
		padding: 0px;
	}

	.row_wrapper {
		height:100%;
	}

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

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

	.col2_img {
		margin:5px;	
	}

	.col2_img img {
		width:100%;
	}