/*––––––––––––––––––––––––––––––––––––––––––––––––
	Theme Name: Raquel de Castro Maia Photographic Portfolio
	Theme URL: http://www.raqueldecastromaia.co.za/
	Description: Raquel de Castro Maia Photographic Portfolio
	Author: Create Design
	Author URL: http://www.createdesign.co.za/
	CSS Author: Create Design
	CSS Author URL: http://www.createdesign.co.za/
	Date: March 2010
––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Import Navigation Stylesheet
––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url("nav.css");

/* Universal Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/

* {
	outline: none;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	text-align: left;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	font: bolder;
	color: #966;
	border: 0px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	font: bolder;
	color: #666;
	border: 0px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	
}

/* Library Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

/* Layout Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrap {
	width: 990px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
	background-position: 0px 0px;
	position: relative;
}

	#header {
		position: relative;
		top: 0px;
		left: 0px;
		border: 0px;
		width: 990px;
		height: 80px;
	}
	
	#nav {
	position: absolute;
	top: 25px;
	right: 0px;
	}	
	
	#content {
		padding: 0px 0px 0px 0px;
		top: 0px;
		left: 0px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		width: 990px;
		height: auto;
	}
	
	#contentleft {
		float: left;
		list-style-type: none;
		margin: 10px 10px 10px 10px;
		padding: 0px;
		width: 500px;
		text-align: left;
	}
	
	#contentright {
		float: right;
		list-style-type: none;
		margin: 10px 10px 10px 10px;
		padding: 0px;
		width: 400px;
		text-align: left;
	}

	
	#line {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 10px 0px;
		width: 990px;
		height: 1px;
		text-align:center;
	}
	
		.linehome{
			background:#fff;
		}
		
		.linegallery{
			background:#ccc;
		}
		
	#colleft {
		float: left;
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		width: 650px;
		text-align: left;
	}
	
	#colright {
			float: right;
			text-align: right;
		}
	
	/*#footer {
		padding: 0px 0px 0px 0px;
		text-align: left;
		margin: 10px 0px 0px 10px;
		width: 650px;
		height: 50px;
	}*/
	
	
