html ,body {
height: 100%;
width: 100%;
}

body {
font-family: Helvetica,Serif;
font-size: 0.9em;
margin: 0;
padding: 0;
background-color: #DDDDFF;
}

a {
	text-decoration: none;
}

a:link 
{ 
	color: #22f;
}


a:visited 
{ 
	color: #22f;
}

img {
border:0;
vertical-align: middle;
}

#menu {
padding: 5px;
text-align: center;
width: 200px;
min-height: 100%;
float: left;
}

#main {
margin-left: 210px;
}

div.title{
font-size: 3.0em;
text-align: center;
margin-bottom: 30px;
}

div.subtitle{
font-size: 2.0em;
margin-top: 50px;
margin-bottom: 15px;
text-decoration: underline;
}