
/* Linkage */
a:link 								{}
a:visited 							{}
a:hover								{}
a:focus								{}
a:active							{} 

a.no-hov							{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }

/* Misc. */
img									{ border: 0; }
acronym 							{ cursor: help; }
.clear								{ clear: both; }
::-moz-selection					{ background: #181818; color: #008ba6; }
::selection							{ background: #181818; color: #008ba6; }

/* List Styles */
ul.standard							{ margin: 0; padding: 0; width: 280px; overflow: hidden; }
ul.standard li						{ display: block; margin: 0 0 15px 0; padding: 0; list-style-type: none; color: #000; font-size: 10px; line-height: 150%; }

/* Content */
#container							{ text-align: left; margin: 0 auto; width: 800px; }
#content							{ width: 500px !important; height: 464px; padding: 40px 0 0 0; margin: 0 0 5px 0; }