                            /*  website default setting */
*{
	margin: 10px;
	padding:0px;
	list-style-type: none;
	

}

header, nav, article, section, footer, aside{
	display: block;
	
} 


                            /*  website  heading styles*/

.web-site-body{
	width:1000px;
	margin:0px auto;
	font-family: Arial, Sans-Serif;
	background-color: #f3f3f3;
	

}
.clear{
	clear: both;
}

/*navagtion style*/

#wapper{
	max-width: 960;
	margin: 0 auto;
	background-color: #fff;
	padding: 32px;
}
 header{
 	background-color: #990033;
 	height:114px;
 	padding: 4px;
 }                 
                 
 header h1{
 	text-transform: uppercase;
 	text-align: center;
 	color: #fff;
 	line-height: 50px;

 }                
                      

header h2{
	font-variant: small-caps;
	text-align: center;
	color: #fff;
}

.main-menu{
	padding: 5px 0 5px 0;
	text-align: center;
	line-height: 32px;
	background-color: #818181;
}
.left-side header{
	background-color: #ffcccc;
	height: 90px;
}

ul.main-menu{
	margin-top: 15px;
}

.main-menu li{
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 16px;
}
                    
.main-menu a{
	text-decoration: none;
	color: #fff;
	padding: 8px;
	font-variant: small-caps;
}
                           
.main-menu{
	color: #59d5d8;
}

.main-menu a:hover{
	color: #990033;
}

                           /* body, aside & main section style */




.left-side{
    float:right;
	width: 815px;
	height:500px;
	border: 2px solid black;
	margin-right: 80px;


}                           
.left-side-a{
	float: left;
	width: 240px;
	height:500px;
	border: 2px solid black;
	background-color: #ffcccc;
}
#video{
	margin-top:0px;
	margin-bottom:60px;
}

.left-side-a div h2{
	text-align: center;
}	
.left-side-a div ul li{
	text-align: center;
}
.page-footer{
	clear:both;
	text-align: center;
}


