/* General styles (for everything) */
body {
	margin: 0;
    padding:0;
    background:#49726e;
    height: 100%;
}
#body {
    font: 12pt verdana,arial,sans-serif;
    margin: 0 auto;
    width: 840px;
}

/* Header */
#header {
    background: url(http://bryanenterprises.com/images/layout1/header_bg.jpg) 0 0 no-repeat;
    width:840px;
    height:187px;
    margin:0;
    padding:0;
}
h1 {
    margin:0;
    padding:0;
    text-indent:-5000px;
}

h1 #logo {
    background: transparent url(http://bryanenterprises.com/images/245_Bryan-Ent-logo100.jpg) 0px -10px no-repeat; 
    width: 234px;
    height:126px;
    margin:20px 20px 0;
    float:left;
    padding-right: 30px;
}

h2 {
    font-size:130%;
    margin-top: 10px;
}

h3 {
    font-size: 80%;
    margin-top: 1em;
}

.wedo {width:620px;
    clear:left;
    position:relative;
    top:14px;
    left:210px;
}

.wedo ul li {display:block;
    font-size:75%;
    text-align:center;
    width:86px;
    float:left;
    color:#FFF;
}

/* Main */
#main {
    background: transparent url(http://bryanenterprises.com/images/layout1/left_content_bg.jpg) repeat-y;
}

#left_bar {
    padding:0 0 0 18px;
    width:190px;
    float:left;
}
ul#sitenav {
    background-color:#A8A171;
}
ul#sitenav li {
    padding-left:5px;
}

ul#sitenav li a {
    color: white;
    text-decoration:none;
}
ul#sitenav li a:hover{
    text-decoration:underline;
}

/* Gallery links */

#left_bar .gallery {
    width:160px;
}

.gallery {
    font-size: 75%;
    text-align:center;
    margin: 0 auto;
}
.gallery .photo {
    margin: 2em 0;
}
.gallery .photo .caption {
    font-style:italic;
    padding:0 .5em;
}

/*Main Section */
.central {
}
.intro {
    font-size:120%;
}

table#contact {margin:2em 0 0 1em; float:left;}
table#contact td    {font-size:75%; width:10em; vertical-align:bottom;}
table#contact td.city {border-bottom: 1px dotted #000;margin-bottom:.5em;}
table#contact tr.space   {height:3em;}
table#contact td.email {border-bottom: 1px dotted #000;margin-bottom:.5em;}
table#contact td.license {text-align:right;}

.central {width:620px;
    float:right;
}

.central .photo {
    float:right;
    padding-right:20px;
    font-size: 75%;
    width:250px;
    text-align:center;
}
.central .photo .caption {
    font-style:italic;
}

.cleanup {clear:both;}

#footer {
    clear:right;
    padding-top:1em;
}
#footer p {
    margin:.5em 20px 0 ;
}

#footer2 {
    background:url(http://bryanenterprises.com/images/layout1/footer_bg.jpg) no-repeat 0 0;
    text-align:right;
    font-size: 30%;
    padding:20px;
    height:40px;
    color:#CCC;
}
#footer2 a {
    color:#CCC;
    text-decoration: none;
}
