/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #333;
	}






															/** MAIN CONTAINERS **/
div#container {
	width:1026px;
	}
	div#header {
		color: inherit;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		}
		div.content {
			color: inherit;
			background-image:url(../images/backgrounds/home.jpg);
			border-width: 0 2px 2px 0;
			height:774px;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-image:url(../images/footers/footer-home.jpg);
		}
		div#footer-in {
			padding: 20px;
			text-align:center;
			font-weight:bold;
			font-size:14px;
			}






															/** BUTTON CONTAINERS **/
/** HOME **/

#index_home {
	position:absolute;
	size:inherit;
	left: 575px;
	top: 384px;
	
}

#index_contact {
	position:absolute;
	size:inherit;
	left: 619px;
	top: 448px;
}

#index_gallery {
	position:absolute;
	size:inherit;
	left: 683px;
	top: 518px;
}

#index_links {
	position:absolute;
	size:inherit;
	left: 769px;
	top: 597px;
}

#index_myspace {
	position:absolute;
	size:inherit;
	left: 845px;
	top: 665px;
}




															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
