/* simple by nature landscape style sheet
	developed by chris peterson 2008 */ 

/*structure*/

body {
	margin: 0px;
	padding: 0px;
	background: #330033;
	color: #191919;
	font: x-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font weight: bold; 
	color: #260022;
	padding-left: 20px;
	padding-right: 20px;
	font-size: x-large;
}

h2 {
	font weight: bold; 
	color: #260022;
	padding-left: 20px;
	padding-right: 20px;
	font-size: large;
}

h3 {
	color: #191919;
	padding-left: 20px;
	padding-right: 20px;
	font-size: xx-small;
	font-style: italic;
}


a {
	color: 330033;
	text-decoration: none;
}

a:hover {
	color: 660033;
	text-decoration: underline;
}

a:visited {
	color: 660033;
	text-decoration: none;
}

table.layout {
	border: 1;
	border-color: black;
	
}

p.normal {
	color: #191919;
	padding: 0px;
	font: x-small sans-serif;
	}

p.blogtable {
	color: #191919;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}


a.home { 
        background:url(images/home.png) repeat 0px 0px; 
        width: 150px; 
        height: 50px; 
        display: block; 
}


a.home:hover { 
        background: url(images/home_hover.png) repeat 0px; 
}

a.services { 
        background:url(images/services.png) repeat 0px 0px; 
        width: 150px; 
        height: 50px; 
        display: block; 
}


a.services:hover { 
        background: url(images/services_hover.png) repeat 0px; 
}

a.clients { 
        background:url(images/clients.png) repeat 0px 0px; 
        width: 150px; 
        height: 50px; 
        display: block; 
}


a.clients:hover { 
        background: url(images/clients_hover.png) repeat 0px; 
}

a.contact { 
        background:url(images/contact.png) repeat 0px 0px; 
        width: 150px; 
        height: 50px; 
        display: block; 
}


a.contact:hover { 
        background: url(images/contact_hover.png) repeat 0px; 
}

.hoverload {
		display: none;
}

a.staff { 
        background:url(images/staff.png) repeat 0px 0px; 
        width: 150px; 
        height: 50px; 
        display: block; 
}

a.staff:hover { 
        background: url(images/staff_hover.png) repeat 0px; 
}

.hoverload {
		display: none;
}
