/** Generic Attributes **/
* { padding:0px; margin:0px; }
img { border: 0px; }
body {
	padding:0px; margin:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 14px;
	text-align: center;
	background: #9ae4e8 url(http://assets2.twitter.com/images/bg.gif) no-repeat left top;
}
a { color: #416E90; text-decoration:none; }
a:hover   { text-decoration:underline; }


/** Framework-related Attributes **/
div.pgWrapper {
	margin: 10px auto 0px auto;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #9ED3DC;
	background-color: #FFF;
	width: 800px;
	text-align: left;
}
div.pgWrapper div.wrapLeft {
	float: left;
	width: 650px;
}
div.pgWrapper div.wrapRight {
	float: left;
	text-align: center;
	width: 150px;
}
		

/** Content-Related Attributes **/
div#pgTitle {
	font-size: 24px;
	margin-bottom: 20px;
}
div#pgInfo {
	font-size: 16px;
	line-height: 135%;
}
div#thumbContainer {
	margin: 30px 0px;
	float: left;
	width: 650px;
}
div#thumbContainer div#thumbItem {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 15px;
}
div#thumbItem div#thumbText {
	margin: 5px auto;
	text-align: left;
	width: 130px;
}
