body
{
	background: #000;
	background-image: url(../images/bg.gif);
	background-position: center -100px;
	background-repeat: repeat;
	color: #b3b3b3;
	font-family: "Myriad Pro", Arial;
	font-size: 12px;
	text-align: center; /* for IE */
}
a
{
	color: #CA4000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
h2
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
h3
{
	color: #fff;
	font-size: 13px;
}
p
{
	margin: 0 0 15px 0;
}


#Container
{
	width: 827px;
	margin: 10% auto 0 auto;
	text-align: left;
}
.clearfix
{
	clear: both;
	display: block;
}
.divider
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.spacer
{
	height: 20px;
}

/* === Left === */
.lft
{
	float: left;
	margin-top: 63px;
	text-align: right;
	width: 275px;
}
.tagline
{
	color: #CA4000;
	font-size: 13px;
}
.msg
{
	margin: 20px 0;
}

/* === Middle === */
.mid
{
	background-image: url(../images/phone.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 581px;
	margin: 0 20px;
	width: 227px;
}

/* === Right === */
.rgt
{
	float: left;
	margin-top: 71px;
	text-align: left;
	width: 275px;
}
.rgt .icon
{
	float: left;
	margin-right: 10px;
}
.rgt p
{
	float: left;
	width: 233px;
}

/* contact */
.contact span
{
	color: #CA4000;
	font-weight: bold;
}

.tweet_avatar{
	background-position: top left;
	display: block;
	margin-right:10px;
	margin-bottom: 30px;
	margin-left: 1px;
	float: left;
	border: solid;
	border-width: 1px;
	border-color: #fff;
}
.tweet_text{
	margin-bottom:20px;
	padding-bottom:20px;
}
.tweet_list ul li {
	padding-bottom:10px;
}

#slideshow {
    position:relative;
    height:294px;
}

#slideshow IMG {
    position:absolute;
    top:79px;
    left:17px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}