﻿
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
z-index:1;
margin: 0 auto;
width: 1024px;
height:90px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url('images/bgtop.png') no-repeat center top;
/**position:absolute;**/
z-index:2;
width: 1024px;
height: 90px;
padding-left: 253px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y;
z-index:3;
width: 1024px;
height: 100%;
padding: 0px 17px 0px 237px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/sede.png) top center no-repeat; 
z-index:4;
width: 790px;
height: 156px;
margin: 0px 0px 0px 0px;
/*padding: 60px 0px 0px 20px;*/
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
z-index:5;
width: 200px;
height: 100%;
margin-left: -5px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:visited {
color: navy;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:link {
color: navy;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

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

#stuff {
/*background:  url(images/texttop.png) top left no-repeat;*/
width: 597px;
z-index:6;
margin: 0px 0px 0px 200px;
padding-top: 0px;
border: 2px navy;
}

img {
border: none;
} 


#I2 {
width: 600px;
height: 35px; 
background-color: #99CCFF;
margin-right:0px;
border=0;
}

#I1 {
width: 600px; 
height: 508px; 
background-color: #99CCFF;
border:1;
}

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
position:absolute;
z-index:7;
width: 1024px;
height: 55px;
padding-left: 253px;
}
