@charset "UTF-8";

/*
 
 ________________________________
 Designed & Built By Harry Gardiner
 Website: http://www.harrygardiner.co.uk/
 ________________________________
	  
*/

@font-face {
	font-family: 'Museo';
	src: url('museo.eot');
	src: local('Museo Slab 500'), local('Museo'), url('museo.woff') format('woff'), url('museo.otf') format('opentype');
}

body {

	background-color: #680045;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, sans-serif;
	font-size: 100%;
	font-size: 13px;
	text-align: center;
	color: #333333;
	
}

a, a:visited, a:active {

	color: inherit;
	background: inherit;
	font-family: Museo;
	text-decoration: none;
	border: none;

}

a:hover {

	color: #680045;
	background-color: #680045;
	text-decoration: none;
	font-family: Museo;
	background: none;
	border: none;

}

h1 {

	font-family: Museo;
	color: #333333;
	font-size: 25px;
	text-align: center;
	
}

h2 {

	font-family: Museo;
	color: #333333;
	font-size: 16px;
	text-align: left;
	
}

#wrapper {
	
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	text-align: center;
	
}

#header1 {
	
	background-color: #990066;
	color: #fff;
	width: 90px;
	height: 120px;
	margin-bottom: -20px;
	text-align: right;
	font-family: Museo;
	font-size: 47px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
	z-index: -1;
	cursor: pointer;
	
}

#header2 {
	
	background-color: #990066;
	color: #fff;
	width: 630px;
	height: 90px;
	margin-bottom: -20px;
	text-align: right;
	font-family: Museo;
	font-size: 47px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 50px;
	float: right;
	z-index: -1;
	
}

ul {
	
	width: 683px;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline;
	padding-top: 15px;
	padding-bottom: 14px;
	background-color: #990066;
	float: left;
	margin-bottom: 10px;
	padding-left: 97px;
		
}

li {

	padding: 0;
	margin: 0;
	color: #FFF;
	padding: 7px;
	width: auto;
	height: auto;
	border: none;
	border-style: none;
	font-family: Museo;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

li:hover {

	color: #FFF;
	background-color: #680045;
	padding: 7px;
	width: auto;
	height: auto;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	text-decoration: none;
	border: none;
	border-style: none;
	display: inline;
	
}

#main {
	
	background-color: none;
	padding: 0;
	margin: 0;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

.border {
	
	border: #680045 2px solid;
	margin: 5px;
	
}

.center {
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

p {
	
	text-align: left;

}
