/* Core elements */
body                    { padding: 0px; margin: 0px; background-color: #ffffff; 
                        font-family: Helvetica, Verdana, Arial, Sans-serif; font-weight: normal; font-size: 14px; color: #000;
						text-align: center; /* IE 6 hack for centering all content */ }
img                     { border: 0px; }
a                       { outline: none; text-decoration: none; font-weight: bold; font-size: 14px; color: #990000; }
a:hover					{ text-decoration: underline; }
a:active				{ color: #ff9900; }

/* Layout elements */
#container              { width: 900px; line-height: 130%; margin: 0px auto; text-align: left;  
                        /* IE 6 hack for centering all content */ }


/* Layout elements */
#intro					{ margin-bottom: 20px; margin-top: 20px; font-size: 30px; font-weight: bold; color: #000; line-height: 70%; }
.block            		{ width: 425px; height: 140px; padding: 10px; line-height: 130%; margin: 0px auto; float: left; 
						background-color: #4fa6af; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 10px; }
.block_stream     		{ width: 880px; padding: 10px; line-height: 130%; margin: 0px auto; float: left; margin-bottom: 10px;
						background-color: #d0ba81; margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.block_text 		    { width: 550px; padding: 10px; line-height: 150%; margin: 0px auto; float: left; 
						background-color: #ddd; margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
						font-size: 16px; margin-bottom: 10px; }
.block_side 		    { margin-top: 10px; width: 300px; padding: 10px; line-height: 150%; margin: 0px auto; float: right; 
						background-color: #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 14px; }
.block a          		{ padding: 10px; line-height: 130%; margin: 0px auto; float: left; background-color: #2f868f;
						margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; color: #fff;
						font-size: 14px; }
.block a:hover			{ background-color: #6fc6cf; }
.block a:active			{ background-color: #ff8800; }
.heading2			 	{ font-size: 18px; font-weight: bold; color: #fff; text-shadow: #000 1px 1px 1px; }
.heading 				{ font-size: 24px; font-weight: bold; color: #fff; text-shadow: #000 1px 1px 1px; }
.small					{ font-size: 16px; font-weight: normal; color: #888; }
						
/* Header */
#header                 { background-color: #000000; float: left; width: 100%; height: 83px;
                        font-family: Helvetica, Verdana, Arial, Sans-serif; border: 0px; }
#header_content         { width: 900px; line-height: 130%; margin: 0px auto; text-align: left; padding-top: 20px; 
                        /* IE 6 hack for centering all content */ }


/* Footer */
#footer                 { float: left; width: 100%; font-family: Helvetica, Verdana, Arial, Sans-serif; 
                        border: 0px; background-color: #a3a3a3; background-repeat: repeat-x;
                        background-image: url('http://www.failme.net/img/footer/background.gif'); }
#footer_content         { width: 900px; line-height: 130%; margin: 0px auto; text-align: left; padding-top: 20px; color: #ddd;
						font-size: 14px;
                        /* IE 6 hack for centering all content */ }
#footer_content  a      { text-decoration: none; color: #fff; font-weight: bold; }
#footer_content  a:hover
						{ background-color: #00aa00; }
#footer_content  a:active
						{ background-color: #0066ff; }
