
a:link{
color:#660000;
} 

a:visited {
color:#CCCCCC;
}

a:hover { 
color:#000000;
}

a:active {
color:#CCCCCC; 
}


#header{
width:100%;
height:200px;
background:  url(images/header.png) no-repeat center ;
background-color:#ffffff;
}

.news{
height:0 auto;
width:0 auto;
margin-left:auto;
margin-right:auto;
border-top:0px solid #000;
border-bottom:3px solid #000;
border-left:1px solid #000;
border-right:1px solid #000;
font-family:Verdana;
color:#000;
background:#FFFFFF;
}


#contentwelc{
width:auto;
height:auto;
background:#ffffff;
border:1px solid #000;
}

    
#content{
width:auto;
height:auto;
background:#ffffff;
border:1px solid #000;
font-family:Verdana;
color:#000;
font-size:.9em;
text-align:justify;
position:relative;
z-index:1; 
     

}

#welcome{
width:1024px;
height:500px;
background:url(images/welcome.png) no-repeat center;
}

.image{
background:url(images/ric.jpg) no-repeat;

position:relative;

width:226px;
height:320px;

}

.textbuj{
background-color: #660000;
width:750px;
text-align:justify;
margin:20px;
padding:25px;
/* border-radius */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 /* box-shadow */
 -webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
}

.bujCon0{
 /* basic */
 background-color: #FFFFFF;
 margin-top:20px;
 margin-bottom:20px;
 color:#000;
 padding: 10px;
 
 /* border-radius */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 /* box-shadow */
 -webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
}


.bujCon1{
 /* basic */
 background-color: #FFFFFF;

 color:#000;
 padding: 10px;

 /* border-radius */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 /* box-shadow */
 -webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
}

.bujCon2{
 /* basic */
 background-color: #FFFFFF;
 margin-bottom:20px;
 color:#000;
 padding: 10px;

 /* border-radius */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 /* box-shadow */
 -webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
}




#footer{
background:url(images/bg2.png) repeat-x top left;
width:auto;
height:33px;
margin:auto;
padding:0;
border:1px solid #000;
background-color:#660000;
}

.copyright{
margin:10px;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:.7em;
color:#fff;
}

/* menu */
#menuwrap {

   width:100%;
   
   border-bottom:4px solid #000;
   
   position:relative;
}


ul.menu {      
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:auto;
padding:0;
text-align:center;
}

ul.menu li {     
display:inline;

margin:0;
padding:0;
}

ul.menu li a {      
display:inline-block;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {     
color:#fff;

text-decoration:none;
}

ul.menu li current{     
display:inline;

margin:0;
padding:0;
}

ul.menu .current a {
color:#fff;                  
font-weight:700; 
 
}


/*RED*/
ul.menu.red{                         
background-color:#660000;
}

/* menu end */   
