/**  ELEMENT  ***************************/

body	{ width:640px; margin: 0 auto; text-align:center; font-size: 10pt; color: #000000; background-color: #BBBBBB; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link		{ text-decoration: none; color: #2222AA; }
a:visited	{ text-decoration: none; color: #2222AA; }
a:hover	{ text-decoration: none; color: #2222FF; font-weight: bold; }
a:active	{ text-decoration: none; color: #6666FF; font-weight: bold; }

/** CLASS  ***************************/

div.float	{ float:left; width:130px; margin:10px; padding:10px; }
div.float p	{ text-align:center; }

div.supercontainer	{ width:210px; text-align:center; vertical-align:top; float:left; }
div.container		{ border: 1px solid black; padding: 10px; margin: 20px; background-color:#EEEEEE; }

div.content	{ width:430px; margin:20px; padding:10px; vertical-align:top; border: 1px solid black; background-color:#EEEEEE; }
div.spacer	{ clear:both; }

img.icon	{ vertical-align: middle; border: none; }

.header		{ font-size: x-large; }
.subheader		{ font-size: large; }

span.copyright	{ font-size: x-small; color: #666666; }

/** ID  ***************************/

/*
#box	{ width:210px; text-align:center; vertical-align:top; float:left; }
#box div	{ border: 1px solid black; padding: 10px; margin: 20px; background-color:#EEEEEE; }
*/
