@charset "utf-8";
/* CSS Document */

html,body { 
font-family: Calibri, sans-serif, "Times New Roman", Times, serif; 
background:url(20241_0.jpg); background-attachment:fixed; 
background-attachment: fixed; 
background-repeat: no-repeat; 
background-color: #000000;
background-size:cover;
background-position: center;
}

h1,h2,h3,h4 {
	color:#801604;	
}  

body,td,th { 
font-family: Calibri, sans-serif, "Times New Roman", Times, serif; font-size:14px; 
line-height:18px; 
letter-spacing:1px; margin-left:5px;
color:#801604;
}  
p { 
font-family: Calibri, sans-serif, "Times New Roman", Times, serif; 
font-size:14px; 
}  

#news_item { 
background-color:#FFF; 
width:350px; 
border-radius:15px; 
padding-left:20px; 
padding-right:30px; 
margin-top:50px; 
left:90px; 
} 
img { 
border-radius:10px; 
max-width:750px; 
} 
#articles { 
position:absolute; 
left:345px; 
top:60px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; 
min-width:750px; 
max-width:920px;
min-height:790px; 
padding-left:25px; 
padding-top:30px; 
padding-right:25px; 
} 
#content { 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; 
min-height:640px; 
min-width:70%; 
max-width:75%;
background-color:#e1e2ea; 
padding-left:15px; 
padding-right:15px; 
padding-top:15px; 
border-width:1px;
border-style:solid;
border-color:black;
}
#nav-left { 
position:absolute; 
left:25px; 
top:60px; 
width:160px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; min-height:820px; 
border-width:1px;
border-style:solid;
border-color:black;

}
#nav-right { 
position:absolute; 
left:185px; 
top:60px; 
width:160px; 
min-height:820px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; border-radius:15px;
border-width:1px;
border-style:solid;
border-color:black;
}
#start { 
min-height:350px;
}

.sexypanels{
border-top-left-radius: 4px; 
border-top-right-radius: 4px; 
border-bottom-right-radius: 4px; 
border-bottom-left-radius: 4px; color: rgb(51, 51, 51); 	
list-style-type: none;
margin: 0;
padding: 0;
width: 100%; /* width of menu */
min-width:120px;
max-width:160px;
padding-right:5px;
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background-color:#801604;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}



.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

.sexypanels li #current{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}