    /* <!-- */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}

@font-face {
    font-family: 'AllerLightItalic';
    src: url('../type/aller_ltit-webfont.eot');
    src: url('../type/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/aller_ltit-webfont.woff') format('woff'),
         url('../type/aller_ltit-webfont.ttf') format('truetype'),
         url('../type/aller_ltit-webfont.svg#AllerLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../type/aller_lt-webfont.eot');
    src: url('../type/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/aller_lt-webfont.woff') format('woff'),
         url('../type/aller_lt-webfont.ttf') format('truetype'),
         url('../type/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerItalic';
    src: url('../type/aller_it-webfont.eot');
    src: url('../type/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/aller_it-webfont.woff') format('woff'),
         url('../type/aller_it-webfont.ttf') format('truetype'),
         url('../type/aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('../type/aller_rg-webfont.eot');
    src: url('../type/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/aller_rg-webfont.woff') format('woff'),
         url('../type/aller_rg-webfont.ttf') format('truetype'),
         url('../type/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegularBold';
    src: url('../type/aller_rg-webfont.eot');
    src: url('../type/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/aller_rg-webfont.woff') format('woff'),
         url('../type/aller_rg-webfont.ttf') format('truetype'),
         url('../type/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}
body {
	font-family:arial, helv, helvetica, sans-serif;
	font-size:15px;
	border:0;
	line-height:20px;
	background:url("../images/bg.gif") repeat-x #f6f4dc;
	text-align:center;
	color:#4f514e;
}
a { text-decoration: none;
color:#44829b; }
a:visited { text-decoration: none;
color: #44829b; }
a:hover { text-decoration: underline;
color: #44829b; }

#container {
	position:relative;
	top:0;
	margin:0 auto;
	width:1000px;
}
* html #container {
	height: 100%;
}

#header {
	clear:both;
	float:left;
	width:100%;
	height:402px;
	min-height:402px;
	margin: 0px auto;
 	text-align:left;
	background:url("../images/bg_hometop3.jpg") no-repeat;
}

#logo {
	position: relative;
	float: left;
	width: 175px;
	height: 100px;
	margin: 0 auto;
	top:14px;
	left:50px;
}

#nav {
	float:left;
	position:relative;
	margin: 0 auto;
	width:575px;
	height:38px;
	top:37px;
	left:235px;
}

#quote {
	float:left;
	position:relative;
	margin: 0 auto;
	width:100%;
	height:128px;
}

#title {
	float:left;
	position:relative;
	margin: 0 auto;
	text-align:left;
	height:46px;
	left:200px;
}

#cont{width:925px;margin:0 auto;text-align:left;}
#wrapper{float:left;width:100%;background:url('../images/home_main.jpg') no-repeat;background-position:bottom right;}
#col1{float:left;width:350px;margin-left:-925px;}
#col2{float:left;width:325px;margin-left:-574px;}
#col3{margin-left: 677px;}

#footer {
	float:left;
	position:relative;
	width:925px;
	height:40px;
	margin: 0px auto;
	text-align:left;
	left:37px;
}

#footleft {
	float:left;
	position:relative;
	width:675px;
	height:49px;
	min-height:49px;
	text-align:left;
	margin:0 auto;
	font-size:13px;
}

#footright {
	float:left;
	width:250px;
	height:49px;
	min-height:49px;
	position:relative;
	background: transparent;
	text-align:right;
	color:#f88e1d;
	font-size:13px;
}
/* --> */