/*
###########################################
## Basis Layout design ffi
###########################################
*/

/*
------------------------------------------
Colors
------------------------------------------
*/
/*

Color 1 (Element): #xxxxxx;
Color 1 (Element): #xxxxxx;
Color 1 (Element): #xxxxxx;
Color 1 (Element): #xxxxxx;
Color 1 (Element): #xxxxxx;

*/

/*
------------------------------------------
Global Reset
------------------------------------------
*/

*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/*
------------------------------------------
Layout Styles
------------------------------------------
*/

html{
    
}

html>body{
    font-size: 12px;
}

body{
    font-size: 75%;
    background-color: #000;
}

#myBody{
    background-color: #000;
}

#wrapper{
    margin: 0 auto;
    font-family: Arial, Verdana, Sans-Serif;
}

#header{
    clear: both;
    background-color: #FEBE7E;
}

#topContent{
    background-color: #000;
}

#flashContent{
    clear: both;
    margin: 25px;
}

#flashContent embed{
   margin-bottom: 5px;
}

.subText{
    margin-top: 15px;
    margin-bottom: 35px;
}



#left{
    float: left;
}

#right{
    float: left;
    display: inline;
}

#footer{
    clear: both;
}

h1{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}

a:link, a:visited{
    color: #fff;
    text-decoration: none;
}

a:hover{
    color: #999;
    text-decoration: underline;
}