@charset "UTF-8";
/* CSS Document */

body{background-color:#eeffbb;}

h1, h2, h3, h4{font-family: "Helvetica", "Street - Lined", "Gulim", "Helvetica", 
"Arial", "Lucida Grande", sans-serif; color:#dd4400;} 

p{font-family:  "Futura", sans-serif; color:#dd4400;} 
li{font-family:  "Rockwell", "Palatino", serif; color:#cc3300;}

img{border-style: inset; border-width: 2px; border-color: #bb2200; margin:10px;}

a:link {color: #bb2200;}
a:hover {color: #aa1100; background-color:#ddffaa;}
a:visited {color: #99aa77;}

hr {color: #560007;}

div#wrap {width: 90%; max-width:900px; min-width:500px;}

div#main{float: right; width: 70%; margin-left: 2%;}

div#sidebar{float: left; width: 25%; font-size:small; background-color:#ffffcc;
	border-style: dotted; border-width:1px; border-color: #560007; padding:5px;}

div#footer{clear:both; width:90%; font-size:small;}
