/* Header*/

#header-outer{
	position:relative;
   background: url(../images/header_outer.gif) repeat-x ;

}

#header{
   position:relative;
   height:111px;
   margin: 0 auto;
   text-align:left;
   z-index: 500;
   /*background: url(../images/flower.gif) no-repeat left 31px;*/
}

#header #search{
   position: absolute;
   z-index: 5;
   top: 5px;
   left: 0;
   width: 143px;
   height:22px;
   text-align:left;
   background:url(../images/search_bg.gif) no-repeat left top;

}
#search .inputbox_top{
border:none;
background:transparent;
height:16px;
width:110px;
margin-top:4px;
font-size:12px;
padding-left:30px;
color:#666;
}

#nav{
position:absolute;
height:24px;
width:100%;
left:150px;
bottom:0;
}
#topmenu{
position:absolute;
height:24px;
top:8px;
right:0;
text-align:right;
}

#logo{
position:absolute;
top:7px;
background: url(../images/logo.png) no-repeat ;
width:100%;
Height:125px;
left:245px;

}
/* Content*/
#content-outer{
position:relative;
background: url(../images/sidebar.gif) repeat-x ;
height: 400px;
}

#content{
position:relative;
height:400px;
margin: 0 auto;
/* background: #000 ; */
text-align:left;
}

#studemont{
float:left;
padding-left:50px;
padding-right:50px;
padding-top:50px;
width:300px;
height:400px;
overflow:hidden;
}

#tontons{
position:relative;
padding-left:250px;
padding-top:50px;
width:300px;
height:400px;
overflow:hidden;
}

#left-content{
float:left;
padding-left:165px;
width:310px;
height:400px;
overflow:hidden;

}
#right-content{
position:relative;
padding-right:10px;
padding-top:10px;
padding-left:20px;
width:250px;
height:390px;
overflow:hidden;
background: url(../images/content.png) no-repeat ;
}

#slideshow{
}
#slideshow .moduletable th{
display:none;}

#mainbody{
width:290px;
margin-left:10px;
margin-top:20px;
overflow:hidden;
background: url(../images/content2.png) no-repeat ;
}

/* Footer*/

#footer-outer{
/*border-top:1px solid #333;*/
   clear: both;
   background: #0c0c0c;
}

#footer{
padding-top:10px;
   margin: 0 auto;
   background: #0c0c0c ;
   text-align:left;
   height:20px;
}

#imageflow {
position:relative;
	left:160px;
}

.flyers {
position:absolute;
	left:100px;
	width:400px;
       background: url(../images/studemont_flyers.gif) no-repeat ;
}


.footer_bg {
       height: 126px;
       position:relative;
       background: url(../images/bottom_bar.jpg) repeat-x ;
}

#copyright{
   height: 20px;
   margin: 0 auto;
   padding-top:5px;
   text-align:left;
   color:#333;
   font-size:80%;
}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#333;
}

