/********************************************************************************
*                                                                               *
*  Author    :  Ricky Stevens                                          	        *
*  Web       :  http://www.phase8.com		                                 	*
*  E-mail    :  studio ( at ) phase8 ( dot ) ( com )			        		*
*  Modified  :  27-May-09                                                       *
*                                                                               *
*  Copyright (c) 2009 Phase8. All Rights Reserved.                              *
*  Use of this code is not permitted without permission!                        *
*                                                                               *
********************************************************************************/

/*---------- Preset Tags -------------*/


body {				margin: 0; background: url('../layout/bg3.jpg') repeat-y top left;
}

div {               font-family: Arial, Tahoma; font-size: 12px; color: #000;
}


/*---------- Layout Tags -------------*/

#container {        width: 742px; height: auto; float: left;
}

#container .left {     float: left; width: 165px; height: auto;
}

#container .left ul {     float: left; width: 165px; height: auto; margin: 280px 0 0 0; list-style: none !important; padding: 0; 
                          font-family: Georgia, Times, Arial, Tahoma !important;
}

#container .left ul li {     float: left; width: 165px; height: 38px; line-height: 38px; text-indent: 22px; text-align: left;
                             padding: 0; margin: 0; list-style: none !important; font-weight: normal !important;
}

#container .left ul li a{     display: block; width: 165px; height: 38px; color: #fff; font-size: 14px; text-decoration: none;
                              list-style: none !important; font-weight: normal !important; font-family: Georgia, Times, Arial, Tahoma !important;
}

#container .left ul li a:hover{     color: #c2d5e7;
}

#container .left ul .siteadminSub {  display: block; width: 165px; height: 38px; font-size: 14px; font-weight: bold; color: #000;
}

#container .right {     float: right; width: 555px; margin: 35px 10px;
}

#container .right .header {         clear: both;
    float: left;
    margin: 0 0 60px 10px;
    width: 530px;}

#container .right .header .central {               color: #36388C;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0 0 20px;
    text-align: center;
    width: 360px;
}

#container .right .content {     float: left; clear: both; width: 515px; margin: 0 20px;
}

