body { 
    padding: 0;
    margin: 0; 
    font: 11px tahoma, Arial, sans-serif; 
    line-height: 1.3em;
    letter-spacing: 1px; 
    color: #000;
    text-align: center;
    min-width: 768px;
}

h1 {    
    color: #1269ee; 
    font: 11px tahoma bold;
    font-weight: bold;
    letter-spacing: normal;
    display: inline; 
}

h2 {    
    color: #000; 
    font: 2.1em Arial, sans-serif;
    letter-spacing: 1px;
    display: inline; 
}

a { 
    color: #2F637A; 
    background: inherit;
    border: none; 
}

a:hover { 
    color: #808080; 
    background: inherit; 
}

a:visited a:active {
    border: none;
}

p {    
    margin: 0 0 5px 0; 
    padding: 0;
}

ul { 
    margin: 0; 
    padding : 0; 
    list-style : none; 
}

img { 
    border: 0; 
}

b {
    font-weight: bold;
}
/* layout */
#content { 
    margin: 0px auto; 
    width: 768px; 
    text-align: left;
    /*border: solid 1px black;*/
}

#toplayer {
    height: 120px;
    width: 768px;
    margin: 0;
    padding: 25px 0 0 0 ;
    background: #fff url(images/topbg.gif) repeat-x top left;     
    /*border: solid 1px black;*/
}

#logo { 
    margin: 0 0 10px 25px; 
    padding: 0;
    width: 134px;
    height: 100px; 
    background: url(images/aa_logo.gif) no-repeat;
    /*border: dotted;*/
}

#slogan { 
    line-height: 17px; 
    float: right; 
    color: #000; 
    background: #fff; 
    margin: 55px 20px 7px 0; 
    text-align: right; 
    height: 24px;
    /* border: dotted;    */
}

#navdiv {
    height: 25px;
    width: 768px;
    background: #fff;
    text-align: right;    
    /*border: dotted 1px red;*/
}

#navbar { 
    float: right; 
    width: 768px;
    height: 25px;
    background: #fff; 
    color: #808080; 
    padding: 0; 
    margin: 0; 
    font: 1.4em Arial;
    /*border: dotted 1px red;*/
}
    #navbar li{ list-style: none; display: inline; margin: 0;         position: relative;}
    #navbar li a{
        text-decoration: none;
        padding: 0 20px 6px 22px;
        margin-left: 2px;
        background: #100377 url(images/corner.gif) no-repeat top right;
        font-weight: bold;
        color: #fff;
        /*border: dotted 1px white;*/
    }
    #navbar li a:hover{
        background: #ededed url(images/corner.gif) no-repeat top right;  
        color: #1b0ab0;
        padding: 0 20px 6px 22px;
    }
    #navbar li a.current{
        background: #1b0ab0 url(images/corner.gif) no-repeat top right;
        color: #fff;
        padding: 2px 22px 8px 22px;
    }
    #navbar li a.semiback{
        background: #170895 url(images/corner.gif) no-repeat top right;
        color: #fff;
        padding: 0 20px 6px 22px;
    }
    #navbar li a.semiback:hover{
        background: #ededed url(images/corner.gif) no-repeat top right;  
        color: #1b0ab0;
    }
#subheader {
    height: 28px;
    width: 768px;
    color: #fff;
    font: 1.2em Trebuchet Ms, Arial; 
    font-weight: bold;
    background: #1b0ab0;    
    padding: 17px 0px 10px 0px;
    /*border: dotted 1px red;*/
}
    #subheader p {
        display: inline;
        margin-left: 40px;
    }
    
    #subheader a {
        color: #fff;
        text-decoration: none;
    }
    
    #subheader a:hover {
        text-decoration: underline;
    }

#conceptpic {
    height: 150px;
    width: 768px;
    background: #fff;    
    /*border: dashed 1px black; */
}

#portfoliopic {
    height: 150px;
    width: 768px;
    background: #fff url(images/portfolio_bk.gif) repeat-x top left;
    text-align: center;  
    margin: 0 auto;
    /*border: dashed 1px black; */
}

#portfoliopic img {
    padding: 15px; border: 0; background-color: transparent;
}

#portfoliopic a {
    background: none;
}

#portfoliopic a:hover, a.highlighted a:focus {
    cursor: crosshair;
}


#contentholder {
    height: 140px;
    width: 758px;
    background: #fff;
    padding: 15px 5px 5px 5px; 
    text-align: justify;   
    scrollbar-face-color : #fff; 
    scrollbar-highlight-color : #fff; 
    scrollbar-3dlight-color : #ededed; 
    scrollbar-shadow-color : #ededed; 
    scrollbar-darkshadow-color : #ededed; 
    scrollbar-track-color : #fff; 
    scrollbar-arrow-color : #1b0ab0;
    /*border: dashed 1px black;*/
}

    #shoutbox {
        float: left;
        width: 170px;
        height: 120px;
        color: #3f32e1; 
        padding: 0 20px 0 30px;
        font: 400 13px Arial;
        text-align: left; 
        /*border: dashed 1px black;*/
    }

    .bigger {
        font-size: 1.5em;
    }

    #contextbigbox {
        height: 135px;
        margin: 0;
        overflow: auto;
    }
    
    #contextbox {
        width: 348px;
        height: 135px;
        font: 1em Arial, sans-serif;
        padding: 0 50px 0 50px;
        margin: 0;
        overflow: auto;
        /*border: dashed 1px black; */
    }
        #contextbox h1 {
            font-size: 1.2em;
            display: inline;
            letter-spacing: normal;
        }

#contactlist { 
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0; 
}      
    #contactlist li a {
        text-decoration: underline;
    }
    .regno {
        color: #808080;
    }

input {
    background-color: #fff; 
}

form#askaladdinfeedback { 
    background-color: #fff; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    text-align: right;
    padding: 0;
    margin: 0;
    /*border: 1px solid #999999; */
}

#askaladdinfeedback .textfield { 
    border: 1px solid #8c969f;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #5e6771;
    width: 180px;
    margin-right: 6px; 
}

#askaladdinfeedback .smalltextfield { 
    border: 1px solid #8c969f;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #5e6771;
    width: 50px;
    margin-right: 6px; 
}

#askaladdinfeedback .textarea { 
    border: 1px solid #8c969f;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    width: 180px;
    color: #5e6771;
}

#askaladdinfeedback .buttons { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    background-color: #f1f2ec; 
    color: #000000; 
    margin-right: 6px; 
}

.send {
    width: 71px;  /*width for you actual button*/
    height: 28px; /*height for you actual button*/
    border: none;
    }
    
#footer {
    height: 30px;
    width: 743px;
    background: #ededed;   
    padding: 15px 0 0 25px; 
    margin: 0;
    /*border: dashed 1px red; */
}
    #footer p {
        letter-spacing: 0;
        font-family: verdana, sans-serif;
        font-size: .8em;
        /*margin-top: 25px;*/
    }
    
    .lunardiv {
        float: right;
        margin-top: 0;
        padding: 0;
    }

.lineup {
    margin-top: 7px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    
}

.lineup li {
 float: left;
 display: block;
 position: relative;
 padding-left: 2px;
}  

.privacypolicy { padding: 15px; }
.privacypolicy p { margin-top: 15px; }
.privacypolicy li { list-style-type: disc; margin-left: 15px; }