/**
 * Page Template Style for Template 1
 * @author Websignia.net
 * @link http://www.websignia.net
 * @version 0.1
 */
#template_2{
	font-size: 12px;
}

#template_2 h1.header{
	margin-bottom: 10px;
}

#template_2 a{
	font-weight: bold;
}

#template_2 .textbox_1{
	width: 368px;
}

#template_2 .textbox_1 p{
	margin-bottom: 10px;
	text-align: justify;
	
}

#template_2 p.opt_link{
	font-family: "Impact";
	font-size: 16px;
	text-align: center;
}

#template_2 .photo_1{
	float: right;
}
#template_2 .image_container{
	background-image: url('/template_2/image_bg_big.jpg');
	background-repeat: no-repeat;
	height: 213px;
	width: 375px;
	background-position: top left;
	overflow: hidden;
	margin-left: -5px;
}

#template_2 .image_container img{
	margin-top: 14px;
	margin-left: 16px;
}


#template_2 .thumb_container{
	background-image: url('/template_2/thumb_image_bg.jpg');
	background-repeat: no-repeat;
	height: 130px;
	width: 116px;
	background-position: top left;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 10px;
}

#template_2 .thumb_container.last{
	margin-right: 0px;
}

#template_2 .thumb_container img{
	margin-top: 12px;
	margin-left: 9px;
}

#template_2 .bottom_link{
	background-image: url('/template_1/link_bg.jpg');
	background-repeat: no-repeat;
	width: 346px;
	height: 43px;
	text-align: center;
	margin: 15px auto 0 auto;
}

#template_2 .bottom_link a{
	display: block;
}
#template_2 .bottom_link img{
	margin-top: 13px;
}