A, A:active, A:visited
{
	color: #3b4c77;
    text-decoration: none;
}
A:hover
{
    color: #3b4c77;
    text-decoration: underline;

}


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color:#283a62;
 background-image: url(../images/page_background.jpg);
 background-repeat: repeat-x;
}
p{
margin-bottom: 10px;
text-indent: 10px;
}
.noindent{
margin: 5px 0 5px 0;
text-indent: 0;
font-size: 14px;
font-weight: bold;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 height: 20px;
 margin: 0px;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc;*/
 background: #283a62;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 748px;
 width: 400px;
 float: left;
 background-image: url(../images/lc_background.jpg);
background-repeat:no-repeat;
background-position:left top;
text-align:left;
}
#rightcolumn { 
 float: right;
 color: #333;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 padding: 0;
 height: 500px;
 width: 500px;
 display: inline;
}
#topmenu { 
 /*border: 1px solid #ccc;*/
 margin: 0px;
 padding: 0px;
 height: 45px;
 width: 500px;
 text-align: right;
 vertical-align:bottom;
}
#maincontent { 
 color: #333;
 /*border: 1px solid #ccc;*/
 margin: 0px;
 padding: 10px 0px 0px 10px;
 width: 500px;
 background-color:#fefefc;
 background-image: url(../images/classic_logoedge.png);
 background-repeat:no-repeat;
 background-position:left top;
}

#logo_wrapper{
width: 315px;
height: 197px;
float: right;
}
#top_menu_wrapper{
display:inline;
width: 500px;
}
#creditcards{
font-weight: bold;
font-style:italic;
text-align:center;
color:#ffffff;
float: left;
width: 200px;
display:inline;
padding-top: 20px;

}
#location_wrapper{
width: 292px;
height: 30px;
float: right;
margin-bottom: 10px;
}

#banner_wrapper{
background-color: #e1e3e8;
width:430px;
height:210px;
border:10px solid #e1e3e8;
margin-left: 25px;
}
#text_wrapper{
width: 500px;
height: 100%;
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
}
h2.pagetitle{
font-size: 200%;
color:#3b4c77;
font-family:"Times New Roman", Times, serif;
font-weight:bold;

}
#footwrap{
margin-top:10px;
width:500px;
background-color:#fefefc;
height:42px;
text-align:center;
}
#facebook{
margin-left:20px;
width: auto;
float:left;
display: inline;
}
#twitter{
margin-right:20px;
width: auto;
float:right;
display: inline;
}
#copyright { 
float:left;
display: inline;
 width: 380px;
 color: #333;
 margin: 0;
 padding: 0;
 font-size: 90%;
 font-color: #666666;
 text-align: center;
 font-family:"Times New Roman", Times, serif;
}
#copyright p{
margin-bottom: 2px;
}

#footer { 
 width: 900px;
 height: 10px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.gallery{
margin: 5px;
border: 1px solid #000000;
}
div#images_wrapper{
width: 480px;

}
.clearboth{
clear:both;
}
