html {
	direction: rtl;
}
label {
	display:block;
}
.input {
	width:250px;
}
.gallery {
	margin:10px; padding: 0 5px 5px 5px;
	border: 1px solid #CCC; 
	background-color: #FAFAFA; 
}
body {
	font : normal 12px/15px arial;
	color : #4f5155;
	margin: 0px;
	background: url('../images/bg.gif') repeat-y center;
}

.br { clear: both; }
p { margin: 0px; }
form {display:inline;}
h1, h2, h3 { display: inline; margin:0px;}
img {border:0px;}
a { text-decoration:none; }

.tiny {
	font: bold 10px arial;
}

.right { display:block;
	float:right;}
.left { display:block;
	float:left;}

.banner {
	width: 460px;
	height: 60px;
	background: #e5e5e5;
	border: 1px #626262 solid;
	text-align:center;
}

#container {
	width : 678px;
	margin : 0 auto;
	padding: 3px;
	text-align:right;
}

#header {
	width : 675px;
	border: 0px #000000 solid;
	margin : 0 auto;
	text-align:right;
}

#content {
	width : 678px;
	margin : 0 auto;
}

#footer {
	width : 672px;
	height:32px;
	border: 1px #000000 solid;
	background:#106cb4;
	margin : 0 auto;
	font: 11px arial;
	color:white;
	clear:both;
	display:block;
}
#footer a {
	text-decoration:underline;
	font: 11px arial;
	color:white;
}

#column {
	width : 212px;
	text-align:center;
}
#text {
	width : 462px;
	text-align:right;

}

/**clm stuff**/
#send_get {
	border: 1px #3a3a3a solid; 
	border-bottom:0px; 
	width:208px; 
	display:block;
	background:white; 
	text-align:center;
	margin-right:2px;
	text-align:right;
	font: bold 11px arial;
	color: #e5e5e5;
	line-height: 30px;
}
#search {
	display:block;
	width:212px;
	height:153px;
	text-align:right;
	font: bold 12px arial;
	color: white;
	background: url('../images/block.gif') no-repeat;
}
#search input {
	width: 134px;
	height:20px;
	border: 1px #9e9e9e solid;
	font: 12px arial;
}
#search .btn {
	width: 52px;
	height:20px;
	border: 1px #9e9e9e solid;
	background: #d30000;
	font:bold 12px arial;
	color:white;
}

#art_links {
	margin-right:2px;
	margin-top:0px;
	width:210px;
	background: #dfdfdf;
}
.article_link {
	display:block;
	text-align:right;
	width:210px;
	height:30px;
	background: url('../images/art_link.gif') no-repeat;
	font-weight:bold;
}
.article_link a {color:#5b5b5b; }

#site_links {
	display:block;
	width:210px;
	text-align:right;
	font: bold 13px arial;
	color: #4c5464;
}
#site_links .title {
	display:block;
	width:210px;
	height:81px;
	background: url('../images/block2_title.gif') no-repeat;
}
#site_links a {
	color:#5B5B5B;
}
#site_links .row {
	display:block;
	width:210px;
	height:32px;
	background: url('../images/art_link.gif') no-repeat;
}
#site_links .end {
	display:block;
	width:210px;
	height:38px;
	background: url('../images/block2_end.gif') no-repeat;
}
/***/


#logo {
	background: #106cb4;
	width: 210px;
	height: 95px;
	text-align:center;
	color:#5faeec;
	font: bold 13px arial;
	padding-top:10px;
}

#menu {
	list-style: none;
	padding:0px;
	margin:0px;
	border-bottom:2px solid #FFF;
}
#menu li {
	width:89px;
	height:26px;
	background: #c9c9c2;
	text-align:center;
	font: bold 12px arial;
	color: white;
	padding-top:4px;
	display:block;
	float:left;
	margin:2px;
}

#menu a {color:white; }

#company {
	display:block;
	background: white;
	width:459px;
	font-size:8px;
}
#company img {
	border:2px #c9c9c2 solid;
}
/* marquee */


#marqueecontainer{
position: relative;
display:block;
width: 198px; /*marquee width */
padding:5px;
height: 150px; /*marquee height */
background-color: #DDDDDD;
overflow: hidden;
border: 1px solid #858585;
border-top-color:#C9C9C2;
border-bottom-color:#C9C9C2;
}
.menu2 {
	background:#A9A9A2;
}
.menu2 ul {
	background:#A9A9A2;
	margin:2px 2px 0 2px;
	padding:0;
	list-style:none;
}
.menu2 li {
	float:right;
}
.menu2 li a {
	display:block;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-left:2px solid #FFF;
}
.clear {
	clear:both;
	display:block;
}