/* Default Stylesheet */

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






															/** MAIN CONTAINERS **/
div#container {
	width:1050px;
	}
	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/links.jpg);
			border-width: 0 2px 2px 0;
			height:774px;
			}
			div.content-in {
				padding: 20px;
				float:right;
				margin-right:65px;
				margin-top:125px
				}
	div#footer {
		color: inherit;
		background-color:#000;
		}
		div#footer-in {
			padding: 20px;
			text-align:center;
			font-weight:bold;
			font-size:14px;
			color:#CCC;
			}






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

#index_home {
	position:absolute;
	size:inherit;
	left: 146px;
	top: 114px;
	
}

#index_contact {
	position:absolute;
	size:inherit;
	left: 243px;
	top: 209px;
}

#index_gallery {
	position:absolute;
	size:inherit;
	left: 290px;
	top: 328px;
}

#index_links {
	position:absolute;
	size:inherit;
	left: 378px;
	top: 428px;
}

#index_myspace {
	position:absolute;
	size:inherit;
	left: 214px;
	top: 546px;
}




															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
