* {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
}

body {
	font: 0.8em Arial, Helvetica, Verdana sans-serif;
	background: #fff;
	text-align: center;
	background: url("images/background_image.gif") repeat-x top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
	color: #1f2c3e;
}

a:hover {
	text-decoration: underline;
	color: #eb1981;
}

img {
	border: 0;
}

#container {
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	float: left;
	width: 250px;
	background: url("images/links_background.jpg") repeat-y;
}

#nav ul {
	list-style-type: none;
}

#nav a {
	background: transparent;
	display: block;
	width: 210px;
	padding: 10px 15px 10px 25px;
	color: #2d49ab;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background: url("images/white_indicator.gif") no-repeat right #eb1981;
	display: block;
	width: 210px;
	padding: 10px 15px 10px 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.active {
	background: url("images/blue_indicator.gif") no-repeat right;
}

#right_column {
	float: right;
	width: 708px;
	margin-top: 25px;
}

.header_home {
	background: url('images/header_home.jpg') no-repeat top;
}

.header_about_us {
	background: url('images/header_about_us.jpg') no-repeat top;
}

.header_products {
	background: url('images/header_products.jpg') no-repeat top;
}

.header_shutters {
	background: url('images/header_shutters.jpg') no-repeat top;
}

.header_conservatory_blinds {
	background: url('images/header_conservatory_blinds.jpg') no-repeat top;
}

.header_awnings_canopies {
	background: url('images/header_awnings_canopies.jpg') no-repeat top;
}

.header_contact_us {
	background: url('images/header_contact_us.jpg') no-repeat top;
}

#content {
	float: left;
	width: 518px;
	margin-bottom: 20px;
	margin-top: 340px;
}

#content h2 {
	color: #eb1981;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 50px 10px 50px;
}

#content h3 {
	color: #eb1981;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 50px 0 50px;
}

#content p {
	color: #1f2c3e;
	padding: 0 50px 8px 50px;
}

#content ul {
	color: #1f2c3e;
	padding: 0 50px 10px 100px;
}

#images {
	float: right;
	width: 190px;
	margin-bottom: 20px;
	margin-top: 340px;
}

#images img {
	padding: 0 50px 8px 0;
}

#footer {
	width: 100%;
	background: #cef1ff;
	text-align: left;
}

#footer p {
	width: 958px;
	color: #1f2c3e;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
}

.pink {
	color: #eb1981;
	font-weight: bold;
}