
*{margin: 0px; padding: 0px;}

body{background-color: #666; text-align: right; direction: rtl; }

h1{font-size: 18px;}

#wrapper{width: 960px; margin: auto; }

#header{min-height: 156px; background-color: #999;}

#content{min-height: 600px; background-color: #fff; clear:both; overflow: hidden;}

#sidebar{}

#footer{min-height: 126px; background-color: #c16c71;}

.footerTitle{color: #fff; width: 100%;height: 25px; font-size: 18px;}
.footerText{height: 25px; text-align: right; }
.footerLink{color: #000; font-size: 14px; font-weight: bold;}
.footerLink:hover{color: red;}

.marginR{margin-right: 5px;}

.marginL{margin-left: 5px;}

.marginT{margin-top: 5px;}

.menuWraper{width: 100%; background-color: #AA0000; height: 30px;}

.oneOfFive{
	float:left;
	height:249px;
	width:164px;
	border:2px solid #000;
	color:#FFF;
	margin:10px 10px 8px 13px;
	text-align:center;
	}	
	
.oneOfFive:hover{border:2px solid red;}

.musicOneOfFive{
	float:left;
	height:203px;
	width:164px;
	border:2px solid #000;
	color:#FFF;
	margin:10px 10px 8px 13px;
	text-align:center;
	}
	
.musicOneOfFive:hover{border:2px solid red;}

.videoWrraper{
	width: 650px; 
	border-color: gray;
    border-style: double;
    margin: auto;
    }
    
    
.red{color: red;}
/* paging */

.thisPage{color: red; font-weight: bold; border: 1px solid #666; text-decoration: none; padding: 2px 5px; background-color: #ccc;}
.pageLink{color: #000; text-decoration: none; font-weight: bold; border: 1px solid #666; padding: 2px 5px;}
.pageLink:hover{color: red;  font-weight: bold;}
a.arrow{color:#000; font-size: 16px; font-weight:bold; font-family: arial; text-decoration: none;}
a.arrow:hover{color:red;}

.gameSiteLink{width: 25%; float:left; margin-left:10px; text-align:center; margin-top:10px; height: 30px; background-color: #8AE87D; border-radius:10px;}
.gameSiteLink:HOVER{width: 25%; float:left; margin-top:10px; height: 30px; text-align:center; background-color: green; border-radius:10px;}

.divMovie{
	float:right;
	width:43%; 
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.softwareSite{
	text-decoration:none; 
	border-radius:10px;
}

.actorColor{
	color: #000;
}
.actorColor:hover{
	color: red;
	cursor: pointer;
}

.imageLarge{color: #000;}
.imageLarge:hover{color: red; cursor: pointer;}

.showMe{display: block;}

.dontShowMe{display: none;}



