*{
	margin: 0px;
	padding: 0px;
}

body{
	background: url(../images/background.jpg) top center #000 no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

a:link, a:hover, a:visited, a:focus{
	color: #FCCB2C;
#	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	width: 1021px;
	height: 1000px;
	margin: 0px auto;
	padding-left: 0px;
}

#wrap{
	width: 981px;
	margin-left: 40px;
}

#header{
	background: url(../images/sofia_banner.jpg) top right no-repeat;
	width: 981px;
	height: 466px;
	margin-top: 2px;
}

#toolbar{
	margin-left: 30px;
}

#toolbar .menu li{
	list-style: none;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

#toolbar .menu li a{
	color: #fbc529;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 130px;
	height: 26px;
	background: url(../images/red_button.jpg) no-repeat;
	font-size:  14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#toolbar .menu li a:hover{
	background: url(../images/yellow_button.jpg) no-repeat;
	width: 130px;
	height: 26px;
	padding-top: 10px; 
	color: #f9e8c7;
}

.menu{
	clear: left;
}

#left1{
	clear: left;
	margin: 10px 0px 0px 8px;
	float: left;
	background: url(../images/left1.jpg) no-repeat;
	width: 524px;
	height: 310px;
	padding: 31px 20px 0px 30px;
/*	filter:alpha(opacity=85);
   opacity:0.9;*/
}

/*Right1*/

#right1{
	margin: 10px 0px 0px 8px;
	float: left;
	background: url(../images/right1.jpg) no-repeat;
	width: 330px;
	height: 317px;
	padding: 30px 20px 0px 30px;
/*	filter:alpha(opacity=85);
   opacity:0.9;	*/
}

/*Left*/

#left{
	clear: left;
	background: url(../images/left.jpg) no-repeat;	
	width: 427px;
	height: 271px;
	float: left;
	margin: 10px 0px 0px 9px;
	padding: 30px 20px 0px 30px;
/*	filter:alpha(opacity=85);
   opacity:0.9;	*/

}

#right{
	background: url(../images/right.jpg) no-repeat	;
	width: 428px;
	height: 271px;
	float: left;
	margin: 10px 0px 0px 8px;
	padding: 30px 20px 0px 30px;
/*	filter:alpha(opacity=85);
   opacity:0.9;	*/
}

/*User*/

#user{
	margin-left: 10px;
}

.user{
	background: url(../images/module_bottom.jpg) no-repeat;
	width: 190px;
	height: 282px;
	float: left;
	margin: 13px 0px 10px 5px;
	padding: 25px 20px 20px 26px;
	color: #fff;
/*	filter:alpha(opacity=85);
   opacity:0.9;	*/
}

fieldset{
	display: none;
}

#left1 h3, #right1 h3, #left h3, #right h3, .user h3{
	background: url(../images/head_back.jpg) center no-repeat;
	width: 90%;
	font-family: verdana;
	color: #fccb2c;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#footer{
	text-align: center;
	clear: both;
	color: #000;
	font-weight: bold;
}

#footer a{
	color: #000;
}

#top{
	margin-left: 640px;
}

#top li{
	background: url(../images/top_menu.jpg) no-repeat;
	width: 88px;
	height: 28px;
	list-style: none;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-left: 3px;
}

#top li a{
	text-decoration: none;
	color: #f6dcbf;
}

#top li a:hover{
	color: #f44a14;
}

#top #current span{
	color: #f44a14;	
}

#toolbar #current a{
	background: url(../images/yellow_button.jpg) no-repeat;
	width: 130px;
	height: 26px;
	padding-top: 10px; 
	color: #f9e8c7;
}

#component{
	background: url(../images/component.jpg) no-repeat;
	width: 919px;
	height: 947px;
	margin: 10px 0px 0px 15px;
	padding: 30px 55px 40px 25px;
/*	filter:alpha(opacity=85);
   opacity:0.9;	*/
}

.contentheading{
	color: #fccb2c;
	font-size: 16px;
	font-weight: bold;
}

.buttonheading{
	width: 15%;
	float: right;
}

.buttonheading img{
	border: none;
}

/*Copy*/

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #000;
	color: #FF0000;
}