@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img { border:0;}

body {
	background: url(/images/bg.gif) repeat-x top #000000;

	font-family:Arial, Helvetica, Verdana;
	font-size:12px;
	color:#ffffff;
}

.clr { clear:both;}

#wrapper{
	width:950px;
	margin:0 auto 0 auto;
}

#header {
	width:950px;
	height:201px;
	background-color:#ff0000;
	border-bottom: 10px solid #ff0000;
	background:url(/images/header.jpg) no-repeat bottom center;
}

#logo { margin-left:380px; width:297px; float:left; display:inline;}

#logo a:link, #logo a:visited {
	width:297px;
	height:149px;
	display:block;
}

#footer {
	height:100px;
	background-color:#ff0000;
	margin-top: 70px;
}

#footer_content {
	width:950px;
	height:85px;
	background:url(/images/footer_bg.jpg) no-repeat top center #ff0000;
	padding-top:15px;
	text-align:center;
	margin: 0px auto 0 auto;
}

#menu {
	float:left;
	padding-left:5px;
	margin-top: 15px;
}

#menu li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	margin-right:18px;
}

#left_menu {
	float:left;
	width:223px;
	height:422px;
	background:url(/images/bg_menu.gif) no-repeat;
	margin-top:5px;
	padding: 16px 0 0 16px;
}

#left_menu li {
	list-style:none;
	margin:0;
	padding:0;
}

a.bt_1:link, a.bt_1:visited {
	margin-left:20px;
	margin-top:6px;
	float:left;
	width:220px;
}

a.bt_2:link, a.bt_2 {
	margin-top:26px;
	float:left;
	width:220px;
}

#content {
	float:right;
	width:640px;
	padding: 30px 30px;
}
#contact {
	float:right;
	width:640px;
	padding: 30px 30px;
}

.img_1, .img_2, .img_3, .img_4, .img_5 {
	position:relative;
	float:left;
	display: inline;
}

.img_3 { margin-right:120px;}
.img_4 {margin:-140px 0 0 40px;}
.img_5 {margin:-180px 0 0 70px;}
.img_1 { float:right; margin:-150px 145px 0 0;}

#content h1 {
	font-size:22px;
}

#content p, #content strong {
	font-size:16px;
	line-height:22px;
}

#content span {
	font-size:16px;
	line-height:22px;
	float:left;
	width:180px;
	clear: left;
	font-weight: bold;
}


#email {
	float:left;
	margin-top:20px;}
	
#email a{	
	color: #ffbc00;
	font-size:14px;
}



.em { float:left; width:140px; height:20px; border:0; margin-top:5px;}

.bt {float:left; padding:0 5px; height:20px; border:0; background-color:#7f7f7f; margin:5px 0 0 5px;}

.cv_left {
	float:left;
	width:180px;
	font-size: 18px;
	margin-top: 300px;
}

.cv_right {
	float:right;
	width:459px;
	border-left: 1px solid #ffffff;
}
#content  .cv_right span {
	float:left;
	width:189px;
	padding:0 20px;
	font-weight: normal;
	clear: none;
	margin-bottom: 20px;
	text-align: left;
}



#content h2 {
	font-size:16px;
	clear: both;
}
