@charset "utf-8";
* 
{
	margin: 0px;
}

html, body 
{
	height: 100%;
	color:#FFF;
	font-family:arial, helvetica, tahoma, sans-serif;
}
#wrapper 
{
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin:0 auto -147px;
}
@font-face 
{
    font-family: "TF2 Build";
    src: url("fonts/tf2build.ttf");
}
#content 
{
	float:right;
}
#header 
{
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 14px;
	height: 110px;
}
#menu 
{
    float:right;
    font-family:"TF2 Build";
    margin-right:15px;
    text-align:right;
}
#menu ul
{
    list-style:none;
}
#footer 
{
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 143px;
}
#footer-ad
{
    display:block;
    height:90px;
    margin:0 auto;
    width:778px;
}
#push 
{
	height: 147px; 
}
#box1, #box2 
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 2px solid #FFF;
	padding-top: 11px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}
#box1 
{
	background-color: #9f3132;
}
#box2 
{
	background-color: #436277;
}

body 
{
	background-color: #333;
}
#header p 
{
	font-family: "TF2 Build";
	font-size: 60px;
	color: #FFF;
	padding: 30px;
}
.textbox 
{
	background-color: #666;
	border: thin solid #FFF;
	height: 20px;
	color: #FFF;
	vertical-align: middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.feedback 
{
	background-color: #666;
	border: thin solid #FFF;
	color: #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}
.button 
{
	color: #FFF;
	font-family: "TF2 Build";
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height: 23px;
	width: 100px;
	font-size: 16px;
	background-color: #666;
	border: thin solid #FFF;
	vertical-align: middle;
}
.label 
{
	font-family:arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	color:#666;
}

a:link {text-decoration: none;color: inherit;}
a:visited {text-decoration: none;color: inherit;}
a:hover {text-decoration: none;color: inherit;}
a:active {text-decoration: none;color: inherit;}
	
.check 
{
	color: #FFF;
	font-family:arial, helvetica, tahoma, sans-serif;
}
#Name 
{
	font-weight:bold;
}
#box1 p, #box2 p 
{
	font-family:arial, helvetica, tahoma, sans-serif;
	color: #FFF;
	padding-bottom: 5px;
}
#Profilediv 
{
	background-image: url(images/profile_back.png);
	background-repeat:no-repeat;
	height: 48px;
	width:246px;
	padding-left:4px;
    padding-top:4px;
    padding-bottom:4px;
    float:left;
    position:absolute;
    top:0;
    left:0;
}
#IconHolder 
{
    height: 40px;
    width: 40px;
    float:left;
    background-repeat:no-repeat;
    margin-right: 5px;
}
.GameIcon
{
    height:100%;
    width:128;
}
#profilewrap 
{
	/*height: 48px;
	width:246px;
	position:relative;*/
}
#profilebadgewrap 
{
	height: 48px;
	width:246px;
	position:relative;
}

.Avatar 
{
    padding:4px;
}
#messagebox 
{
	font-family: "TF2 Build";
	color: #FFF;
}
#footer a img 
{
	display:block;
	padding: 25px;
	margin: 0 auto;
}

#box1 .build 
{
	font-family: "TF2 Build";
}
#adbox 
{
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
}

