/* ###################################
      --- COMMON ELEMENTS --- 
######################################
760


*/

* { margin: 0;  padding: 0; }
body {
background-color:#CCC;
font: 75%/1.6 Arial, Verdana, sans-serif;
}

#wrapper { width: 762px; margin: 0 auto; }

ul { list-style:none; }
li { margin: 0px 0px 0px 15px;}

#updatesbtn { width:92px; }
#photosbtn { width:92px; }
#homebtn { width:92px; }

#updatesbtn a {
	display:block;
	width:92px;
	height:24px;
	line-height:24px;
	color: #FFF;
	text-decoration:none;
	background: #FFF url(../images/updates_btn.gif) no-repeat top left;
	}

#updatesbtn a:hover { background-position: top right; }

#photosbtn a {
	display:block;
	width:92px;
	height:24px;
	line-height:24px;
	color: #FFF;
	text-decoration:none;
	background: #FFF url(../images/photos_btn.gif) no-repeat top left;
}
#photosbtn a:hover { background-position: top right; }

#facebookbtn a {
	display:block;
	width:92px;
	height:24px;
	line-height:24px;
	color: #FFF;
	text-decoration:none;
	background: #FFF url(../images/facebook_btn.gif) no-repeat top left;
}
#facebookbtn a:hover { background-position: top right; }

#joinbtn a {
	display:block;
	width:92px;
	height:24px;
	line-height:24px;
	color: #FFF;
	text-decoration:none;
	background: #FFF url(../images/join_btn.gif) no-repeat top left;
}
#joinbtn a:hover { background-position: top right; }






#homebtn li a {
	display:block;
	width:92px;
	height:24px;
	line-height:24px;
	color: #FFF;
	text-decoration:none;
	background: #FFF url(../images/home_btn.gif) no-repeat left top;
	}

#homebtn li a:hover { background-position: right top; }


#platformtext {
	text-align:justify;
	padding: 0px 25px;
	padding-bottom:20px;
	}

#platformtext h3 { text-align:center; color:red;}
#platformtext h4 { text-align:center; color:blue;}

#photos { padding-bottom:30px; }

#photos tr { margin-bottom:50px; }

#photos h3 { text-align:center; color:red;}

#platformtext emph { font-style: italic; font-weight:bolder; }