﻿/* Template */
.body {
	margin: 20px;
	text-align: center;
	padding: 0;
}
.outer {
	margin: auto;
	width: 1000px;
}
.banner {
	float: left;
	width: 100%;
	height: 150px;
	background-image: url('../images/template/banner.png');
}
.navbar {
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	background-image: url('../images/template/backgrounds/bar_bg.png');
}
.bodyblock {
	float: left;
	background-image: url('../images/template/backgrounds/main_bg.png');
}
.left-column {
	float: left;
	width: 210px;
	min-height: 100px;
}
.content {
	float: left;
	width: 580px;
	min-height: 500px;
	background-color: #171717;
	background-image: url('../images/template/backgrounds/content_bg.png');
	background-repeat: no-repeat;}
.right-column {
	float: right;
	width: 210px;
	min-height: 100px;
}
.footerbar {
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	background-image: url('../images/template/backgrounds/bar_bg.png');
}

/*Profile*/
.profile-tbl-bgdark {
	background-color: #1B1B1B;
}
.profile-tbl-bglight {
	background-color: #2E3336;
}
.profile-avatar-bg {
	background-image: url('../images/template/backgrounds/profileimgbg.gif');
	text-align: center;
}
.profile-avatar {
	text-align: center;
	background-image: url('../images/template/backgrounds/profileimgbg.gif');
}
.profile-bar-1 {
	background-image: url('../images/template/backgrounds/profilebar.gif');
}
.profile-bar-2 {
	background-image: url('../images/template/backgrounds/profilebar2.gif');
}
.profile-bar-3 {
	background-image: url('../images/template/backgrounds/profilebar3.gif');
}