body {
	background: #a4b29c;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

img,table { border:0; }
div, img, table, h1, h2, h3, h4, h5, h6 { 
	margin:0; 
	padding:0; 
	text-align: left;
}


#main{
	margin: 25px auto;
	width: 780px;
}

#top,
#top_l,
#top_r,
#bottom,
#bottom_r,
#bottom_l {
	position: relative;
	height: 10px;
}


#top_l,
#bottom_l {
	float: left;
	width: 10px;
}

#top { background: url(../imgs/layout/bg/t.gif) repeat-x; }
#top_l { background: url(../imgs/layout/bg/tl.gif) no-repeat top left; }
#top_r { background: url(../imgs/layout/bg/tr.gif) no-repeat top right; }

#bottom { background: url(../imgs/layout/bg/b.gif) repeat-x; }
#bottom_l { background: url(../imgs/layout/bg/bl.gif) no-repeat bottom left; }
#bottom_r { background: url(../imgs/layout/bg/br.gif) no-repeat bottom right; }


#container {
	background: #fff;
}

#c_left {
	padding-left: 10px;
	background: url(../imgs/layout/bg/l.gif) repeat-y left;
}

#c_right {
	padding-right: 10px;
	background: url(../imgs/layout/bg/r.gif) repeat-y right;	
}


#header {
	height: 130px;
	border-bottom: 5px solid #412206;
	border-top: 5px solid #412206;	
}

#logo {
	background: url(../imgs/logos/condor_logo.gif) no-repeat center;
	height: 130px;
	width: 260px;
	position: relative;
	float: left;
}

#addr_phone {
	height: 28px;
	border-bottom: 2px solid #412206;
	margin-left: 260px;
	position: relative;
	xbackground: url(../imgs/layout/addr_phone.gif) no-repeat center;
}

#footer {
	padding: 10px;
	border-top: 5px solid #412206;
	xborder-bottom: 5px solid #412206;
	font-size: .87em;
	color: #532d05;
	clear: both;
	background: url(../imgs/layout/addr_phone.gif) no-repeat right;
}


.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt50 { margin-top: 50px; }


a.tri {
	padding-left: 14px;
	background: url(../imgs/layout/tri.gif) no-repeat left 4px;
	color: #412206;
	display: block;
}
a.tri:hover {
	text-decoration: none;
}