/* CSS Document */

body{
	width:2000px;
	height:auto;
	background-color:white;
	margin-right:auto;
	margin-left:auto;
	background-image: url(pic%20dpn/white-background-gif-7.gif);
}
/*1.WRAPPER-------------------------*/
#wrapper{
	width:2000px;
	height:auto;
	background-color:white;
	margin-right:auto;
	margin-left:auto;
	background-image: url(pic%20dpn/white-background-gif-7.gif);
}	 
/*2.HEADER--------------------------*/
#header{
	width:1500px;
	height:50px;
	margin-right:auto;
	margin-left:auto;
	background-color:blue;
	padding-top:150px;
	padding-right:5px;
	background-image: url(pic%20dpn/back3.jpg);

}   

/*3.MENU----------------------------*/
#menu{
       width:1500px;
	   height:50px;
	   background-color:#FAFAFA;
	   margin-right:auto;
	   margin-left:auto;
	  
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 60px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 60px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/*5.CONTENT------------------------*/
#content{
       width:1500px;
	   height:1000px;
	   margin-right:auto;
	   margin-left:auto;
	   background-color:white;
}

#flashbanner{
	width:1500px;
	height:450px;
	background-color:white;
	margin-right:auto;
	margin-left:auto;

}

#subcontent{
       width:1500px;
	   height:900px;
	   margin-right:auto;
	   margin-left:auto;
	   background-color:#FFFFFF;
	  
}
#flash1{
	width:375px;
	height:461px;
	background-color:blue;
	float:left;
	   
}

#flash2{
	width:375px;
	height:461px;
	background-color:pink;
	float:right;
	
}
#flash3{
       width:375px;
	   height:461px;
	   background-color:blue;
	   float:left;
}
#flash4{
       width:375px;
	   height:461px;
	   background-color:pink;
	   float:right;
}
#flash5{
       width:375px;
	   height:461px;
	   background-color:pink;
	   float:left;
}
#flash6{
       width:375px;
	   height:461px;
	   background-color:blue;
	   float:right;
}
#flash7{
       width:375px;
	   height:461px;
	   background-color:white;
	   float:left;
}
#flash8{
       width:375px;
	   height:461px;
	   background-color:blue;
	   float:right;
}
#sidebar{
	width:1500px;
	height:250px;
	background-color:blue;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../../flash/sidebar.jpg);
}
/*6.FOOTER----------------------------*/
#footer{
	width:1500px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #CCC;
	background-color:white;
}
