html {height: 100%;}

* html body {
	height: 100%;
}
body {
	font-family: Tahoma, Arial, Helvetica, Verdana, Tahoma, Sans-serif;
	color: #333;
	font-size: 100%;
	background: #FFFFDB url(../imgs/bg.jpg);
	padding:0;
	margin:0;
	cursor: default;
}

#layout{
	width: 900px;
	margin: 0 auto;
	padding-top: 14px;
	overflow: hidden;
}

/*--------------- */

#phone{
	width: 303px;
	height: 504px;
	background: url('../imgs/phone1.jpg');
	float: left;
}

#head{
	margin-right: 14px;
	height: 158px;
	width: 583px;
	margin-left: 303px;
}

#head address{
	padding: 10px;
	height: 95px;
	font-style: normal;
	color: #999;
	font-size: 0.90em;
}

#head img{ float: right; }

#menu{
	color: #898989;
	font-size: 1em;
	letter-spacing: -1px;
}

#menu a{
	font-size: 1.143em;
	color: #898989;
	text-decoration: none;
}

#menu a:hover{
	color: #000;
	text-decoration: underline;
}

/*-------- CONTENT */

#content{
	min-height: 400px;
	width: 583px;
	margin-left: 303px;
	margin-bottom: 28px;
}

#content h1{
	color: #D6053A;
	text-transform: uppercase;
	font-size: 1.145em;
	font-weight: normal'
	margin:0;
}

#content p{
	font-size: 0.929em;
}

img.pic{
	float: left;
	margin: 4px;
}

.text{ height: -1em; }

.cb{ clear: both; }

/*---------- FOOT */

#foot{
	padding: 0 22px 14px 0;
	text-align: right;
}
#foot a{
	font-size: 12px;
	display: inline;
	padding: 6px;
	background: #D6053A;
	color: #FFF;
	text-decoration: none;
}
#foot a b{ color: #000; }
#foot a:hover{ color: #999; background: #000; }
#foot a:hover b{ color: #AAA; }

/*-------- TEXT */

a img{ border: none; }

#content a{
	color: #D6053A;
}
.date{
	color: #999;
	font-size: 0.85em;
	display: block;
}

.paginator{
	margin-top: 14px;
	padding: 14px 0px;
	border-top: 1px dashed #DDD;
	color: #999;
	font-size: 0.85em;
}

.text{
	overflow: hidden;
	margin-bottom: 8px;
}

#content h2, #content h3, #content h4, #content h5, #content h6{
	color: #999;
	font-size: 1em;
	font-weight: normal'
	margin:0;
}

