
/*                            _____
 *         __________________/ ___ \
 *        / ________________/ / __\ \
 *       / / _    __       / / /__  /
 *      / / / /_ /_/       \ \___/ /
 *     / / / __/__ ________ \_____/
 *    / / / /  / // __  __ \  / /
 *   / / / /_ / // / / / / / / /
 *  / /  \__//_//_/ /_/ /_/ / /
 *  \ \____________________/ /
 *   \______________________/
 *
 *  Coded by Tim!
 *      Copyright 2008 Atlantic Learning Institute.
 *          All rights reserved.
 *
 * Too Lght Beige: #F6F1E4
 *    Light Beige: #F6EEDA
 *          Beige: #DFCB9C
 *     Dark Beige: #A08B5A
 *            Red: #CF0F00
 *       Dark Red: #900A00
 *           Blue: #225BB3
 */

body {
 color:#000; font-size:16px;
 background: #DFCB9C url(img/main_bg.jpg) repeat; margin:0;
}
a:link { text-decoration:none; color:#900A00; }
a:active { text-decoration:none; color:#900A00; }
a:visited { text-decoration:none; color:#900A00; }
a:hover { text-decoration:underline; color:#CF0F00; }

div.top {
 background-color:#F6EEDA;
 position:static; width:100%; height:216px; padding:0px;
 background:#F6EEDA url(img/main_top_bg.jpg) repeat; 
 }
div.content	{
 background-color:#F6EEDA; width:100%; padding:0px; height:auto; min-height:450px;
 background: #F6EEDA url(img/main_content_bg_alc.jpg) no-repeat;
 }
div.title {
 color:#FFF; font-size:32px; font-weight:bold;
 padding:0px; position:absolute; left:375px; top:75px;
 }
div.out_bottom {
 position:relative; top:-1px; width:100%; height:87px;
 background-image:url(img/main_out_s.jpg); background-repeat:repeat-x;
 }
img.out_sw {
 position:absolute; left:0px; top:0px;
 }
img.out_se {
 position:absolute; right:0px; top:0px;
 }

div.photo {
 background-color:#FFF; border-style:solid; border-width:1px; border-color:#000000;
 float:right; padding:5px; margin:12px; font-size:10px; text-align:center;
 }
img.photoleft {
 float:left; border: 1px solid #000;
}
img.photoright {
 float:right; border: 1px solid #000;
}

div.lang_btns {
 padding:3px; position:absolute; top:25px; right:125px;
 }
div.menu1_box {
 padding:0px; position:absolute; left:360px; right:120px; top:192px;
 }
a.menu1 {
 color:#000; text-decoration:none; font-size:16px; text-align:center;
 padding:2px 0px 4px 0px; float:left; width:14%;
 }
a.menu1:hover {
 background-color:#DFCB9C;
 }
div.menu2_box {
 padding:0px; position:absolute; left:355px; right:120px; top:216px;
 text-align:left;
 } /* left:330px; right:120px; top:216px; text-align:center; */
a.menu2 {
 color:#A08B5A; text-decoration:none; font-size:12px; 
 padding:2px 10px 4px 10px;
 }
a.menu2:hover {
 color:#000;
 }
p {
 text-align:justify; text-indent:40px;
 }
div.margin {
 margin-left:12px; margin-right:12px;
 margin-top:0px; margin-bottom:12px;
 }
h1 {
 color:#900A00; font-size:24px; font-weight:bold;
 text-indent:0px; text-align:left; margin-top:0px;
 padding-top:28px;
 }
h2 {
 font-size:18px; font-weight:bold; text-indent:0px; text-align:left;
 }
hr {
 color:#000; height:1px;
 }



 



