@charset "utf-8";
#middle {width: 100;}

#left {float: left;padding: 5px;width: 170px;background-color: #FFFFFF;}

#right {float: clear;padding: 5px;width: 100;margin-left:170px;}

#footer {clear: left;height: 100px;	width: 100;}

#header {width: 100;	height: 200px;	background-color: #FFFBD3;}

#middle #left div {	background-color: #FFCCCC;}

a:link { color: #FF6666;text-decoration: none; }
a:visited { color: #FF6666;text-decoration: none; }
a:hover { color: #CC3300;text-decoration: none;}
a:active { color: #FF6666;text-decoration: none; }

