body {
	margin:				0px;
	padding:			0px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			14px;
	color:				#fff;
	background-color:	#1B1716;
}

hr {
	border: 0;
	background-color: #d8d8d8;
	color: #d8d8d8;
	height: 1px;
}


h1 {
	font-size:			18px;
	margin-bottom:		0px;
	color:				#3a2b22;
}


h2 {
	font-size:			14px;
	margin:				0px;
	display:			inline;
	line-height:		1.5;
}


h3 {
	font-size:			12px;
	margin:				0px;
	display:			inline;
	line-height:		1.5;
}


a {
	text-decoration:	none;
	font-weight:		bold;
	color:				#333;
}

input {
	border-color:		gray;
	color:				black;
	width:				200px;
	height:				16px;
	border-style:		solid;
	border-width:		1px;
	margin:				1px;
	background-color:	#ffffff;
}

div#add_ed  input {
	border-color:		gray;
	color:				black;
	width:				200px;
	height:				20px;
	border-style:		solid;
	border-width:		1px;
	margin:				1px;
	background-color:	#ffffff;
}

textarea {
	width:				200px;
	height:				100px;
	border-color:		gray;
	border-style:		solid;
	border-width:		1px;
	margin:				1px;
	background-color:	#ffffff;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

div {
	border-color:		red;
	border-width:		0px;
	border-style:		solid;
	margin:				0px;
	padding:			0px;
}


#button-list{
	line-height:		41px;
	height:				41px;
	width:				1000px;
	display:			block;
	
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
	text-align:			center;
	margin-left:		35px;
	margin-right:		35px;
	padding-top:		400px;
}

.button {
	display:			block;
	float:				left;
	
	height:				41px;
	line-height:		41px;
	
	text-align:			center;
	
}

.button:hover{
	padding-top:		0px;
	background-image:	url('images/bg_button.png');
}

.button a{
	display:			block;
	
	margin:				0px;
	padding-left:		56px;
	padding-right:		56px;
	
	color:				#fff;
	height:				41px;
	font-weight:		normal;
	text-decoration:	none;
	
	font-size:			16px;
	font-family:		"Times New Roman",Georgia,Serif;
	font-style:			italic;
}

.button a:hover{
	color:				#7b864d;
}









div#container {
	margin:				0px;
	width:				973px;
	text-align :		left;
	border-style:		solid;
	border-width:		0px;
	border-color:		#663300;
	margin-left:		auto;
	margin-right:		auto;
}


div#rand1{
	margin:				0px;
	width:				1000px;
	height:				664px;
	text-align:			left;
	padding:			0px;
	text-decoration:	none;
	margin:				0px;
	background-image:	url('images/avanastasescu_01.jpg');
}


div#rand2{
	margin:				0px;
	width:				1000px;
	text-align:			left;
	padding:			0px 17px;
	text-decoration:	none;
}


div#rand3{
	margin:				0px;
	width:				1000px;
	height:				68px;
	text-align:			left;
	padding:			0px;
	text-decoration:	none;
	margin:				0px;
	background-image:	url('images/avanastasescu_03.jpg');
}






div#add_ed  input {
	border-color:		gray;
	color:				black;
	width:				200px;
	height:				20px;
	border-style:		solid;
	border-width:		1px;
	margin:				1px;
	background-color:	#ffffff;
}




.adm_up_down a, .adm_up_down a:hover{
	text-decoration:	none;
	font-weight:		bold;
	color:				#333;
	background:none;
	border-bottom:0px;
	display:inline;
	padding:0px;
	text-decoration:none;
	text-transform:capitalize;
}

.search input {
	width:				200px;
	height:				16px;
	border-color:		#000000;
	border-style:		solid;
	border-width:		1px;
	margin:				1px;
	background-color:	#ffffff;
}


/*------------------------ clear floats + holly hack ----------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------------------------- PNG in IE --------------------------*/
.box{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/animate/transw.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.box[class]{
	background: url(/animate/transw.png) repeat;
}
