@charset "utf-8";
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#000000;
   height: 180px;
   padding:10px;
   /*border: 1px solid #F00;*/
   text-align:center;
}
#topnav {
   background:#7A68AE;
   background-image:url(images/purple_header_bg.jpg);
   background-repeat:repeat-x;
   height:32px;
   /*border: 1px solid #CF0;*/
   text-align:center;

   
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#000000;
}

.findPhotographerContainer{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;

}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-weight:normal; font-size:12px;}

<!--[if IE 6]-->
#container {
   /*height:100%;*/
}
<!--[endif]-->

<!--[if IE 5.5]-->
#container {
   /*height:100%;*/
}
<!--[endif]-->

