/*#########################################*/
/*                    CCC                  */
/*                AUTHOUR DS               */
/*#########################################*/
/*                   ________
      ########      $$$$$$$$$|
      ####    #     $$
	  ####     #    $$_______
	  ####     #    $$$$$$$$$|
	  ####     #		   $$|
	  ####    #	  	_______$$|		
	  ########		$$$$$$$$$|
*/         
/*#########################################*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
    background: #5e5e5e;
	margin:0;
	padding:0;
}

/*#########################################*/
/*               HTML STYLES               */
/*#########################################*/
img {
	border:none;
}

a{
	color:#000;
}
body#dis #content a 
{
	color: #5d6eb7;
	
}
body#about #content a 
{
	color: #5d6eb7;
	
}
h2, h1, h6 {
    color:#352101;
	font-size:18px;
}
h1, h3, h4, h5 {
    color:#f1a43c;
}
h1 {
	text-transform:uppercase;
	font-weight:normal;
}
#content h2 {
	border-bottom:1px solid #c7d4da;
	color:#c7d4da;
}
#content h6 {
	color:#c7d4da;
}
/*#########################################*/
/*               LAYOUT                    */
/*#########################################*/

#wrapper{
	width:926px;
	margin:0 auto;
	background: url('../images/w_bg.gif');

}
/* header styles */
#header {
	height:96px;
	width:926px;
	background: url('../images/header.jpg');
}
#header h1{
	padding:0;
	margin:0;
	width:298px;
	height:96px;
	text-indent:-9999px;
	float:left;
}
#header h1 a{
	width:298px;
	height:96px;
	display:block;
	outline:none;
}
#header ul{
	list-style:none;
	margin:40px 20px 0 0;
	padding:0;
	float:right;
}
#header ul li{
	margin:0;
	padding:0;
	width:37px;
	height:25px;
	float:left;
}
#header ul li a{
	width:37px;
	height:25px;
	outline:none;
	display:block;
	text-indent:-9999px;
}
#header ul li a#ihome{
	background: url('../images/i_home.gif');
}
#header ul li a#imap{
	background: url('../images/i_sitemap.gif');
}
#header ul li a#icontact{
	background: url('../images/i_contact.gif');
}
#content{
 padding:5px 15px;	
}
#content a{
 color:#fff;	
}

#content form label{
 display:block;
 width:120px;
 float:left;
}
#content form input, textarea {
	background-color: #c7d4da;
}


/* left column */
#menu {
	width:232px;
	height:251px;
	background: url('../images/m-bg.jpg') repeat-y;
}
#menu ul{
	padding:0;
	margin:0 20px;
	list-style:none;
}
#menu ul li{
	padding:0;
	margin:0;
	background: url('../images/li.gif') no-repeat bottom left;
	height:42px;
	line-height:40px;
}
#menu ul li a{
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	font-size:18px;
}
#leftcolumn span{
	padding:0;
	margin:80px 0 0 15px;
	width:201px;
	display:block;
	color:#949191;
	font-size:14px;
	color:#efa949;
}
#leftcolumn h2{
	padding:0;
	padding-bottom:7px;
	margin:0;
	width:196px;
	height:37px;
	background: url('../images/h2l.gif') no-repeat;
	text-indent:-9999px;
	float:left;
}
#leftcolumn {
	padding:0;
	margin:0;
	width:232px;
	float:left;
	height:750px;
}
#leftcolumn p{
text-align:center;
}

#rightcolumn {
	float:right;
	width:694px;
	padding:0;
	background: url('../images/header.jpg') no-repeat center top;
}


/* document footer */
#footer {
	height:105px;
	width:926px;
	clear:both;
	background:  url('../images/footer.jpg');
	color:#352101;
}
#footer p{
	margin:0;
	padding:0;
	display:inline-block;
}
#footer p a{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	color:#352101;
}
#footer ul{
	margin:0 0 0 250px;
	padding:40px 0 0 0;
    color: #F4EBD3;
}
#footer ul li{
	list-style:none;
	padding:0 5px;
	float:left;
	font-size:12px;
	font-weight:bold;
 }
#footer ul li a{
	color: #fff;
	margin:0 7px;
	text-decoration:none;
	text-transform:uppercase;
}

/*ajax ticker*/

#ajaxticker1{
	width: 222px;
	height:300px;
	padding: 5px;
	background-color: #c7d4da;
	color:#000;
	font-size:12px;

}

#content p a#nolink {
 text-decoration:none;
 color:#FFF;
 
}
.mp {
margin:0 0 0 100px;	
}
#ajaxticker1 strong{
	color:#fff;
	display:block;
	background:#333;
	padding:5px;
}

