@charset "UTF-8";
/* CSS Document */

/*Colour Pallette

Cream #faf8f2
Brown #49463f
Pink #aa5e6d
Green #165d65

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

*/

body {
	background: url(background.png);
	margin: 0 auto;
	width: 960px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logo {
	float: left;
	margin: 180px 0 0 200px;	
}

#logo img  {
	margin: 0 0 0 120px;	
}


#logo h1 {
	background-color: #35478c;
	color: #faf8f2;
	text-align: center;
	margin: 10px 0 0 10px;
	font-size: 130%;
	padding: 20px;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #35478c;
}

#logo h1:hover {
	cursor: pointer;	
}

#visionStatement {
	float: right;
	width: 500px;
	background-color: #faf8f2;	
	border: 2px solid #a09bc6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 195px 20px 0 0;
	padding: 10px;
}

#visionStatement p {
	color: #363663;	
	text-align: left;
	font-size: 100%;
	line-height: 20px;
	margin: 0 0 10px 0;
}


#designed {
	 float: right;
	 margin: 5px 20px 0 0;
} 

#designed p {
	 color: #49463f;
	 font-size: 100%;
} 

#designed p a {
	 color: #49463f;
	 text-decoration: none;
} 

#designed a:hover {
	 text-decoration: underline;
} 

#designed a:visited {
	 color: #49463f;
} 
