/*
NAOMISAYO.COM STYLESHEET
Stylesheet author: Senmu
URL: http://www.naomisayo.com
*/

/*-- MAIN --*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #292621;
	color: #EDEDED;
	text-align: center;
	margin: 0px;
	}
	
/*-- DIVS --*/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	}
	
#form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	text-align: left;
	padding-left: 40px;
	padding-top: 30px;
	width: 400px;
	height: 300px;
	position: relative;
	background: url('contact_bg.jpg') no-repeat top left #292621;
	}
	
.link {
	margin-left: auto;
	margin-right: auto;
	padding: 8px 12px 4px 12px;
	background: url('linkDivBg.jpg') no-repeat top center #292621;
	width: 640px;
	height: 93px;
	text-align: center;
	position: relative;
	}
	
/*-- HEADERS --*/
h1 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 1.2em;
	color: #7D7A73;
	}
	
h2 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 1.3em;
	color: #FFFFFF;
	}

/*-- LINKS --*/
a:hover, a:visited:hover {
	text-decoration: underline;
	}
	
a {
	color: #5F8183;
	text-decoration: none;
	}

/*-- IMAGES --*/
.centreNB {
	border: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.noborder {
	border: 0px;
	}
	
/*-- END OF STYLESHEET --*/