.navclass
{
text-transform:uppercase;
}

p.feedTitle
{
font-size:20px;
margin-bottom:50px;
font-weight:bold;
}


div.feedburnerFeedBlock p.date {
		font-sixe:10px;
		}
	div.feedburnerFeedBlock ul li div {
		display: inline;
margin-left:20px;
		}
	div.feedburnerFeedBlock span.headline a {
		font-weight: bold;
		font-size: 16px;
		}
	div.feedburnerFeedBlock ul li {
		margin-bottom:50px;
		padding-left: 0;
		text-indent: 0;
		}
	div.feedburnerFeedBlock ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}




.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:0; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#triggers a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}


.hiddenPic {display:none;}


.details { 
    position:absolute; 
    top:5px; 
    right:100px; 
    width:100px; 
} 
 


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#CCCCCC; 
     
    width:auto;     
    min-height:200px; 
    border:2px solid #CCCCCC; 
     

} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/exit.jpg); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:15px; 
    width:15px; 
}

/* CSS Document */
body {
padding:0px;
margin:0px;
font-family:helvetica,arial;
font-size:13px;
background-attachment: fixed;
}
#top {
width:100%;
position:fixed;
top:0px;
left:0px;
height:150px;
z-index:1;
background-color:#FFFFFF;

}
#two {
padding-left:10px;
padding-right:10px;
position:fixed;
width:780px;
top:140px;
left:40px;
height:10px;
z-index:1;
background-image:url(../93.png);
background-repeat:repeat;
}
a:link, a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#content a:link, #content a:visited {
color:#333333;
text-decoration:underline;
}
#content a:hover {
text-decoration:none;
}
#name {
padding-left:10px;
padding-right:10px;
top:60px;
line-height: 30px;
left:40px;
font-weight:bold;
height:30px;
color:#000000;
position:fixed;
text-align:middle;
vertical-align:middle;
v-align:middle;
z-index:1;
background-image:url(../85.png);
background-repeat:repeat;
}

#navigate {
padding-left:10px;
padding-right:10px;
text-align:justify;
line-height: 30px;
font-weight:bold;
top:100px;
left:40px;
height:30px;
color:#000000;
position:fixed;
width:780px;
z-index:3;
background-image:url(../85.png);
background-repeat:repeat;
}

#navleft
{
padding-left:10px;
padding-right:10px;
position:absolute;
left:0px;
top:0px;
width:400px;
text-align:left;
text-transform:uppercase;
}

#navright
{
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
position:absolute;
right:0px;
top:0px;
width:300px;
text-align:right;
}


#content {
position:absolute;
padding:10px;
top:150px;
left:40px;
width:780px;
z-index:0;
background-image:url(../93.png);
background-repeat:repeat;
}
