body{
background:#380202;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
color:#FFFFFF;
}

p{margin:0;}
a{text-decoration:underline; color:#FFF;}
a:hover{text-decoration:none; color:#BCBCBC;}

#container{
width:750px;
margin:0 auto;
}

#header{
background:url(../imgs/header.jpg) no-repeat;
width:750px;
height:137px;
}

#phone{
float:right;
width:400px;
font-size:18px;
font-weight:bold;
text-align:right;
color:#FFFFFF;
margin-top:35px;
padding-right:25px;
margin-bottom:50px;
}

#address{
float:right;
width:400px;
font-size:12px;
text-align:right;
color:#FFFFFF;
padding-right:13px;
}

#address a{color:#FFFFFF;}

#banner{
width:750px;
height:226px;
/*background:url(../imgs/banner/01.jpg) no-repeat;*/
border-top:2px solid #FFFFFF;
border-bottom:2px solid #FFFFFF;
}

#nav{
width:750px;
background:#6a0c0c; /* medium-dark rouge */
border-bottom:3px solid #620808; /* deep maroon */
}

#pointermenu{
border-top: 2px solid #FFFFFF; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
float: left;
padding-left: 0px;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
}

#pointermenu ul li{
display: inline;
}

#pointermenu ul li a{
float: left;
color:#FFF;
font-weight: bold;
padding: 8px 11px 8px 8px;
text-decoration: none;
background: url(../imgs/pointer.gif) top center no-repeat;
}

#pointermenu ul li a:hover{ /*hover and selected link*/
color: #FFF;
background-color:#400202; /* dark rusty black */
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../imgs/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

#content{
width:750px;
background:#931212; /* medium red */
}

#cinfo{
padding:15px;
text-align:justify;
}

#footer{
width:750px;
border-top:2px solid #FFF;
background:#280101; /* reddish-black */
}

#finfo{font-size:11px; padding:10px;}
#finfo a{color:#FFF; text-decoration:underline;}
#finfo a:hover{color:#DDD; /* medium grey */ text-decoration:none;}

#content ul {
	list-style:circle;
	}

.pageTitle {
	margin-top:0;
/*	padding-left:15px;
	background:url(../imgs/decor_1.gif) center left no-repeat;*/
	}
	
#ctable{
font-size:12px;
}