body {
	margin: 0px;
	padding: 0px;
	background-color: #f1ece9; 
	background-image: url(../images/contentBg.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	color: #332824;	
	font-family: "Arial Rounded MT Bold", "Arial", sans-serif;
	font-style: normal;
	font-size: 18px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #31afe9;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#header {
	background-color: #063455; 
	background-image: url(../images/AppTreasuresHeader.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 134px;
	width: 100%;
}

td.menu {
	background-image: url(../images/menuBarBg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
}

#menuItem {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 6px;
	height: 33px;
	float: left;
}

#appDescription {
	width: 700px;
	height: 135px;
	margin-top: 15px;
}

#appLogoImg {
	border: none;
	width: 135px;
	height: 135px;
	float: left;
	margin-right: 5px;
}

#appTitle {
	padding-top: 10px;
	font-size: 24px;
	color: #765031;
	float: left;
}

#appBy {
	float: left;
	padding-top: 10px;
	font-size: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

#appDevName {
	padding-top: 10px;
	font-size: 24px;
	color: #31afe9;
}

#appDescText {
	margin-top: 5px;
	padding-right: 5px;
}

#sectionHeader {
	font-size: 24px;
	color: #765031;
	margin-top: 25px;
}

#mainContent {
	width: 640px;
}

#blueLink {
	color: #31afe9;
}
