* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:954px;
}
body { 
	background:#2a64a7; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#5a5a5a;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}


/*==== GLOBAL =====*/

#header {
	height:383px;
	overflow:hidden;
	background:url(images/header-tail.gif) 0 0 repeat-x;
}

img{ 
	margin:3px 10px 0 0; 
	float:left;
}

p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#e85a00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:21px;
	line-height:1.2em;
	color:#353535;
	font-weight:normal;
	margin-bottom:22px;
}

#content {
	width:954px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
	background:#fff;
	padding:20px 20px 20px 20px;
	overflow:hidden;
}
	li {
		font-size:12px;
		color:#000;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	li a {
			color:#e85a00;
			padding:0 0 0 4px;
			text-decoration:none;
		}



/*==================boxes====================*/
.box1 {
	background:#f7f7f7;
	border:1px solid #c6c9cc;
	padding:25px 18px 34px 23px;
	-moz-box-shadow: 0px 2px 4px #e3e3e3; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 4px #e3e3e3; /* Saf3.0+, Chrome */
  box-shadow: 0px 2px 4px #e3e3e3; /* Opera 10.5, IE 9.0 */
}

/*===== header =====*/
#header .header-bg {
	height:383px;
	background:url(images/header-bg.jpg) no-repeat 50% 0;
}

#content .col-2 {width:632px; margin-right:20px;}
#content .col-3 {width:300px;}
