
/* -- Positioning -- */

#top	{ float : left;  width:  90%;}
#container { float: left; width: 90%;}
#main	{ float: left; margin-top: 10px; width: 74%;}
#nav	{ float: right; margin-top: 10px; width:  24%;}
#bottom { float: left; margin-top: 10px; width: 90%;}

#container h1 { padding : 5px 0px 0px 12px;}
#container h2 { padding : 0px 0px 3px 25px;}
#top p { padding: 2px 0px 2px 50px;}
#container p { padding: 0px 10px 5px 10px;}
#bottom p { padding: 2px 2px 2px 0px;}

/* -- Coloring -- */

/* khaki: #cccc99 = rgb(204,204,153) */
/* desert-brown: #cc9966 = rgb(204,153,102) */
/* medium-brown: #996633 = rgb(153,102,51) */
/* dark-chocolate: #663300 = rgb(102,51,0) */
/* grey: #5f5f5f = rgb(90,90,90) */

body	{ background-color: #cc9966;}
#main, #nav, #top, #bottom	{ background-color: #cccc99; color: #663300; border: 1px dotted  #000000;}
#container { background-image: url(a.gif);
	                    background-position: bottom right;	
                        background-repeat: no-repeat;}
#bottom a { color: #663300;}
#bottom a:hover { color: #996633;}

/* -- Font -- */

#top, #container, #bottom  { font-family: Verdana,  Arial, Tahoma, Helvetica, sans-serif;}

#container h1 { font-size: 18px;}
#container h2 { font-size: 14px; font-weight: bold;}
#top p { font-size: 30px; font-weight: bold;}
#container p { font-size: 14px; text-align: justify;}
#bottom p { font-size: 12px; text-align: right;}
#bottom a { font-weight: bold; text-decoration: none;}
#bottom a:hover { text-decoration : underline;}

/* -- navigation -- */

#nav ul { margin: 0px;
                 padding: 0px;
                 list-style-type: none;}

#nav li { margin: 0px;
                font-weight: bold;}

#nav li a { margin: 0px;
                   padding: 4px 4px 4px 10px;
                   width: 100%;
                   display: block;
				   font-size: 12px;
                   color: #996633;
				   border: 1px solid #cccc99;
                   text-decoration: none;}

#nav li a:hover { color: #663300;
                               border: 1px dotted #996633;}


