@CHARSET "UTF-8";

html 		 			{height: 100%;}

body         			{color: #444444;
			              background-color: #66aa66;
			              height: 100%;}

h1          		 	{font-size: 1.25em;
			              font-family:Verdana,Helvetica,sans-serif;
			              color: #ffffff}

h2        			 	{font-size: 1em;
			              border-left: solid 16px #66aa66;
			              padding-left: 5px}

h3          		 	{font-size: 0.875em;
			              border-bottom: solid 2px #66aa66;
			              padding-bottom: 3px}

p          				{font-size: 0.75em}


ul.category        		{list-style-type:none;
			              margin-left: 0;
			              padding-left: 0;
			              background-color: #bbffaa;
			              padding: 0;
			              margin-top: 30px;
			              width: 120px;
			              }

ul.category li           {
			              padding-right: 10px;
			              margin-bottom: 10px;
			              border-bottom: solid 1px #66aa66}

p#message    			 {width: 300px}

div#wrapper				 {width: 1100px;
							margin: 0 auto;
						 	position: relative;
						 	height:95%;
						 }

div#container			 {position:relative;
							border: solid 2px #bbffaa;
			                padding: 20px;
			                background-color: #ffffff;
			                width:600px;
			                min-height:100%;
			                margin-left: auto;
			                margin-right: auto}
                    
* html div#container	 {height:100%;}

div#header  	 		 {background-color: #66aa66;
			             	padding-top: 5px;
			             	padding-bottom: 5px;
			             	padding-left: 20px;
			              	padding-right: 20px}

div#header p 		 	 {color:#222222}

div#contents		 	 {padding-bottom:110px;}

div#subContents			 {width: 200px;
							background: #F7F7F7;
							padding: 10px;
							position: fixed;
							top: 100px;
							z-index: 20;}
* html div#subContents   {position: absolute;
							top: expression(eval(document.documentElement.scrollTop+100));}

div#footer 				 {position:absolute;
							bottom:0;
							width:100%;
							height:110px;
							}