@charset "utf-8";
/* CSS Document */

body {
	font: 12px Arial;
	margin: 0;
	padding: 0;
	color: #FFF;
}
h2{
	font: 21px Arial;
	margin:16px 0 0 0;
	}

/* ~~ ~~ */
ul, ol, dl { /* ~~ ~~ */
	padding: 0;
	margin: 0;
}
/*h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}*/
a img { /* ~~ ~~ */
	border: none;
}
/* ~~ ~~ */
a:link {
	color: #fff;
	text-decoration: underline; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ~~ ~~ */
	text-decoration: none;
}

/* ~~ ~~ */
.container {
	width: 991px;
	background-color: #FFF;
	margin: 10px auto; /* ~~ ~~ */
}

/* ~~ ~~ */
.header {
	height:100px;
}

/* ~~ ~~ */
.content {
	background:url(images/prtview.jpg) no-repeat;
	padding: 10px 0 55px 30px;
	height:321px;
	overflow:hidden;
}

.content_text{
	width: 415px;
	float:left;
}
.content_title{
	float: right;
    font-size: 35px;
    height: 368px;
    margin: 0;
    position: relative;
    text-align: right;
    width: 300px;
}
.content_title H3{
	position:absolute;
	bottom:0;
	right:0;
	margin:0 6px;
}

.content img{
	margin:0 5px 0 0;
}

/* ~~ ~~ */
.footer {
/* ~~ ~~ */}

/* ~~ ~~ */
.fltrt {  /* ~~ ~~ */
	float: right;
	margin-left: 8px;
}
.fltlft { /* ~~ ~~ */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* ~~ ~~ */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo{
	float:left;
}
.logo_2, .logo_2 img{
	float:right;
}
.logo_2 img{
	margin:0 3px;
}
.logo_2{
	position:relative;
	height:100%;
	width:50%;
	color:#b5121b;
	font-weight:Bold;
	font-size:20pt;
}
.logo_2 p{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}
.footer li{
	position:relative;
	float:left;
	list-style:none;
	margin:0 14px 0 0;
}

.footer li H3{
	position:absolute;
	bottom:0;
	margin:6px 8px;
	right:0;
	font-size:22px;
}
.last{
	margin:0 !important;
}
/*.content p{
	width:50%;
}*/

h3 a {
	color: #fff !important;
	text-decoration:none !important;
}
	