@charset "utf-8";

/* Generale */





body {

	margin: 0px 0px 0px 0px;
	background: url(../club_jocuri/background.jpg) repeat-y top center #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	line-height:25px;
	text-transform:

}


a:link {
	text-decoration: none;
	font-style:italic;
	color:#D00;
	}
a:visited {
	text-decoration: none;
	font-style:italic;
	color:#D00;
	}
a:active {
	text-decoration: none;
	font-style:italic;
	color:#D00;
	}
a:hover {
	text-decoration: underline; 
	font-style:italic;
	color:#F00;
	}

/* Div-uri pentru layout*/
.wrapper { float:none; clear:both;  margin:0 auto; }


.topMain {
	width:100%;
	height:680px;
	background:url(../club_jocuri/club_logo.jpg) center top no-repeat;
	clear:both;
	position:relative;
	float:left;
	
	}
	
.topMainHolder {
	margin:0 auto;
	padding-left:496px;
	width:444px;
	clear:both;
	position:relative;
	float:none;
	
	}
.centerTop {
	width:100%;
	clear:both; 
	background:url(../club_jocuri/startContent.jpg) center top no-repeat;
	position:relative;
	float:left;
}
.centerTopHolder {
	margin:0 auto;
	width:950px;
	clear:both;
	}
.centerTopLeft {
	padding-top:30px;
	padding-left:50px;
	width:600px;
	float:left;
	clear:none;
	}


.centerTopRight {
	padding-top:200px;
	padding-left:57px;
	width:243px;
	float:left;
	clear:none;
	}
	
	
.bottomMain {
	width:100%;
	height:283px;
	clear:both;
	position:relative;
	float:left;
	background:url(../club_jocuri/endContent.jpg) center bottom no-repeat;
	}

.bottomMainHolder {
	margin:0 auto;
	padding-left:70px;
	width:100%;
	width:830px;
	clear:both;
	color: #D69946;
	position:relative;
	float:none;

	}
	
	
/* Div-uri pentru text*/
.bigTitle {
	font-size:26px;
	color:#620;
	font-weight:bold;
	padding-bottom:15px;
	
	}
	
.moveLeft {
	font-size:18px;
	font-weight:normal;
	position:relative;
	color:yellow;
	width:400px;
	left:-370px;
	font-style:italic;
	}
.moveLeft2 {
	font-size:26px;
	font-weight:bold;
	position:relative;
	color:white;
	width:400px;
	left:-370px;
	}

.subTitle {
	font-size:16px;
	color:#333;
	font-weight:bold;	
	}
b strong {
	font-weight:bold;
	
	}
	
	
.dropCap {
	float:left;
	font-size:48px;
	line-height:48px;
	padding-top:2px;
	padding-right:5px;
	
	}
	
ul { list-style-type:circle;
	 margin:0px;
	 padding-left:75px;
	font-size:14px;
	}

.smallText {
	font-size:12px;
	line-height:20px;
	color:#cD8D40;
	font-weight:normal;
	}
	
	.smallTextN {
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	}
em {
	font-size:12px;
	font-style:italic;
	line-height:20px;
	}

/* Altele */

.imgBorder {
	border:6px solid #DBA55D ;
	}
	
.textBox {
	background-color: #F7D47A;
	border: solid 1px #F7D47A;
	}
.but {
	border: solid 1px #930;
	background-color:#604228;
	color: #F7D47A;
	}
