H1 {
  text-align:center;
  font-size: 13px;
  ldisplay:block;
  lfloat:left;
  width:100%;
}

BODY {
	FONT-SIZE: x-small; 
	BACKGROUND-COLOR:white;
	background-image:	url("bckg.jpg");
	FONT-FAMILY: Helvetica, Verdana, sans-serif;
	padding:				0px !important;
	margin:					0px !important;
	background-attachment:fixed;
}

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

IMG {
	lborder:				2px solid black !important;
	lpadding:			0px;
	lmargin:				0px !important;
}

FORM {
	padding:			0px;
	margin:				0px;
	display:			block;
	lfloat:				left;
	vertical-align:		center;
}

INPUT {
	width:				120px;
}

A {
	color:				black;
	text-decoration:	none;
	padding:			0px;
	margin:				0px;
}

A:hover {
	color:				black;
	text-decoration:	underline;
}

CENTER {
	padding:			0px !important;
	margin:				0px !important;
}

#fbook {
	width:				200px;
	background-color:	white;
	height:				520px;
	margin-top:			470px;
}

#fullpage {
	width:				962px;
	display:			block;
}

#middle {
	display:block;
	width:962px;
	padding-left:6px;
	float:left;
	background-image:	url("fullpage_bckg.jpg");
	background-position:left; 
	background-repeat:	repeat-y;
}

#left {
	background-image:	url("left.jpg");
	background-color:	white;
	background-repeat:	repeat-y;
	width:				25px;
	height:				100%;
	padding:			0px !important;
	margin:				0px !important;
	color:				black;
	float:				left;
	display:			block;
}

#right {
	background-image:	url("right.jpg");
	background-color:	white;
	width:				25px;
	height:				100%;
	padding:			0px !important;
	margin:				0px !important;
	float:				left;
}

#header {
	padding:			0px !important;
	margin:				0px !important;
	width:				950px;
	height:				156px;
	float:				left;
	background-image:	url("header.jpg");
	background-position:center; 
	background-repeat:no-repeat;

}

#right_table {
	background-image:   url("right_table.jpg");
	background-repeat:no-repeat;
	width:				200px;
	display:			block;
	lheight:             500px;
	float:				left;
}

#menu {
	text-align:			center;
	margin-bottom:		0px;
	font-size:			12px;
	color:				#7C1C1D;
	font-weight:		bold;
	width:				200px;
	float:				left;
}

#menu .nav {
	display:			block;
	background-color:	#F0BC11;
	height:				20px;
	padding-left:		10px;
	padding-top:		10px;
}

#menu .nav:hover {
	display:			block;
	background-color:	#CBB143;
}

#menu .exit {
	display:			block;
	background-color:	#F0BC11;
	height:				30px;
	padding-top:		10px;
}

#menu .exit:hover {
	display:			block;
	background-color:	#CBB143;
}
#menu_category {
	padding:			0px;
	padding-top:		10px;
	width:				500px;
	overflow:			auto;
}

#menu_category a{
	margin:				0px;
	padding:			0px;
	border:				1px solid white;
	display:			block;
	width:				180px;
	float:				left;
	margin-bottom:		10px;
}

#menu_category a:hover{
	margin:				0px;
	padding:			0px;
	border:				1px solid #DCDCDC;
	width:				180px;
	display:			block;
}

#menu_category img{
	width:				180px;
	height:				180px;
	border:				0px;
	padding:			0px;
	margin:				0px !important;
}

#lmenu_category img:hover{
	lborder:				1px solid #DCDCDC;
}

#menu input.button {
	background-color:	#9BA6B8;
        color:             #7C1c1D;
        font-weight:       bold;
}

#menu ul {
	list-style:			none;	
	font-size:			12px;
	padding:			0px;
	margin:				0px;
	font-weight:		bold;
	font-size:			11px;
	text-align:			left;
	padding-left:		10px;
	padding-right:		10px;
}

.button_nav {
	display:			block;
	width:				100%;
	text-align:			center;
}

.alj {
	margin-top:			10px;
	padding-top:		18px;
    padding-bottom:     10px;
	height:				18px;
	display:			block;
	text-align:			center;
	font-weight:		bold;
	background-color:	#FBE377;
    font-size:              12px;
	float:				left;
	width:				950px;
	border-top:			2px solid #CEB244;
}

#content {
	margin-left:		10px;
	margin-right:		10px;
	margin-top:			10px !important;
	font-size:			12px;
        color:                          #3F1B04;
	width:				530px;
	loverflow:			auto;
	float:				left;
        text-align:                justify;
}

#content .message {
        height:                25px;
        background-color:      #F6CB1D;
        border-bottom:         1px solid #D3811E;
        padding-top:           5px;
        font-weight:           bold;
        text-align:            center;       
}

#content .article {
        float:                left;
        display:              block;
}

#content .article_title {
        width:100%;
        height:                25px;
        background-color:      #F6CB1D;
        border-bottom:         1px solid #D3811E;
        padding-top:           5px;
        float:                left;
        display:              block;
}

#content .article_title a{
   margin-left:10px;
}

#content .backlink {
	margin-top:			20px;
	margin-left:		20px;
	width:				400px;
	display:			block;
	background-color:	#dcdcdc;
	height:				20px;
	font-weight:		bold;
	text-align:			left;
	padding-left:		20px;
}

#content .data {
	margin-left:		20px;
	width:				400px;
	display:			block;
	background-color:	#DCDCDC;
	height:				20px;
	text-align:			left;
	padding-left:		20px;
}

#content input {
	font-size:			12px;
	width:				80px;
}

#content p.bevitel {
	width:				510px;
	max-width:			510px;
	text-align:			left;
	vertical-align:		right;
	margin-left:		50px;
	padding:			10px;
	border:				1px solid #9BA6B8;
}

#content input.button {
	background-color:	#9BA6B8;
        color:             #7C1c1D;
        font-weight:       bold;
        width:             120px;
	font-size:			11px;
}

#content p.uptitle {
	font-weight:		bold;
	color:				white;
	height:				20px;
	font-size:			13px;
}

#content span.uptitle {
	padding-top:		3px;
	display:			block;
	text-align:			center;
	margin-bottom:		15px;
}

#content .title {
	padding-top:		10px;
	height:				30px;
	display:			block;
	text-align:			center;
	font-weight:		bold;
	background-color:	#DCDCDC;
}

#content p.description {
	font-style:			italic;
}

#content ul.disc {
	width:				420px;
	list-style:			none;	
	font-size:			12px;
}

#content ul {
	list-style:			none;	
	font-size:			12px;
	height:				100%;
}

#content li {
	font-weight:		bold;
	height:				20px;
	text-align:			left;
}

#content li a {
	color:				#784118;
	text-decoration:	none;
}

#content li a:hover {	
	color:				black !important;
	text-decoration:	underline;
}

#content table {
	width:				520px !important;
	margin-left:		5px;
	vertical-align:		left;
	border:				1px solid #7A401A;
        color:                          #3F1B04;
	font-size:			12px !important;
	text-align:			left !important;
	margin-bottom:		20px;
}

