/* CSS Document */

body{
	background-color:#eaeaea;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	}
	
.background1{
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:50% 0%;
	width:100%;
	height:600px;
	}
	
.background2{
	background-image:url(../images/footer.jpg);
	background-position:50% 100%;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:20px;
	}
	
.main{
	width:922px;
	}
	
.header{
	height:182PX;
	}
	
.left{
	width:172px;
	padding-top:30px;
	}
	
.right{
	width:750px;
	}
	
.righttop{
	height:30px;}
	
.inputlogin{
	background-image:url(../images/inputlogin.jpg);
	width:69px;
	margin-right:4px;
	height:14px;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial;
	color:#3366CC;
	border:0px;
	font-size:10px;
	background-position:50% 50%;
	padding:0px;
	}
	
.go{
	background-image:url(../images/go.jpg);
	width:20px;
	height:12px;
	border:0px;
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer; margin-top:3px;}
	
.container{
	background-repeat:no-repeat;
	width:750px;
	height:375px;}
	
.content{
	padding:0px 0px 45px 0px;
	}
	
.content a{
	color:#FF8040;}
	
.titlu{
	height:38px;
	}
	
.footer{
	height:140px;
	color:#b2b2b2;
	font-size:10px;
	}
