body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
width: 490px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #a9111d;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #a9111d url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
.forum-image {
	float: left;
	padding-top: 10px:
	margin-right: 0px:
}
.rightBoxMenu{
width: 490px; /*width of menu*/
}
.rightBoxMenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
.rightBoxMenu ul li a{
background: #fff;
line-height: 14px;
color: #5f0a14;
display:block;
width: auto;

padding-left: 20px;
text-decoration: none;
border-bottom: 1px dotted #B5B5B5;
}
.rightBoxMenu ul li a small{
color: #b64855;
}
* html .rightBoxMenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}
.rightBoxMenu ul li a:visited, .rightBoxMenu ul li a:active{
color: #00014e;
}
.rightBoxMenu ul li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(http://www.sinemadetay.com/media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
p { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}