/* style.css
   for www.parkbenchstudios.com
   cnh/31.10.2007 */


body {
    background-color: #000000;
	color: #212223;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Geneva,Arial,Helvetica,san-serif;
    font-size: 0.8em;
    }
	
	<STYLE>
A {color:#545657;text-decoration:none; font-weight: bold;}
A:visited {color:#545657;text-decoration:none; font-weight: bold;}
A:active {color:#545657;text-decoration:none; font-weight: bold;}
A:hover {color:#7A9555;text-decoration:none;  font-weight: bold;}
</STYLE>

<style type="text/css">


p {
    line-height: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1.5em;
    margin-bottom: 0em;    
    }

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 5px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 5px;
}

    
div#container {
       border-style: solid;
       border-color: #2A2A2A;
       border-width: 1px;
       width: 820px;
	   height: 670px;
       margin-top: 10px;
       margin-bottom: 15px;
       margin-left: auto;
       margin-right: auto;
       background-color: #1D1D1D;
}

div#banner {
	height: 260px;
	width: 800;
	background-color: #1D1D1D;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-right: 10px;
	padding-left: 10px;
}

div#banner_under {
	float: right;
	height: 31px;
	width: 800px;
	background-color: #1D1D1D;
	padding-left: 15px;
}

div#right_main {
	float: right;
	text-align: justify;
    background-image: url("http://www.cecilieharris.co.uk/images/background.jpg" );
	background-color: #1D1D1D;
	border-bottom: none 0px;
	margin: 5px;
	width: 480px;
	height: 321px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: auto;
}

div#right_showcase {
	float: right;
	text-align: justify;
    background-image: url("http://www.parkbenchstudios.co.uk/Images/Layout/background2.jpg" );
	background-color: #1D1D1D;
	border-bottom: none 0px;
	margin: 5px;
	width: 480px;
	height: 321px;
	padding-left: 8px;
	padding-right: 15px;
	overflow: auto;
}

div#right_services {
	float: right;
	text-align: justify;
    background-image: url("http://www.cecilieharris.co.uk/images/background3.jpg" );
	background-color: #1D1D1D;
	border-bottom: none 0px;
	margin: 5px;
	width: 480px;
	height: 321px;
	padding-left: 8px;
	padding-right: 15px;
	overflow: auto;
}

div#nav_left {
	float: left;
	background-color: #1D1D1D;
	width: 269px;
	height: 321px;
	padding-top: 5px;
}


div#bottom {
	height: 28px;
	margin: 0px;
	border: 0px;
	padding-left: 15px;
}

img.leftmenu1 {
	height: 70px;
	width: 198px;
	border: solid 1px #1D2323;
}


/* Contact Form styles */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 20px;
  } 

