.fancybox-skin, .fancybox-inner {
	background-color: #FFF;
}

#sg_container {
	width: 640px;
	margin: 0 auto;
}

#sg_container h1, h4, p {
	font-family: 'Arial', 'sans-serif';
	font-size: 13px;
}

#sg_container #sg_heading {
	height: 85px;
}

#sg_container #sg_heading h1 {
	font-size: 25px;
	text-align: center;
	margin: 30px 0;
	display: block;
	text-transform: uppercase;
}

#sg_container .sg_content {
	width: 100%;
	margin: 0 auto;
}

#sg_container .sg_content .sg_headline {
	width: 100%;
	background-color: #262626;
	padding: 15px 0 5px;
}

#sg_container .sg_content .sg_headline h4 {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#sg_container .sg_content img {
	width: 281px;
	float: right;
}

#sg_container .sg_content .sg_type-content {
	width: 289px;
	float: left;
	margin: 35px;
}

#sg_container .sg_content .sg_type-content span{
	font-weight: bold;
}

#sg_container .sg_content table {
	width: 100%;
	border-top: 2px solid #E6E6E6;
}

#sg_container .sg_content td {
	line-height: 30px;
}

#sg_container .sg_content table .odd {
	background-color: #FFF;
}

#sg_container .sg_content table .even {
	background-color: #E6E6E6;
}

#sg_container .sg_content table .left {
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#sg_container .sg_content table .center {
	text-align: center;
}

#sg_container .sg_content table .right {
	text-align: right;
	padding-right: 15px;
}