body 
{
margin:0;
background:#999;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:12pt;
text-align:left;
}


div#main 
{
width:780px;
background: url(woman.gif) no-repeat #fff right bottom;
margin:0 0 0 100px;
padding:0;
height:auto;
min-height:760px;
border-left:1px solid black;
border-right:1px solid black;
}

#main img 
{
padding:10px 0 0 20px;
}


#nav 
{
margin: 10px 0 0 0;
padding: 10px;
background:#ff33cc;
text-align:center;
font-size:11pt;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active 
{
margin: 40px 0 0 0px;
text-decoration:underline;
color:black;    
}


#cnt 
{
width:480px;
margin: 0 100px 0 20px;
padding: 0 0 50px 0;
}

#cnt a, #cnt a:link, #cnt a:visited, #cnt a:hover, #cnt a:active 
{
margin: 40px 0 0 0px;
text-decoration:underline;
color:blue;    
}

p, li 
{
font-size:11pt;
}

li 
{
margin: 0 0 8px 0;
}

ul 
{
list-style-type: square;
}

h1 
{
color:#333;
font-size:20pt;
}

h2 
{
margin:0;
color:#333;
font-size:12pt;
border-bottom: 1px dashed #333;
}