@charset "UTF-8";
/* CSS Document */
html, body {
margin: 0px;
height:100%;
width:100%;
background-image:url(../images/main_bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#9f3131;
font-family:Arial, Helvetica, sans-serif;
color:#525252;
font-size:12px;
line-height:18px;
}
#homebtn {
width: 458px;
height:103px;
}

#header {
background-image:url(../images/header_bg_outer.png);
background-position:top;
background-repeat:repeat-x;
height:100%;
}
#headertable {
background-image:url(../images/header_bg.png);
background-position:center top;
background-repeat:no-repeat;
height:100%;
width:883px;
}

#phone {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:24px;
color:#6c7172;
text-align:center;
}

.followus {
font-size:10px;
text-align:right;
}

#content {
}

#contenttable {
height:100%;
width:852px;
}

#footer {
background-color:#373737;
padding:5px;
color:#FFFFFF;
text-align:center;
font-size:10px;
}

#content{
padding:10px;
padding-right:35px;
border-right:1px #cccccc solid;
}

a {
color:#902C2C;
text-decoration:none;
}
a:visited {
	color:#601D1D;
	text-decoration:none;
}
a:hover{
color:#902C2C;
text-decoration:underline;
}
