/* CSS Document */
body {
min-height: 100%;
margin: 0px;
background:  url('images/backgroundrepeat.jpg'); 
background-repeat: repeat-y, repeat-x;
padding: 0px;
}

#container {
text-align: justify;
width: 361px;
margin-left: auto;
margin-right: auto;
background-image:  url('images/background.jpg');
background-repeat: repeat-y;
}

#text-content { 
padding-left: 15px;
padding-right: 15px;
font: 12pt Calibri, Georgia; 
color: #F8EFFF; 
}

#text-small { 
padding-left: 15px;
padding-right: 15px;
font: 9pt Calibri, Georgia; 
color: #F8EFFF; 
}

#linkmenu {
font: 11pt Calibri, Georgia;
color: #374245;
line-height: 0pt
}

#header-content { 
text-align: right;
padding-left: 15px;
padding-right: 15px;
font: 24pt Monotype corsiva; 
color: #FFFFFF; 
}

#header {
width: 361px;
height: 239px;
background-image:  url('images/header.jpg');
}

#menu{
padding-left: 0px;
padding-right: 25px;
margin-right: 10px;
padding-top: 0px;
line-height: 0pt;
font: 11pt Calibri, Georgia; 
text-align: center;
color: #22262B;  
width: 361px;
height: 75px;
background-image:  url('images/menu.jpg');
background-repeat: no-repeat;
}

#content {
width: 359px;
}

#footer {
clear: both;
width: 502px;
height: 17px;
background-image:  url('images/footer.jpg');
background-repeat: no-repeat;
}

a:link { 
color: #E9F3F5;
text-decoration:  underline;
}
a:visited { 
color: #E9F3F5;
text-decoration:  underline;
}
a:hover { 
color: #FFFFFF;
text-decoration: none;
}
a:active { 
color: #E9F3F5;
text-decoration: underline;
}

ul {
list-style-type: none;
}