/* CSS Document */
/* Multiple text-aligns to ensure IE and Firefox compatibility */
/*
#holder
{
width:100%;
height:100%;
background-color:#E9E2BA;
text-align:center;
}
#holder
{
width:100%;
height:950px;
background-color:#E9E2BA;
text-align: -moz-center;
} */

#centercol
{
width:780px;
text-align:left;
height:100%;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
}

body /* Internet Explorer */ 
{ 
text-align: center;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
height:100%;
} 
body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
background-color:#6D0F0F;
margin:0px 0px 0px 0px;
height:100%;
} 

#topbanner
{
padding-top:10px;
padding-bottom:10px;
text-align:left;
width:775px;
background-color:#FFFFFF;
border-bottom:1px dotted #6D0F0F;
height:90px
}

#main
{
width:780px;
text-align:left;
padding-top:12px;
background-color:#FFFFFF;
}

#content
{
width:610px;
float:left;
padding-left:10px;
font-family: Georgia,Arial;
font-size:11pt;
background-color:#FFFFFF;
border-left:1px dotted #6D0F0F;
margin-left:10px;
}

#footer
{
border-top:1px dotted #6D0F0F;
width:780px;
float:left;
text-align:center;
margin-top:15px;
background-color:#FFFFFF;
}

#menu
{
float:left;
width:145px;
background-color:#FFFFFF;
}

#showroombox
{
float:left;
width:275px;
height:112px;
border-left:1px solid black;
border-bottom:1px solid black;
border-right:1px solid black;

}

a:link
{ color:#0033cc;
   text-decoration:none; }

a:visited
{ text-decoration:none;
   color: #990033; }

#showroomboxtitle
{
color:white;
padding-left:8px;
width:*;
background:#6D0F0F;
height:18px;
border-bottom:1px solid black;
border-top:1px solid black;
font-size: 14;
}


#boxcontent
{
font-family:Tahoma;
font-size:14;
padding-top:1px;
height:85px;
margin-top:5px;
}


#logo
{
width:200px;
text-align:left;
float:left;
}
/* for some reason the text-align wasn't working properly; removing these tags from the css document seems to strangely correct the problem,
so as such, I have kept them commented out.

#banner
{
text-align: -moz-center;
width:450px;
background-color:#FFFFFF;
}

#banner
{
text-align: center;
width:450px;
background-color:#FFFFFF;
}
*/ 