html{
line-height:15px;
background-image:url(../web_academy_images/web_academy_bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#4a74a8;}
body{
margin:0;
}
img{
border:none;
}
#wrapper{
width:900px;
margin:0 auto;
margin-top:7px;
}
a, h1, h2, h3{
color:#4a74a8;}
/*HEADER*/
#Header{
margin-top:30px;
width:100%;
height:177px;
background-color:#FFFFFF;}
#header{
width:1100px;
margin:0 auto;
background-image:url(../web_academy_images/web_academy_rigth_header.jpg);
background-repeat:no-repeat;
background-position:right;
height:177px;}
#logo{
width:185px;
padding-left:120px;

}
#header_right{



}
/*MENU*/

#Menu{
width:100%;
height:31px;
background-image:url(../web_academy_images/menu_bg.jpg);
background-repeat:repeat-x;}
#menu{
width:900px;
height:31px;
margin:0 auto;
}
#menu ul{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 25px;
}
#menu li{
display:inline;
margin-right:20px;
}
#menu li a{
height:21px;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;
padding-bottom:10px;
}

/*CONTENT*/

#top{
background-image:url(../web_academy_images/content_bg_top.png);
background-repeat:no-repeat;
height:14px;
line-height:12px;}
#centre{
background-image:url(../web_academy_images/content_bg_centre.png);
background-repeat: repeat-y;
height:200px;
min-height:600px;
padding:30px;
color:#666666;
}
#bottom{
background-image:url(../web_academy_images/content_bg_bot.png);
background-repeat:no-repeat;
height:14px;}

/*FOOTER*/
#footer{
padding-top:30px;
text-align:center;
line-height:18px;

}