@charset "iso-8859-5";
/* CSS Document */
*{
margin:0;
padding:0
}
img {border:0px}
html{
width:100%;
background-color:#000000;
margin:0px;
padding:0px;
}
body{
width:766px;
height:100%;
margin:auto;
text-align:center
}
#header{
width:766px;
height:258px;
background-image:url(images/title_slogan.jpg);
background-repeat:no-repeat;
background-position:0 57px;
text-align:left;
}
.menu{
background-image:url(images/menu_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
display:block;
width:728px;
height:57px;
list-style-type:none;
padding:0 0 0 38px;
}
.menu li{
	display:inline;
	padding:0;
	margin:0;
}
.menu a{
	float: left;
	padding:0;
}
.menu a span{
	float: left;
	height:57px;
	cursor:pointer;
}
#footer {
	float:left;
	width:766px;
	height:59px;
	background-color:#320202;
	margin:0;
	padding:0;
}

#footer a:link, #footer a:visited, #footer a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#7C610B;
	text-decoration:none
}

#copyright{	
	background-color:#320202;
	float:left;
	display:inline;
	font-family:Tahoma;
	font-size:11px;
	color:#7C610B;
	text-decoration:none;
	text-align:left;
	padding:20px 30px;
}


#customz	{
	display:inline;
	float:right;
}


.small_title{
font-family:Tahoma;
font-size:12px;
color:#830909;
font-weight:bold;
padding:20px 0 10px 0
}
.arrow{
padding:0 0 0 10px;
width:135px;
background-image:url(images/arrow.gif);
background-position:0px 4px;
background-repeat:no-repeat
}
#content{
margin:20px 20px;
text-align:left;
font-family:Tahoma;
font-size:11px;
color:#d2d1c6;
}

a{
color:#830909;
text-decoration:none;
}
a:hover{
	color:#a90a07;
}

.column{
/*background-image:url(images/dash.gif);*/
background-position:top right;
background-repeat:repeat-y;
width:220px;
text-align:justify;
margin:0;
margin-bottom: 30px;
float:left
}
.column2{
width:220px;
text-align:justify;
margin:0 30px;
margin-bottom: 30px;
float:left
}
.column3{
width:220px;
text-align:justify;
margin:0;
margin-bottom: 30px;
float:left
}

.fullcolumn{
text-align:justify;
margin:0;
margin-bottom: 30px;
float:left
}

.fullcolumn ul	{
	padding-left: 50px;
}

.readmore{
text-align:right;
margin:16px 10px 0 0 
}
a.readmore{
font-size:10px;
color:#830909;
font-weight:bold;
text-decoration:none;
}
a:hover.readmore{	
	color:#a90a07;
}

