/* Lisa Powers.net CSS Document */

/* Typography & Colours */

body {
	font-size: 12px;
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	margin: 0px 0px;
	}

a, a:active, a:visited {
	color: #fff;
	text-decoration: none;
	}	
	
a:hover {
	color: #777;
	text-decoration: underline;
	}

h1 {
	font-size: 40px;
	font-family: 'Futura', Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999;
	letter-spacing: 2px;
	margin: 20px 0px;
	}
	
#contact {
	color: #c00021;
	font-size: 14px;
	}
	
	#contact a:hover {
		color: #777;
		text-decoration: underline;
		}
	
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	text-align: center;
	}
	
	#footer a, #footer a:active, #footer a:visited {
		color: #fff;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #c00021;
		text-decoration: underline;
		}
		
	#footermenu {
		font-weight: bold;
		letter-spacing: 2px;
		}
	
/* Structure */

#wrapper {
	margin: 15px auto;
	padding: 0px 0px;
	width: 790px;
	}

#content {
	margin: 0px auto;
	padding: 0px 0px;
	width: 790px;
	height: 650px;
	background-image: url(images/08.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
	#leftmenu {
		float: left;
		margin-left: 50px;
		width: 90px;
		}
		
	#maincol {
		margin-left: 160px;
		margin-right: 10px;
		width: 480px;
		}
		
		#welcome {
			padding: 200px 0px 300px 0px;
			width: 480px;
			height: 150px;
			}
			
#contact {
	margin: 15px auto;
	padding: 0px 0px;
	width: 790px;
	height: 650px;
	background-image: url(images/lisapowers_black.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}	
		
	#headerimg {
		width: 700px;
		height: 65px;
		margin: 0px 0px;
		padding: 0px 0px;
		}
		
	#contactinfo {
	float: left;
	width: 275px;
	height: 370px;
	margin: 0px 0px;
	padding-top: 140px;
	padding-left: 25px;
		}
		
	#contactimg {
		width: 395px;
		height: 480px;
		margin-left: 305px;
		}
	
#footer {
	width: 790px;
	margin: 0px auto 40px auto;
	}
		
	#footermenu {
		margin: 0px 0px;
		padding: 5px 5px;
		width: 780px;
		}
