/* /iln/theme.css */

body {
background: #FBE9C6;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
margin: 0px; 
padding: 0px;
}

a {
color:  #001B53;
}

#wrapper {
width: 900px;
margin: 0 auto;
border: 1px solid #666666;
}

#header {
width: 100%px; 
height: 216px;
background: url(http://internationallanguagenavigators.com/media/iln/ILN_header.jpg) no-repeat top center;
}

#menu {
margin: auto;
text-align: center;
}

#menu ul {
width: 100%;
text-align: center;
position: relative; 
top: 190px;
}


#menu ul li { 
margin: 0px;
padding: 0px;
display: inline;
padding: 0px 20px 0px 10px;
background: url(http://internationallanguagenavigators.com/media/iln/menu_divider.jpg) no-repeat top right;
background-position: 100% 1px;
}

#menu ul li a {
font-style: italic;
text-decoration: none;
font-size: 14px;
}


#content {
margin: 25px 140px;
line-height: 1.5;
color: #333333;
}

#content h2 {
font-size: 16px;
color: #333333;
font-weight: normal;
margin: 5px 0px;
}

#content h3 {
font-size: 14px;
color: #666666;
font-weight: normal;
margin: 5px 0px;
}

#content p {
margin: 6px 0px;
}


#content a { 
color: #003399;
}

#content ul li,
#content ol li {
list-style: none; 
list-style-image: none;
list-style-position: outside;
padding-left: 20px;
background: url(http://internationallanguagenavigators.com/media/iln/bullet_arrow.gif) no-repeat;
background-position: 0% 7px ;
}

#content table.application td {
padding: 5px;
}


#content strong {
font-weight: bold;
}


#footer {
width: 100%;
height: 121px;
background: url(http://internationallanguagenavigators.com/media/iln/ILN_footer.jpg) no-repeat top center;

}

#footer a {
display: block;
widht: 100%;
height: 100%;
}
