body {
	background-color: #1D0E00;
}
#container {
	background-repeat: no-repeat;
	background-position: center top;
	width: 752px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../layout/eyes.jpg);
}
#header {
	height: 103px;
	width: 750px;
	position: relative;
}
#logo {
	background-image: url(../layout/mac_logo.gif);
	height: 50px;
	width: 335px;
	position: absolute;
	left: 19px;
	top: 27px;
}
#imagespacer {
	height: 100px;
	width: 750px;
}
#navigation {
	height: 100px;
	width: 750px;
	padding-top: 10px;
}
#maincontent {
	height: auto;
	width: 750px;
	position: relative;
}
#column1 {
	width: 20%;
	position: absolute;
	height: 280px;
	left: 0px;
	top: 0px;
}
#column1 img.margin {
	margin-top: 10px;
}

#column2 {
	width: 60%;
	margin-left: 20%;
	min-height: 600px;
	/* for Internet Explorer */
	/*\*/
}
* html #column2 {
	height: 600px;
}
#column3 {
	height: 280px;
	width: 20%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#column3 ul, #column1 ul {
	margin: 0px;
	padding: 0px;
}
#column3 li, #column1 li {
	display: block;
	background-color: #F0E9E1;
	list-style-type: none;
	border: 1px solid #DDCBB9;
	color: #B28B64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #D6BEA7;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #D6BEA7;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-variant: normal;
	font-style: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#gallery {
	text-align: center;
}
#gallery #buttons {
	height: 80px;
	position: relative;
	margin-right: 14px;
	margin-left: 15px;
	margin-top: 5px;
}
#buttons .button1, #buttons .button2, #buttons .button3, #buttons .button4, #buttons .button5 {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
#buttons a:hover {
	float: left;
	height: 74px;
	width: 74px;
	display: block;
	border: 3px solid #F04C43;
}
#buttons a.button1 {
	background-image: url(../pictures/g1_thumb.jpg);
}
#buttons a.button2 {
	background-image: url(../pictures/g2_thumb.jpg);
}
#buttons a.button3 {
	background-image: url(../pictures/g3_thumb.jpg);
}
#buttons a.button4 {
	background-image: url(../pictures/g4_thumb.jpg);
}
#buttons a.button5 {
	background-image: url(../pictures/g5_thumb.jpg);
	margin-right: 0px;
}

