/* Menu 1 starts here */

body {
	margin-top: 10px;}


a:link{
color: #005577;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:visited{
color: #005577;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:hover{
color: #3388AA;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:active{
color: #55AACC;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
} 

#largebox {
background-color: #222;
width: 910px;
height: 520px;
float:center;
}


#box {
background-color: #AAA;
width: 910px;
height: 460px;
float:center;
}
#box ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}


#boxs {
background-color: #777;
width: 910px;
height: 4px;
float:center;
}
#boxs ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}



#logo {
width: 910px;
height: 55px;
float:center;
}
#logo ul
{
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
list-style-type:none;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 10px;
text-align: right;
list-style-type:none;
margin-right:1px;
margin-top:29px;
padding:0;
float:right;
}

#bottom {
width: 910px;
height: 35px;
float:center;
}
#bottom ul
{
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 10px;
text-align: right;
list-style-type:none;
margin-right:1px;
margin-top:1px;
padding:0;
float:right;
}



#moviebox {
    background-color: #555;

width: 630px;
height: 460px;
float:right;
}
#moviebox ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
font-size: 12px;
}

#movie {
background-color: #222;
height: 460px;
width: 622px;
float:left;
}
#movie ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
font-size: 12px;
margin:0;
padding:0;
}


#textbox {
    background-color: #111;

width: 280px;
height: 365px;
float:left;
}
#textbox ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
text-align: justify;
font-size: 12px;
width: 250px;
}

#leftbox {
    background-color: #DDD;

width: 280px;
height: 460px;
float:left;
}
#leftbox ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}

#menubox {
    background-color: #555;

width: 280px;
height: 94px;
float:left;
}
#menu ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}


#sidebox {
    background-color: #555;

width: 8px;
height: 460px;
float:left;
}



#menu1 {
width: 280px;

float:left;
}

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}


#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 280px;
background:  url('menu1.jpg') top left repeat-x;
border-bottom: 1px solid #eee;
}

#menu1 a:link, #menu a:visited
{
color: #EEE;
text-decoration: none;
}

#menu1 a:hover
{
background:  url('menu2.jpg') top left repeat-x;
color: #fff;
}

#menu1 li a#current
{
border-bottom: 3px solid #EEEEEE;
background:  url('menu2.jpg') top left repeat-x;
}
/* Menu 1 ends here */

