html {
	background: url('images/slices/background.gif');
	margin-left: auto;
	margin-right: auto;
}

/* global */
.wrapper {
	width: 1024px;
	min-height: 600px;
	border: 6px solid #85c226;;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url("images/slices/header.jpg");
	background-repeat: no-repeat;
	height: 120px;
	padding: 10px;
	min-width: 800px;
}

.nav {
	margin: 5px;
	text-align: center;
}
.nav ul li {
	list-style: none;
	text-decoration: none;
	display: inline;
	font-size: 2.5em;
	font-family: "Arial Black" sans-serif;
	padding-right: 20px;
}

a:link {
	color: #4ba0e2;
	text-decoration: none;
}
a:visited {
	color: #4ba0e2;
	text-decoration: none;
}
a:hover {
	color: #85c226;
	text-decoration: none;
}

.footer {
	border-top: 1px solid black;
	padding-left: 20px;
	color: #4ba0e2;
	text-shadow: inherit;
	position: bottom;
}

/* home page */
.headline {
	padding-top: 10px;
	text-align: center;
}

.imageHome {
	float: right;
	padding: 20px;
}

.infoHomePage {
	float: left;
	width: 350px;
	padding: 20px;
}
.infoHomePage ul li {
	padding-top: 20px;
	list-style-type: circle;
}

.clear {
	clear: both;
}
/* about page */
.aboutContent {
	padding: 20px;
	width: 400px;
	float: left;
}
.aboutImage {
	float: right
	padding: 20px;
}
.clear {
	clear: both;
}

/* how to page */
.howToContent {
	padding: 20px;
	float: left;
}
.clear {
	clear: both;
}
.howToImage {
	padding:20px;
	float: left;
}


/* contact page */
.aboutContent {
	padding: 20px;
	width: 400px;
}

.twitter {
	text-decoration: none;
}

.blogspot {
	text-decoration: none;
}

.contactImage {
	float: right;
	padding: 20px;
}

.clear {
	clear: both;
}



















