body {
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
	background-image: url('snowflaketile.gif');
}

div#main {
    width: 640px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 1px solid #000000;
    background-color: #ccccff;
}

div#left {
    width: 420px;
    text-align: left;
    border: 1px solid #000000;
    background-color: #eeeeee;
	padding: 5px;
	font-size: 12px;
	font-family: arial, sans-serif;
}

div#right {
	float: right;
    width: 180px;
    text-align: left;
    background-color: #eeeeee;
	padding: 5px;
}

p.title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", serif;
}

a.menu:link 		{display: block; color: white; background-color: #9999ff; text-decoration: none; border-bottom: 1px solid #000000;}
a.menu:visited 	{display: block; color: white; background-color: #9999ff; text-decoration: none; border-bottom: 1px solid #000000;}
a.menu:hover 	{display: block; color: #9999ff; background-color: white; text-decoration: none; border-bottom: 1px solid #000000;}
a.menu:active 	{display: block; color: white; background-color: #aaaaaa; text-decoration: none; border-bottom: 1px solid #000000;}
