/*
Why Study Languages, University of Southampton
Start page
Updated: 3rd jan 2006 rej
*/

/* ---( nav - home page )------------------------------- */
#nav ul #sta {
 display:none;
}

/* ---( content )------------------------------- */

#start_content {
 width: 718px;
 margin: 0px 0px 0px 0px;
 padding:0;
}

/* ---( content - title )------------------------------- */

#start_title {
 width: 718px;
 margin:auto;
 background-image:url(../images/title_background.gif);
 background-repeat:repeat-y; 
}
#start_title:after { 
 content: "."; display: block; height: 0; clear:right; 
 color:#004764;
}

/* ---( content - text )------------------------------- */

#start_text {
 width: 718px;
 margin:auto;
 background-image:url(../images/text_background.gif);
 background-repeat:repeat-y; 
}

/* ---( introduction - home page )------------------------------- */

#intro {
 width: 718px;
 margin: 0px 0px 0px 27px;
 padding:0px;
}

#intro_top {
 width: 718px;
 margin:auto;
 background: #004764 url(../images/intro_background.gif) repeat-y;
}

#intro_text {
 width:708px;
 margin:0px 0px 0px 4px;
 background-image: url(../images/daisy.jpg);
 background-position:bottom left;
 background-repeat:no-repeat;
}

#intro_text:after { 
 content: "."; display: block; height: 0; clear:right; 
 color:#004663;
}

#intro_text h1{
 margin-left:250px;
 margin-right:5px;
 color:#fff;
}

#intro_text p{
 margin:0px 5px 2px 250px;
 color:#fff;
 font-size: 100%;
 line-height: 1.3em;
}

#intro_bottom {
 width: 718px;
 height: 23px;
 margin:auto;
 background: url(../images/intro_bottom.gif) no-repeat;
}

/* ---( 3 boxes - home page )------------------------------- */

#main_table {
 margin: 5px 0px 0px 27px;
 width:718px;
 border-collapse:collapse;
}
#main_table p {
 width: 210px;
 margin: 0;
 padding:2px 10px 5px 10px;
 font-size: 90%;
 color: #999;
 line-height: 1.3em;
}

#main_table h2 {
 color: #666;
 padding: 3px 5px 0px 10px;
}

#left_image_box {
 width:236px;
 height:107px;
 margin:0px 6px 0px 0px;
 padding:0px;
 background-image:url(../images/lab.gif);
 background-repeat:no-repeat;
}

#left_box {
 vertical-align:top;
 background-image:url(../images/box_background.gif);
 background-repeat:repeat-y;
}

#middle_image_box {
 width:236px;
 margin:0px;
 background-image:url(../images/presentations.jpg);
 background-repeat:no-repeat;
}
#middle_box {
 vertical-align:top;
 margin:0px 5px;
 background-image:url(../images/box_background.gif);
 background-repeat:repeat-y;
}

#right_image_box {
 width:236px;
 margin:0px 0px 0px 4px;
 padding:0px;
 background-image:url(../images/notes.jpg);
 background-repeat:no-repeat;
}

#right_box {
 vertical-align:top;
 background-image:url(../images/box_background.gif);
 background-repeat:repeat-y;
}

.bottom_box {
 background-image:url(../images/box_bottom.gif);
 background-repeat: no-repeat;
 height:19px;
 padding: 0px 0px 0px 0px;
}



