/*	  
	  *Original* template 
	  created by Keith Donegan of Code-Sucks.com
*/
html {
height: 100%;
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 background-color:#a7ccf1;
 background-image:url(../images/pixel-bg.jpg);
 background-repeat:repeat-x;
 background-attachment: fixed;
 height: 100%;
}

p {
 line-height:140%;
}

h1, h2 {
color:#246BB2;
}

li.padli {
padding: .1em;
}

img {
border: 0px;
}

/* Bullet -IMAGE- by momono */
.bullet {
list-style-image: url(../images/bullet.png);
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: 100%;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 text-align: center;
 padding: 10px;
 border: 1px solid #246bb2; /*previously #515151 */
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 height: 192px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#navigation {
 float: left;
 width: 918px;
 background-image: url("../images/navgrad.png");
 color: #FFFFFF;
 padding: 1px;
 border: 1px solid #246bb2;
 margin: 0px 0px 5px 0px;
 background: #515151;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #246bb2;
 background: #E3E3E3;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 425px;
 /*max-height: 95%;*/
 /*height: 425px;*/
 width: 195px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #246bb2;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 425px;
 /*max-height: 95%;*/
 /*height: 425px;*/
 width: 678px;
 display: inline;
}

#footer { 
 width: 900px;
 clear: both;
 color: #FFFFFF;
 border: 1px solid #246bb2;
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 text-align: center;
 font-size: 8pt;
 background: #515151 url("../images/footergrad.png") repeat-x;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/*Before and After photo gallery*/
#leftcolumnBA { 
 color: #333;
 border: 1px solid #246bb2;
 background: #E3E3E3;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 900px;
 /*max-height: 95%;*/
 /*height: 425px;*/
 width: 195px;
 float: left;
}

#rightcolumnBA { 
 float: right;
 color: #333;
 border: 1px solid #246bb2;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 900px;
 /*max-height: 95%;*/
 /*height: 425px;*/
 width: 678px;
 display: inline;
}

.caption {
	color: #FFFFFF;
}