@import url(fontsize.css);
@import url(padding.css);
@import url(color.css);

body
	{
		background:#fff;
		padding:0;
		margin:0;
		color:#000;
		font:11px Tahoma; 
	}
img
	{
		border:none;
	}
#main
	{
		position:relative;
		left:50%;
		margin:0 0 0 -500px;
		width:1000px;
		overflow:hidden;
	}
#header
	{
		width:790px;
		height:124px;
		background:url(../images/header.jpg) no-repeat;
		padding:50px 95px 0 95px;
	}
#avatarke
	{
		float:left;
	}
#present
	{
		float:right;
		margin:-44px 0 0 0;
	}
#people
	{
		width:1000px;
		height:259px;
		background:url(../images/people.jpg) no-repeat;
	}
#panel
	{
		height:277px;
		width:797px;
		margin:0 95px 0 95px;
		background:url(../images/panel.jpg) no-repeat;
	}
#toolbar
	{
		width:797px;
		margin:0 85px 0 105px;
	}
#slider
	{
		width:740px;
		padding:0 95px 0 155px;
		margin:40px 0 0 0;
	}
#footer
	{
		width:870px;
		padding:60px 35px 40px 95px;
	}
#bg
	{
		width:1000px;
		background:url(../images/bg.jpg) bottom no-repeat;
	}
a:link
	{
		font:11px Tahoma;
		color:#F20C0C;
	}
a:visited
	{
		color:#F20C0C;
	}
a:hover
	{
		text-decoration:none;
	}
.partheader
	{
		font:24px Tahoma;
		color:#333;
		margin:40px 0 20px 105px;
	}
.left
	{
		float:left;
	}
.right	
	{
		float:right;
	}
img.nav
	{
		top:50%;
		position:relative;
		margin:-33px 0 0 0;
	}
div.nav
	{
		height:263px;
		float:left;
	}
.avatar
	{
		float:left;
		height:263px;
		padding:3px;
		margin:0px 10px 0 10px;
		width:157px;
		
		background:url(../images/temp.gif) no-repeat;
	}
.tbitem
	{
		width:33%;
		float:left;
		margin:45px 0 0 0;
	}
.tbitempic
	{
		text-align:center;
		height:100px;
	}
.tbitemnumber
	{
		width:44px;
		height:42px;
		padding:2px 0 0 0;
		background:url(../images/number.gif) no-repeat;
		color:#fff;
		font:32px Tahoma;
		text-align:center;
		float:left;
	}	
.tbitemtitle
	{
		padding:10px 0 0 20px;
		float:left;
	}
.clear
	{
		clear:both;
		height:0px;
		line-height:0px;
		font-size:0px;
	}
	
	input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.btn {
	border: 1px solid #CCCCCC;
	background-color: #ee6619;
	color: #FFF;
}

