<!--

	/*----------------------------------------------------------------------

		Cape Verde Property Assistance
		www.capeverdepropertyassistance.co.uk

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009 Cape Verde Property Assistance

	----------------------------------------------------------------------*/



	/*
		HTML and Body
	----------------------------------------------------------------------*/

	html {
		background: #95c4ed url('/img/html.png') center top repeat;
	}

		body {
			background: url('/img/body.png') center top repeat-x;
			padding:    20px 0 40px;
			text-align: center;
		}

			.wrapper {
				background: #5ca2dd url('/img/wrapper.png') center bottom repeat-x;
				text-align: left;
				margin:     0 auto;
				width:      840px;
			}



	/*
		Header
	----------------------------------------------------------------------*/

	#header {
		background: url('/img/header.jpg') center top no-repeat;
		height:     260px;
		padding:    20px 0 0 20px;
	}

		#header h1 {
			background:  url('/img/logo.png') center center no-repeat;
			height:      66px;
			width:       674px;
			text-indent: -10000px;
		}



	/*
		Page Contents
	----------------------------------------------------------------------*/

	#page {
		background: url('/img/page.png') center top repeat-x;
		padding:    20px 20px 0;
	}



	/*
		Content
	----------------------------------------------------------------------*/

	#content {
		float: left;
		width: 520px;
	}




	/*
		Sidebar
	----------------------------------------------------------------------*/

	#sidebar {
		float:      right;
		margin-top: 10px;
		width:      240px;
	}

		.box {
			background: url('/img/box_top.png') center top no-repeat;
			padding:    10px 10px 5px;
			position:   relative;
		}

			.box p {
				color:  #3e84ce;
				margin: 0;
			}

				p.link {
					margin-top: 10px;
				}

					.link a {
						background-position: center top;
						background-repeat:   no-repeat;
						display:             block;
						width:               220px;
						text-indent:         -10000px;
					}

						.link a:hover {
							background-position: center bottom;
						}

						.link a.email {
							background-image: url('/img/email_link.png');
							height:           50px;
						}

						.link a,website {
							background-image: url('/img/website_link.png');
							height:           30px;
						}

			.box_bottom {
				background:    url('/img/box_bottom.png') center top no-repeat;
				height:        5px;
				margin-bottom: 20px;
			}

		.picture_box {
			background:     url('/img/picture_box.png') center bottom no-repeat;
			margin:         10px 0 20px;
			padding-bottom: 7px;
			position:       relative;
			width:          240px;
		}

			.picture_box img {
				margin: 1px;
			}

			.picture_box p {
				font-size: 1.4em;
				margin:    3px 10px 0;
			}


	/*
		Footer
	----------------------------------------------------------------------*/

	#footer {
		background:     url('/img/footer.png') center bottom no-repeat;
		margin:         0 auto;
		padding-bottom: 10px;
		width:          840px;
	}

		#footer p {
			font-size:   1.3em;
			margin:      0;
		}

-->