@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	
}
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	background-attachment:fixed
	
	
}
img {
	border:0;
}
#holder {
	margin:auto;
	width:1024px;
	background-color:#000;
	
}
#header {
	width:1024px;
	height:94px;
	background-image:url(../images/header_bg.jpg);
}
#header_right {
	width:512px;
	margin-left:512px;
	height:54px;
	padding-top:30px;
	text-align:center;
	
}
#header_right a:link {
	text-decoration:none;
	color:red;
}
#header_right a:visited {
	text-decoration:none;
	color:red;
}
#header_right a:active {
	text-decoration:none;
	color:red;
}
#header_right a:hover {
	text-decoration:none;
	color:white;
}
#header_left {
	width:512px;
	float:left;
}
#banner {
	width:1024px;
	height:417px;
	
}
#content_holder {
	width:985px;
	margin:auto;
	background-image:url(../images/content_holder_bg.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	
}
#col_left {
	width:274px;
	float:left;
	padding:15px 45px 15px 45px;
	background-color:#993333;
	
	
	
}
#col_right {
	width:621px;
	float:right;
	background-color:#fff;
}
#content {
	width:621px;
	
}
.welcome {
	width:551px;
	padding: 15px 35px 15px 35px;
	background-color:#fff;
	margin-top:0px;
	
}
#welcome {
	background-color:#0F0;
	
	
}
#footer {
	clear:both;
	width:955px;
	text-align:center;
	padding: 15px 15px 15px 15px;
	background-color:#000;
	color:#F90;
}
#nav {
	font-size:25px;
	word-spacing:30px;
	
}
.short_services_text {
	font-size:12px;
}
h3 {
	margin-bottom:0px;
	color:red;
	margin-top:0px;
}
h4 {
	margin-top:5px;
}
.news {
	font-size:13px;
}
h2 {
	margin-top:0px;
	color:#600
}
#terms {
	width:600px;
	margin:auto;
	background-color:white;
	font-size:11px
}
.terms h3{
	color:black;
}


a:link {text-decoration:none;color:#F90}
a:visited {text-decoration:none;color:#F90}
a:active {text-decoration:none;color:#F90}
a:hover {text-decoration:none;color:#600}

.index-services {
	width:555px;
	border-bottom:1px dashed #666666;
	margin-bottom:20px;
}
.textNewsDate {
	color:#999;
	font-size:11px;
}
.textNewsHomeName {
	color:#F90;
}

