body {
    margin: 0;
    padding: 0;
    background: #010000 url(../images/img01.jpg) repeat left top;
    font-family: Arial, Helvetica, sans-serif;    
    color: #3C3D3F;
}

h1{
 color: white;
 font-weight: 300;
 font-size: 24px;
 padding: 0px 50px 0px 0px;
}

#title h2 {
	
	color: white;
	font-size: 22px; 
	margin: -20px 0px 0px 0px;
}

.indexMenuItemCurrent a{
        border-color: white;
        border-width: 1px;
        border-style: solid;
        color: white;
        text-decoration: none;
        padding: 5px 5px 5px 5px;        
        float: left;
}

.indexMenuItem a{
        background-color: red;
        color: white;
        text-decoration: none;
        padding: 5px 5px 5px 5px;
        float: left;
}

.indexMenuItem :hover{
        background-color: black;
}

#content {
	background-color: white
}

#description {
    font-family: Arial, Helvetica, sans-serif;    
    color: white;
	 font-size: 16px;
	font-style: italic;
}

.viewProfile{
        color: white;
        background-color: #87A0E5;
        font-weight: 300;
        font-size: 16px;
        white-space: nowrap;
        position: relative;
        bottom: 15px;
        padding: 1px 2px 1px 2px;
        cursor: pointer;
}

.post {
        padding: 5px 10px 5px 10px;
        border-bottom-style: solid;
        border-bottom-width: thin;
//        padding-top: 5px;
        width: 600px;
        border-bottom-color: #D1D9F0; 
        height: 300px;
        overflow: hidden; 
}

.post h2{
    color: black;
    font-weight: 400;
    font-size: 18px;
	padding: 10px;
}

.post .postLink{
    white-space: nowrap;
    overflow: hidden;
    background: black;
	color: white;
    padding: 1px;
    text-overflow: ellipsis;
    float: left;
    width: 480px;
    margin: -17px 0px 0px 0px;
    cursor: pointer;
    font-size: 16px;
	font-weight: bold;
}

.post .entry {
        font-size: 16px;
}

/*   menu        */

.menu {
        position: relative;
        top: 20px;
    width: 300px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: #231917;
    border-bottom: 4px solid red;
}

#usMenu1 {
width: 350px;
overflow: hidden;
}
#usMenu1 h2{
width: 320px;

}
#usMenu2 {
width: 350px;
overflow: hidden;
}
#usMenu2 h2{
width: 320px;

}

.menu h2 {
    color: white;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
        background: red url(../images/img02.jpg) repeat left top;
        position: relative;
        left: 20px;
        width: 270px;
}
.menu li {
    color: white;
    font-weight: 300;
    font-size: 16px;
    margin: 0px 0px 0px 20px;
    padding: 0;
/*    white-space: nowrap;  */
    border-left: none;
    text-align: left;
    list-style-image: url(../images/img03.gif);  
}

.menu li a {
    margin: 1px 1px 1px 1px;
        color: white;
        text-decoration: none;    
}

.menu li li  {
    margin: 0px -100px 0px 0px;
}

.menu li a:hover  {
    margin: 1px 1px 1px 1px;
    background-color: white;
    
    color: black;
    width: 230px; 
}

.menu li span {
    margin: 1px 1px 1px 1px;
        color: white;
        text-decoration: none;  
        cursor: pointer;
}



.menu li :hover {
	list-style-image: url(../images/currImg.gif);
}

.menu li .currentPage{
    background: white url(../images/img03.gif) no-repeat left 5px;
    list-style-image: url(arrCurrent.jpg);
    width: 230px;
    color: black;
}

/* ************** menu *******************       */

/* Footer */

#footer {
    width: 900px;
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p {
    margin: 0;
    padding: 20px 0px 0px 30px;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #45302C;
}