* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 10pt;
	background: #ffffff;
}

p, li {
	font: 10pt Arial;
	margin-bottom: 10px;
}

h1 {
	font: 16pt Arial;
	color: white;
	height: 0px;
}

h2 {
	font: 14pt Arial;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	#page-wrap #inside {
                  margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: #ffffff;;
	padding-left: 210px;
	padding-top: 20px;
}

#main-content a, a:visited {
color: #06317d;
text-decoration: none;
}

#main-content a:hover {
color: #06317d;
text-decoration: underline;
}
	
#header {
	text-align: center;
	color: white;
	min-width: 780px;
	max-width: 1260px;
	background: url('http://www.cullen-bp.co.uk/templates/cullen/images/header.jpg') no-repeat left #06317D;
	height: 172px;
	font-family: Arial;
	font-size: 10pt;
}

#header-right {
	float: right;
	width: 200px;
height: 122px;
	background: url('http://www.cullen-bp.co.uk/templates/cullen/images/header-right.jpg') no-repeat top right #06317d;
}

#navbar {
  float: left;
width: 600px;
text-align: center;
margin-top: 12px;
margin-left: 210px;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding: 10px 10px 10px 10px;
	padding-top: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #06317f;
	color: #ffffff;
}

#left-sidebar a, a:visited {
color: #ffffff;
text-decoration: none;
}

#left-sidebar a:hover {
color: #ffffff;
text-decoration: underline;
}

#footer {
	text-align: center;
	color: white;
	min-width: 780px;
	max-width: 1260px;
	background: url('http://www.cullen-bp.co.uk/templates/cullen/images/footer.jpg') no-repeat left #06317d;
	height: 172px;
	font-family: Arial;
	font-size: 10pt;

         
}

#footer-left {
	float: left;
	width: 180px;
	padding: 5px 5px 5px 5px;
text-align:left;
margin-left: 210px;
}

#footer-right {
	float: right;
	width: 370px;
	padding: 5px 5px 5px 5px;
text-align: right;
}

/* login form css code */
#login-box .submit-btn {
	background: #ffffff;
	border: 1px solid #ffffff;
	font-weight: bold;
}

#login-box input.submit-btn:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
	color: #06317d;
	font-weight: bold;
}
 
.contentpaneopen {
  width: 95%;
}