			html {
				margin: 0;
				padding: 0;
			}
			body {
				position: relative;
				padding: 0px;
				margin: 10px;
				height: 100%;
				background: #fefefe url(images/bg.jpg) no-repeat fixed bottom center;
				font-family: Verdana, Arial;
				font-size: 12px;
			}
			
			h1, h2, h3, .red , a{
				color: #990100;
			}
			
			li {
				margin-top: 20px;
			}
			
			li ul li {
				margin-top: 5px;
			}
   
               table {
                    border-collapse: collapse;
               }
               
               table td, table th {
                    border: 1px solid #808080;
                    padding: 5px;
               }
               
               table th {
                    background: #cccccc;
               }

               .center {
                    display: block;
                    margin: 0px auto;
               }
			
			#top {
				position: relative;
				margin: 0;
				height: 90px;
				width: 100%;
				background: #ffffff url(images/topBG.png) repeat-x;
			}

				

				#top #links {
					position: relative;
					width: 800px;
					height: 52px;
					margin: 0px auto;
					padding-top: 40px;
					text-align: right;
					font-size: 13px;
					background: url(images/logoweb.png) no-repeat -5px bottom;				
					
				}
				
					#top #links a, #top #links a:visited {
						position: relative;
						width: 70px;
						margin-left: 10px;
						padding: 0px 5px 0px 5px;
						background: #70999c;
						color: #ffffff;
						text-decoration: none;
						text-align: center;
						font-size: 13px;
						border: 1px solid #70999c;
					}
					
					#top #links a:hover, #top #links a.current {
						background: transparent;
					}
				
			#menu {
				position: relative;
				width: 780px;
				height: 26px;
				margin: 0px auto;
				margin-top: 10px;
				margin-bottom: 15px;
				padding: 5px 10px 0 10px;
				text-align: center;
				background: #ffffff url(images/bgMenu.png) repeat-x;
			}
				#menu a, #menu a:visited {
					padding: 0 5px 6px 5px;
					height: 20px;
					border-bottom: 2px solid #cccccc;
					font-family: Verdana;
					font-size: 15px;
					text-decoration: none;
					color: #636363;
				}
				
				#menu a:hover, #menu a.current {
					border-bottom: 2px solid #70999c;
					color: #000000;
				}
			
			#middle {
				position: relative;
				margin: 0px auto;
				width: 780px;
				border: 10px solid #eaeaea;
				background: #fafafa url(images/MainFader.png) repeat-x;
			}
			
				#middle #left {
					position: relative;
					float: left;
					clear: left;
					width: 516px;
					margin-right: 10px;
					padding: 20px;
					background: #fafafa;
				}
				
				#middle #right {
					position: relative;
					float: left;
					width: 214px;
					height: 100%;
					margin: 0;
					padding: 0px;
                         
					background: #fafafa;
                         text-align: center;
				}
					#middle #right img.picture {
						display: block;
						clear: both;
					}
			
			#bottom {
				position: relative;
				margin: 0px auto;
				margin-top: 10px;
				width: 780px;
				height: 30px;
				padding: 10px;
				background: #ffffff;
				font-size: 10px;
				color: #000000;
				text-align: center;
			}
				#bottom hr {
					color: #d6d6d6;
					background-color: #d6d6d6;
					border: 0;
					height: 1px;
					margin: 5px 0 5px 0;
					padding: 0;
				}
				
				#bottom p {
					margin: 0;
					padding: 0;				
				}
				
				#bottom a {
					color: #000000;
					text-decoration: underline;
				}
				
				#bottom p.links a, #bottom p.links a:visited {
					padding: 0 10px 5px 10px;
					height: 20px;
					border-bottom: 1px solid #cccccc;
					font-family: Verdana;
					text-decoration: none;
					color: #000000;
				}
				
				#bottom p.links a:hover, #bottom p.links a.current {
					border-bottom: 1px solid #70999c;
				}
    

