/*
Author: Aaron Thacker
Copyright: Aaron Thacker, All rights reserved.
http://www.aaronthacker.com
Client: Animal Atlas.
*/

html {
	scrollbar-face-color: #65A565;
	scrollbar-arrow-color: #83DB90;
	scrollbar-highlight-color: #B9EEC3;
	scrollbar-shadow-color: #4B8C556;
	scrollbar-dark-shadow-color: #6A9A6A;
	scrollbar-track-color: #84B87B;
	scrollbar-3dlight-color: #DCFDDC;

}

#container { width: 430px; height: 288px; margin:auto; padding: 0px; }

#contents 	{ height: 256px; color: #FFFFFF; font-weight: normal; margin: 15px 1px 15px 0px; padding-left: 10px; overflow: auto; }
#contents ul { list-style: square; margin-left: 0px; margin-top: 0px; padding-left: 0px;}

