@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#header {
	background: url(../img/header.jpg) no-repeat;
    width: 950px;
    height: 263px;
    float: left;
    margin-bottom: 15px;
    text-indent: -10000px;
}
#content {
	float: left;
    width: 950px;
    border: solid 1px #00AEDB;
}
#left {
	width: 290px;
    float: left;

}
#right {
	float: left;
    margin-left: 20px;
}
#video {
	border-top: 1px solid #00AEDB;
    border-right: 1px solid #00AEDB;
    border-left: 1px solid #00AEDB;
    border-bottom: 10px solid #00AEDB;
    width: 620px;
    height: 225px;
    margin-top: 15px;
}
#wideo-left {
	width: 250px;
    height: 225px;
    background-color: #FFF;
    float:left;
}
#video-logo {
	margin-top: 20px;
    margin-left: 0px;
}
#video-right {
	width: 370px;
    height: 225px;
    background-color: #33FFFF;
    float:left;
}
#english {
	float: left;
    background: url(../img/bg-textbox.gif) no-repeat top;
    width: 302px;
    margin-top: 20px;
}
#right h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 15px;
    text-align: center;
    width: 290px;
    margin-left: 8px;
    margin-top: 10px;
    margin-bottom: 7px;
}
#right p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    width: 285px;
    margin-left: 8px;
    margin-top: 7px;
    margin-bottom: 7px;
}

#french {
	margin-top: 20px;
	float: left;
    background: url(../img/bg-textbox.gif) no-repeat top;
    width: 302px;
    margin-left: 18px;
}
#footer {
	background-color: #EAEAF6;
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    margin-top: 15px;
    font-size: 12px;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    
}
#footer-left {
	text-align: left;
    float: left;
    margin-left: 5px;
    display: inline;
}
#footer-middle {
	text-align: left;
    float: left;
    margin-left: 15px;
}
#footer-right {
	text-align: left;
    float: left;
    margin-left: 15px;
}


#rightmain {
	float: left;
	margin-top: 20px;
    margin-left: 20px;
    border: #000000 1px solid;
}
#mainbody {
	float: left;
    /*background: url(../img/bg-textbox.gif) no-repeat top;*/
    width: 600px;
    margin-top: 20px;
    font-size: 12px;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    padding: 10px;
}
