
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-repeat:no-repeat;
 background-position:center;
background-image: url(images/glassbg.jpg);
}

h1 {
font-size:19px;
font-weight:bold;
}
a img{
border:none;
}

#wrapper { 
 margin: 0 auto;
 width: 902px;
}
#faux {
 margin-bottom: 0px;
 width: 100%;
 background-color:#fff;
 height:auto;
}
#header {
 color: #333;
 width: 902px;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/header.jpg);
 background-repeat:no-repeat;
}
#navigation {
 color: #fff;
 margin: 0px 0px 0px 0px;
 background-image: url(images/nav_bg.gif);
 background-repeat:repeat-x;
 height:30px;
 width:902px;
}

#navigation_wrapper{
padding-top:8px;
text-align:right;
width:900px;
}

#navigation a {
color:white;
text-decoration:none;
font-weight:bold;
}

#navigation a:hover {
color:white;
text-decoration:underline;
font-weight:bold;
}

#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 400px;
 float: left;
 height:600px;
}
#leftcolumncontact{
display: inline;
 color: #333;
 padding: 0px;
 width: 400px;
 float: left;

 }



#middlegallery{
width:100%;
}


#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 margin-bottom:0px;
 padding: 0px;
 width: 480px;
 display: inline;
 position: relative;
 height:auto;
}
#maincontent {
float: right;
 color: #333;
 margin: 10px;
 margin-bottom:0px;
 padding: 0px;

 display: inline;
 position: relative;
 height:auto;
 }

#footer { 
 width: 902px;
 clear: both;
 color: #fff;
 font-size:12px;
 background-image: url(images/footer_bgd.gif);
 background-repeat:repeat-x;
 height:50px;
 text-align:center;
}


#footer a {
color:white;
text-decoration:none;
}


.clear { clear: both; background: none; }


