/*   
Description: This is a custom stylesheet developed for MaxMitch.com by Nelson Mitchell.
Author: Nelson Mitchell
Author URI: http://www.nelsonmitchell.com/
Version: 1.0
© Nelson Mitchell http://www.nelsonmitchell.com/
.
*/

body {
	color : #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight : normal;
	background : #000000;
	text-align: center;
}

h1 {
	text-indent: -9000px;
}

h2 {
	text-indent: -9000px;
}
	
ul {
	list-style-type: none;
}

li {
	height: 100px;
	width: 426px;
	text-indent: -9000px;
}
li a {
	display: block;
	height: 100px;
	width: 426px;
}
a:link {
	border-style : none;
	text-decoration : none;
}

a:visited {
	border-style : none;
	text-decoration : none;
}

a:hover {
	border-style : none;
	text-decoration : none;
}

#page {
	background-image : url(images/MaxMitch.jpg); 
	background-attachment : fixed;
	padding : 0;
	width: 850px;
	height: 380px;
	margin: 20px auto;
	position: relative;
}
	
#left {
	width: 338px;
	height: 376px;
	background-image: url(images/rabbits2.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 0;
	margin-top: 16px;
	padding: 0;
}

#main {
	width: 500px;
	position: relative;
	float: right;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#travel {
	background-image: url(images/maxmitch_travels.png);
	background-repeat: no-repeat;
}

#nelson {
	background-image: url(images/nelsonmitchelldesign.png);
	background-repeat: no-repeat;
}

#loveparty {
	background-image: url(images/loveparty.png);
	background-repeat: no-repeat;
}

#jamaica {
	background-image: url(images/jamaicamaxwell.png);
	background-repeat: no-repeat;
}

#validator {
	float: right;
	margin: 0;
	margin-right: 40px;
}

