@charset "utf-8";
/* CSS Document */

/*-------Global Stuff----------*/
html
{
	/* reset the browser's defaults */
	margin: 0px;
}

body
{
	background: #bd797a;
}
/*-------End of Global Stuff---------*/


/* These following classes are for the buttons on the main page */
.button
{
	height: 175px;
	width: 155px;
	margin: 10px;
}

.button img
{
	border: none;
}

.buttonrow
{
	height: 200px;
	width: 525px;
}

#photos, #tools
{
	float: right;
}

#podcasts, #storage, #music, #mapping
{
	float: left;
}
/*-------------------------End of the Button Section---------------------------*/

/* The next few selectors control some of the stuff that stays with the template */

#top_header
{
	margin: auto;
}

#bodybag
{
	margin: auto;
	overflow: auto;
}

#page_container
{
	margin: auto;
	width: 580px;
}

#xta_logo
{
	height: 129px;
	margin-top: 25px;
	margin-left: 20px;
}

