﻿body
{
    background: #fff url(images/bg.jpg) repeat-x ;
    font-family: Trebuchet MS;
    color: #4a3a2a;
	margin:0px;
}
#tutor_container
{
    width: 1009px;
    margin-left: auto;
    margin-right: auto;
}

#tutor_top
{
	margin-top:10px;
    float: left;
	margin-left: 40px;
}

#tutor_top a img
{
    border: none;
}

#tutor_middle
{
    float: left;
    width: 100%;
    height: 158px;
}

#tutor_middle_left
{
    float: left;
    width: 14%;
    padding: 72px 0px 0 4px;
    margin-left: 105px;
}
#tutor_middle_left a img
{
    border: none;
}

#tutor_middle_center
{
    float: left;
    padding: 72px 0px 0 14px;
    margin-left: 44px;
}

#tutor_middle_center a img
{
    border: none;
}

#tutor_middle_right
{
    background-image: url(images/children_learning.jpg);
    background-repeat: no-repeat;
    background-position: 0 14px;
    width: 40%;
    height: 158px;
    float: right;
}
#container_top
{
    background-image: url(images/tutor_top_container.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height:128px;
    float: left;
}

#container_top h1
{
    padding: 5px 0 0 0;
    margin-left: 25px;
    margin-top: 40px;
    width: 65%;
}
#container_top p
{
    padding: 5px 0 0 0;
    margin-left: 25px;
    width: 65%;
}
#container_middle_home
{
    background-image: url(images/container.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    float: left;
}

#container_middle_home p
{
    margin-left: 25px;
    width: 100%;
}

#container_middle_home a img
{
    border: none;
    border: 0;
}

#container_middle
{
    background-image: url(images/container.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    width: 100%;
    float: left;
}
#container_middle a img
{
    border: none;
    border: 0;
}
#left_content
{
    margin-left: 25px;
    width: 15%;
    float: left;
}

#right_content
{
    margin-left: 10px;
    margin-right: 20px;
    width: 70%;
    float: right;
}

#right_content p a
{
    
    color: #4a3a2a;
    text-decoration: none;
    font-family: Trebuchet MS;
}

/* SIDE NAVIGATION MENU */

/* ----------------------------------------- */


#side_nav
{
    margin-left: 30px;
    margin-top: 35px;
    width: 95%;
}
/* FOOTER */

/* ----------------------------------------- */


#container_footer
{
    background-image: url(images/container_footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    float: left;
}
.footer
{
    float: right;
    width: 33%;
    font-size: 12px;
    margin-right: auto;
}

.footer a
{
    font-size: 12px;
    color: #4a3a2a;
    text-decoration: none;
}

.footer a:hover
{
    font-size: 12px;
    color: #0043A2;
    text-decoration: none;
}

/* HEADER MENU AND LOGO */

/* ----------------------------------------- */
.menu-head {

	float:right;
	margin:0;
	padding:0;
	margin-top:0px;
}

.menu-head ul{
	list-style:none;
	margin:0;
	padding:0;
}

.menu-head li{

	float:left;
	margin:0;
	color:#FFF;
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
    letter-spacing: normal;
    line-height:11px;
	margin-left:5px;
	background:url(images/tab.jpg) no-repeat;
	width:100px;
	height:40px
}

.menu-head a{
	display:block;
	color:#FFF;
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
    letter-spacing: normal;
	text-align:center;
   	text-decoration:none;
	padding-top:6px;
	
}
.menu-head a:visited{
	color:#FFF;
	text-decoration:none;
}

.menu-head a:hover{
	color:#375388;
	text-decoration:none;
	font-weight:bold;
	background:url(images/tab_hover.jpg) no-repeat;
	width:100px;
	height:40px
	
}



