body{
	background: #000000; /*url(../gradient.jpg) repeat-x;*/
/*  font-family: palatino, 'palatino linotype', freeserif, likhan, norasi, rekha, times, 'times new roman', sans-serif;*/
    font-family: 'lucida sans unicode', 'lucida grande', 'lucida sans regular', 'MgOpen Moderna', verdana;
	margin: 0;
	padding: 0;
	height: 100%;
}

ul {
    list-style-type: circle;
}

 a:link, a:visited, a:active, a:hover{
    color: #C26426;
    text-decoration: none;
    font-weight: normal;
    border-bottom: dotted #C26426 1px;
}
    

img{
    border: none;
}

.tframe{
    line-height: 1.4em;
    background-color: #FFF;
    color: #444;
    width: 450px;
    padding: 20px;
    margin: 5px;
    float: left;
    border:1px solid #bbb;
	border-bottom:2px solid #aaa;
	border-top:1px solid #ddd;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#backgroundpicture{
    background: url(../windy.png) no-repeat top right;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 616px;
    height: 410px;
    z-index: -2;
}  

#logo{
    display: block;
    background: transparent url(../logo/logo3.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: -1;
    padding: 0;
    margin: 0;
    width: 437px;
    height: 175px;
    text-indent: -9999px;
    margin: 0;
}

#logo:link, #logo:visited{
    border: none;
}

#mainframe{
    color: #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    z-index: 3;
    min-width: 30em;
    min-height: 100%;
}

#mainframe  p  a{
    text-decoration: none;
}

/*#mainframe p a:hover{
    text-decoration: none;
}*/

h2{
    font-size:20px;
    color: #C26426;
}

h2 a:visited,h2 a:hover,h2 a:active,h2 a:link{
    color: #C26426;
/*    float: left;*/
}

h2 a:hover{
    color: #fff;
}

h3{
    font-size: 16px;
    color: #641100;
}

.clear {clear: both; margin: 0px;}

#backgroundgradient{
    display: block;
    margin: 0;
    background: #244460 url(../gradient.jpg) repeat-x;
    height: 274px;
    width: 100%;
    position: relative;
    z-index: 0;
}

#menubox{
    width: 100%;
    height: 1.5em;
    display: block;
    z-index: -3;
    background: url('../transparent.png');
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu{
    background: transparent;
    list-style-type: none;
    border: none;
    height: 1.1em;
    width: 100%;
    margin:0;
    margin-left:40px;
    padding: 0;
    white-space: nowrap;
}

#largemenuwrap{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#smallmenuwrap{
    margin-right: 280px; 
}
    
    

.menu li{
    font-size: 20px;
    margin-right: 2%;
    margin-left: 0;
/*    height: 40px;*/
    text-align: left;
    width: 18%;
    min-width: 5em;
    float: left;
    display: block;
    font-size: 14pt;
}

.menu li a:visited,.menu li a:link,.menu li a:active,.menu li a:hover{
    color: #ddd;
    text-decoration: none;
    border: none;
    display: block;
    min-width: 14%;
}

.menu li a:hover{
    color: #C26426;
}

#title{
    color: #ddd;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 50px;
    margin-top: 2em;
}

#subtitle{
    color: #ddd;
    font-size: 30px;
    text-indent: 3em;
    margin-bottom: 1em;
}

#footer{
    color: #888;
    background: #111;
    border-top: solid #bbb 1px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
    width: 90%;
}

#footer img {
    float: left;
    margin-right: 1em;
}

#footer a:link, #footer a:visited, #footer a:active{
    color: #aaa;
    border-color: #aaa;
}