/* CSS Document */
body{
	color: black;
	font-family: Arial, sans-serif;
	background: #cccccc;
	margin: 0;
	padding: 0;
	}
a	{
	left-margin: 0;
	left-padding: 0;
	border: none;
	}
p	{
	margin: 0;
	}
#wrapper {
	width: 950px;
	margin-top: -5px;
	margin-left:  auto;
	margin-right: auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 100%;
	min-height: 1000px;
	background-color: #cccccc;
	}
#header {
	width: 950px;
	height: 100px;
	background-color: white;
	} 
#logo{
	float: left;
	width: 250px;
	height: 85px;
	margin-top: 10px;
	margin-left: 10px;
	background-image:  url(../images/cmplogompa.jpg);
	}
h1	{
	color: black;
	font-size: .8em;
    	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	width: 280px;
	float: right;
	}
h2	{
	color: black;
	font-size: 1.3em;
    	font-weight: bold;
	width: 200px;
	margin-top: 20px;
	margin-left:10px;
	float: left;
	clear: left;
	}
h2 a	{
	font-size: 0.8em;
	}
#gallery{
	float: right;
	clear: right;
	margin-right: 5px;
	margin-top: -120px;
	width: 180px;
	height: 65px;
	background-image: url(../images/galleries.jpg);
	background-repeat: no-repeat;
	}
*html #gallery{
	margin-top: 40px;
	}

#gallerysub{
	float: right;
	clear: right;
	padding: 0;
	margin: -80px 20px 0 0;
	color: black;
	font-size: 0.6em;
	font-weight: bold;
	width: 165px;
	text-align: right;
	}
*html #gallerysub{
	margin-top: -25px;
	}
#services{
	float: left;
	clear: left;
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	font-size: 2.5em;
	font-weight: bold;
	width: 245px;
	}
#services ul{
	margin-top: 45px;
	}
#services li {
	color: black;
	font-size: 0.4em;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.1em;
	}
#services li a{
	color: black;
	text-decoration: none;
	}
#footer{
	clear: both;
	text-align: center;
	font-size: 0.8em;
	width: 600px;
	margin: 100px 0 0 175px;
	}
#camera_image{
	background: #cccccc;
	margin-top: -100px;
	margin-left: 40px;
	float: left;
	}
*html #camera_image{
	background: #cccccc;
	margin-top: 80px;
	margin-left: 100px;
	float: left;
	}
#slidestext {
	background: #cccccc;
	color: #cccccc;
	}
#pics{
	float: right;
	clear: right;
	margin-top: -50px;
	padding: 0;
	height: 450px;
	width: 220px;
	}
#pics li{
	float: right;
	padding: 0;
	list-style-type: none;
	}
*html #pics{
	margin-left: -200px;
	margin-top: 10px;
	}
#pics a img{
	border: none;
	}
#guarantee {
	margin-top: 20px;
	margin-left: 50px;
	padding: 10px;
	border: solid 1px black;
	width: 500px;
	}
#contact {
	float: right;
	text-align: center;
	width: 45%;
	}
#contact a{
	color: black;
	}
*html #contact {
	margin-right: 110px;
	}
#visit {
	margin-top: 10;
	float: right;
	text-align: center;
	width: 45%;
	padding-bottom: 100px;
	}
#visit a{
	color: black;
	}
*html #visit {
	margin-right: 110px;
	}
a.credit {
	font-size: 0.8em;
	color: black;
	text-decoration: none;
	}
