body {
	text-align:center;
	font-family: verdana;
	margin:0;
	padding:0;
	background-color: #000;
}
a {
	text-decoration: none;
	color: #00b0d8;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 14pt;
	padding:0;
	margin:0;
	color: #00b0D8;
	font-weight: normal;
}
h3 { 
	color: #00b0D8; 
	font-weight: normal;
	padding:0;
	margin:0;
	padding-bottom: 10px;
}

img {
	border: 0;
	padding-bottom: 5px;
}
.colour {
	color: #00b0d8;
	font-weight: bold;
}
.hr {
	border-top: 2px dotted #ddd;
	padding-bottom: 5px;
	height: 5px;
	width: 600px;
	margin: 0 auto;
	margin-top: 5px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	color: #000;
	font-size: 10pt;
	background: #000 url('images/background-repeat.jpg') repeat-y;
}
#header {
	background: transparent url('images/title.jpg') no-repeat scroll center;
	height: 136px;
}
#nav {
	background: transparent url('images/header_menu.jpg');
	height: 52px;
	text-align: right;
}
#nav ul {
	margin: 0;
	padding: 12px 20px;
}
#nav ul li {
	display: inline;
	padding: .8em 1em;
}
#nav ul li a{
	color: #fff;
	font-size: 14pt;
}
#nav ul li a:hover {
	color: #4679E8;
	text-decoration: none;
}

#featured {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #000;
	position: relative;
}

.content_header {
	background: url('images/content-header.jpg') no-repeat;
	height: 15px;
}
.content_repeat {
	background: transparent url('images/content-repeat.jpg') repeat-y;
}
#boxes {
	width: 100%;
	}
	#boxes h2 {
		margin-bottom: 3px;
		margin-top: 5px;
	}
	#boxes .box {
		float: left;
		width: 226px;
		height: 200px;
		margin-left: 4px;
	}
	#boxes .box-border {
		border-right: 1px solid #ccc;
	}
	
.content_footer {
	background: #ccc url('images/content-footer.jpg') no-repeat;
	height: 13px;
}
.content {
	padding-left: 50px;
	padding-right: 50px;
	
}
.content p {
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.content ul {
	margin:0;
	list-style: none;
}
.content-left {
	float: left;
	width: 450px;
	border-right: 1px solid #ccc;
}
.content-right {
	float: right;
	width: 240px;
	margin-left: 3px;
	font-size: .8em;
	line-height: 1.5em;
}
#right_header {
	background: transparent url('images/right-header.jpg') no-repeat;
	height: 18px;
}
#right_repeat {
	background: transparent url('images/right-repeat.jpg') repeat-y;
}
#content-right {
	margin-left: 20px;
}
#content-right h3 {
	color: #00b0D8;
	margin:0;
	padding:.3em;
}
#showcase {
	text-align: center;
	font-size: 6pt;
	font-weight: bold;
}
#right_footer {
	background: transparent url('images/right-footer.jpg') no-repeat;
	height: 15px;
}
.column {
	width: 185px;
	margin: 0 15px;
	float: left;
}

.portfolio-left {
	float: left;
	width: 275px;
}
.portfolio-right {
	float: left;
	margin-left: 20px;
	width: 400px;
	}
	.portfolio-right ul {
		}
	.portfolio-right ul li {
		padding: 5px 0;
		margin:0;
		list-style-type: square;
		}
	.bottom-padding {
		padding-bottom: 10px;
		}
	.thumbnail {
		-moz-box-shadow:4px 4px 5px #BBBBBB;
	}
#photo-list {
	list-style-type: square;
	}
	#photo-list li {
		padding: 5px 0;
		}
#contact-page {
	}
	#contact-page textarea {
		width: 400px;
		}
	#contact-page .content-right ul {
		color: #333;
		padding: 5px;
		}
		
.clear {
	clear:both;
}
#footer {

	height: 34px;
}

#copyright {
	position: relative;
	top: 10px;
	padding: 0 35px;
	text-align: right;
	font-size: 6pt;
	color: #000;
	font-weight: bold;
}
.error {
	border: 1px solid #f00;
	background-color: #fcc;
	width: 300px;
	padding: 5px 20px;
	margin: 0 auto;
}
.success {
	border: 1px solid #00b0D8;
	width: 300px;
	text-align: center;
	padding: 5px 20px;
	margin: 0 auto;
	font-size: 12pt;
}