/* Basics
**********************************************/

body {
	margin: 0;
	background: #fff url(layout/ver06_bg01.gif) repeat-x;
	font: 62.5% Verdana, Arial, sans-serif;
	color: #000;
}

h1, h2 {
	font: 1.8em Arial, Verdana, sans-serif;
	margin: 0 0 2px;
	color: #2F4778;
}
h3 {
	font: 1.4em Arial, Verdana, sans-serif;
	margin: 0 0 2px;
	font-weight: bold;
	color: #8995AE;
}
h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 0;
}

a {
	color: #0057D3;
	text-decoration: none;
}
a:hover {
	color: #888;
}

p {
	margin: 0 0 1.8em 0;
}
ul {
	margin: 0 0 20px 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
table {
	padding: 0;
	margin: 0 0 20px 0;
}
table td {
	vertical-align: top;
}


/* Layout
**********************************************/
#innerwrap {
	float: left;
	width: 770px;
	background: url(layout/ver06_bg02.gif) no-repeat;
}
#content {
	float: right;
	width: 510px;
	margin-top: 20px;
}
#footer {
	clear: both;
	width: 516px;
	height: 52px;
	background: url(layout/ver06_footer.gif) 30px top no-repeat;
	margin: 20px auto;
	font-size: 1.1em;
	color: #888;
	padding: 15px 0 0 253px;
}
#footer table td {
	margin-right: 3px;
}
#footer table td.divider {
	width: 20px;
}
#navi {
	float: left;
	width: 190px;
	padding: 35px 0 0 35px;
}
#navi .section {
	width: 170px;
	background: #F1F1F1;
	border: 1px solid #B2B2B2;
	margin: 0 0 20px;
}
#navi .section h2 {
	background: #B8C0D1 url(layout/ver06_bg03.gif) repeat-x;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #B2B2B2;
	font-size: 1.6em;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: normal;
	color: #fff;
}
#navi .section ul {
	margin: 5px 0;
}
#navi .section ul li a {
	padding-left: 20px;
	display: block;
	width: 150px;
}
#navi .section ul li a:hover {
	background: #99A3B7;
	color: #fff;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8em;
}


/* Pages
************************************/
ul.subnav li {
	padding: 5px 15px;
}

p.back {
	margin-top: 5px;
	text-align: center;
}

ul.differences, ul.bulleted_list {
	padding-left: 20px;
}
ul.differences li, ul.bulleted_list li {
	padding-bottom: 7px;
	list-style-type: disc;
}
ul.too_much li {
	padding-bottom: 12px;
}


/* Images
******************************/
img.screenshot, img.team {
	width: 170px;
	height: 150px;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}
img.team {
	height: 120px;
}
div.img_wrap {
	margin-bottom: 20px;
	text-align: center;
}
div.img_wrap img {
	border: 1px solid #000;
}
div.profile_images {
	margin-bottom: 20px;
	text-align: center;
}
div.profile_images img {
	width: 120px;
	height: 120px;
	padding: 1px;
}
div.thumbs {
	margin-bottom: 20px;
}
div.thumbs img, img.fan_img {
	width: 100px;
	height: 100px;
	border: 1px solid #000;
}
img.fan_img {
	margin: 0 10px 10px 0;
}

/* Tables
*************************************/
table.wallpapers {
	width: 450px;
	margin: 0 auto;
}
table.wallpapers td {
	padding: 0 10px 10px;
	text-align: center;
	width: 205px;
}
table.wallpapers td img {
	width: 150px;
	height: 113px;
	border: 1px solid #000;
}
table.buttons td {
	text-align: center;
	padding: 0 2px 2px;
}
table.buttons td img {
	width: 88px;
	height: 31px;
}
td.left_col {
	padding-right: 50px;
}
td.right_col {
	padding-left: 50px;
}
table.la_profiles, table.name_changes {
	width: 300px;
	margin: 0 auto;
}
table.la_profiles td, table.name_changes td {
	padding-right: 20px;
}
table.name_changes th {
	text-align: left;
}