html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial, sans-serif;
    background-color: #669999;
    text-align: center;
}

#text_top_gray{
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 15px;
    background: #fff url(include/graphics/gradient_gray.jpg) repeat-x;
}

#files{
    border: 1px solid #003399;
    padding: 15px;
    background: #bfe6e5 url(include/graphics/gradient_blue.jpg) repeat-x;
}

#files_description{
    font-weight: bold;
    color: #003399;
    margin-bottom: 10px;
}

#files a{
	text-decoration: none;
	color: black;
	padding:2px;
	display: block;
	margin: 0 10px 0 10px;
}

#files a:hover{
	color: white;
	background-color: blue;
}

#wrap_login {
    width:960px;
    margin:0 auto;
    color: white;
}

#wrap_login a{
    text-decoration: none;
    font-weight: lighter;
    color: white;
}

#wrapper {
    width:960px;
    height:auto;
    margin:0 auto;
    padding:0px;
    background: url(include/graphics/bg_middle.jpg) left top repeat-y;
    text-align: left;
}

#container {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(include/graphics/bg_top.jpg) left top no-repeat;
}

#footer {
    width:auto;
    height:auto;
    margin:0px ;
    padding:0px;
    background:url(include/graphics/bg_bottom.jpg) left bottom no-repeat;
}

#header {
    width:auto;
    height:200px;
    border: 0px solid red;
}

#flash_logo{
    width:110px;
	height:110px;
    border: 0px solid red;
    margin-left: 260px;
}

#top_photos{
    width: 510px;
    height:150px;
    float: right;
    border: 0px solid black;
    margin: 30px 46px 0 0;
    /*
    position:relative;
    top: 10px;
    */
}

.one_top_photo{
    width: 150px;
    height: 150px;
    margin: 18px 0 0 30px;
    background-color: #FFFFFF;;
    float: left;
}

#left{
    width: 220px;
}

#menu{
    height: 550px;
/*    background-position: center 240px; */
    
    background-image: url(include/graphics/ear.jpg);
    background-position: center 140px;
    background-repeat: no-repeat;

}

#right{
    float: right;
    width: 650px;
    border: 0px solid blue;
}

#content{
    width:auto;
    height:auto;
/*    min-height:350px; */
    padding: 0 0 60px 0;
    margin:0 32px 0 30px;
    border: 0px solid black;
/*    color: #003399; */
}

#content a{
    color: #003399;
}

h1 {
    color:#003399;
    font-size:24px;
    font-style:italic;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:0;
}
/*
a {
    text-decoration: underline;
    color: #003399;
    font-weight: bold;
}
*/
#menu a:hover{
    color: #039;
    background: #aaa;
}

#menu a{
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    display: block;
    padding: 3px;
    border: 1px solid transparent;
    margin-bottom: 0px;
}

#menu a#menu_selected{
    color: #039;
    border: 1px solid #039;
    background-color: #aaa;
}

#ear_logo{
    margin-left: 50px;
}

#image_div{
    clear: both;
    float: right;
    padding: 5px;
}
#image_center_div{
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

#image_center_div img{
    margin: 0 auto;
    text-align: center;
}


#image_text{
    color: #003399;
    font-weight: bold;
    clear: both;
}

#image_center_text{
    color: #003399;
    font-weight: bold;
    clear: both;
    margin: 0 auto;
    text-align: center;
}


#text_top_wood{
    border: 2px solid #000;
    margin: 0;
    padding: 15px;
    background: #808080 url(include/graphics/wood.jpg) repeat;
}

#text_bottom_green{
    border: 1px solid #009999;
    margin: 0;
    padding: 15px;
    background: #fff url(include/graphics/gradient_green.jpg) repeat-x;
}

#text_bottom_blue{
    border: 1px solid #003399;
    margin: 0px;
    padding: 10px;
    background: #bfe6e5 url(include/graphics/gradient_blue.jpg) repeat-x;
}


#login{
    float: right;
    margin-right: 10px;
}

#copy{
    float: left;
    margin-left: 10px;
}