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

ul				{padding: 20px; padding-top: 10px;  margin: 0px; }
li				{ padding: 0px; margin: 0px; list-style-type: disc; }

#content		{width: 495px; height: 500px; margin: auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; padding: 15px 15px 15px 15px; border-left: solid 1px #ccc; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; }
#header			{width: 580px; height: 100px; margin: auto; background-image: url(header.jpg); background-repeat: no-repeat; }

#includes		{ width: 495px; clear: both;}

#bullets1		{width: 246px; float: left; font-weight: bold; color: #CCCC66; }
#bullets2		{width: 246px; float: left; font-weight: bold; color: #CCCC66;}

#url			{width: 495px; margin: auto; padding-left:135px; }

.button			{ width: 200px; height: 50px; background-image: url(button.jpg); background-repeat: no-repeat; background-position: center; float: left; padding: 10px; text-align: center;}

.button a		{ font-size: 15px; text-align: center; font-weight: bold; color: #333; display: block; padding: 5px; margin: auto; height: 20px; padding-bottom: 2px; text-decoration: none; }
.button a:hover	{ text-decoration: underline; }