body                    { 
                          height: 100%;
                          margin: 0;
                          padding: 0;
													background-color: #FFFFFF;
                          font: normal 10px verdana,sans-serif; 
                        }
img                     { border: 0; }
a                       { text-decoration: none; }
a:hover                 { text-decoration: underline; }

#top                    { 
                          height: 70px; 
                          background-color: #FFFFFF;
                          background-image: url(../images/top_background.png);
                          border-bottom: 1px solid #000000;
                          overflow: hidden;
                        }
#logo                   { 
													float: left;
                          font: normal 9px Tahoma,sans-serif;
                          color: #81B4FF;
                        }
#right_logo      	      { 
													float: right;
                          font: normal 9px Tahoma,sans-serif;
                          color: #81B4FF;
                        }
#addressBar             { 
                          padding: 2px; 
                          border: 5px solid #e0e0e0; 
                        }
#addressBar a           { 
													padding: 0 2px 0 2px;
													color: #eb6d22; 
													text-decoration: underline;
												}
#addressBar a:hover     { 
													text-decoration: none;
												}
#description            { 
                          padding: 8px; 
                          background-color: #e0e0e0; 
                          font: normal 12px verdana,sans-serif; 
                        }
#content                { 
													margin: 0;
													padding: 3px;
													border-top: 1px solid #000000;
												}
/* Hides from IE-mac \*/
*	#content							{ height: 1%; }
/* End hide from IE-mac */

#content li							{ 
													display: block;
                          float: left; 
                          width: 114px; 
                          height: 150px; 
                          margin: 5px; 
													list-style: none;
												}
#content a              { 
                          display: block; 
                          color: #000000;
                        }
#content a:visited      { color: #999999; }
#content a:link         { color: #000000; }
#content a .thumb       { 
                          display: block; 
                          width: 110px; 
                          height: 110px; 
                          border: 2px solid #FFFFFF; 
                          background-color: #FBFBFC; 
                          background-position: center center; 
                          background-repeat: no-repeat; 
                          cursor: pointer;
                        }
#content a:hover .thumb { 
                          border: 2px solid #BDDBF7; 
                          background-color: #FFFFFF; 
                        }
#content a .text        { 
                          width: 110px; 
                          display: block; 
                          overflow: hidden; 
                          text-align: center;
                          cursor: pointer;
                        }
#content a:hover .text	{ text-decoration: underline; }
.disabled .text         { color: #999999 !important; }

#bottom                 {
                          clear: both;
                          text-align: right;
                          padding: 10px;
                          color: #B3B3B3;
                          background-color: #FBFBFC;
                        }
#bottom a               { 
													color: #B3B3B3; 
													text-decoration: underline;
												}
#bottom div							{ float: left; }