@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", Georgia, Verdana, Arial;
	font-size: 100.01%;
	background: #fff;
	margin: 20px auto; 
	padding: 0;
	color: #000;
		}
h1 {font-size: 28px;
    font-weight: bold;
	}
h2  {font-size: 32px;
     font-weight: bold;
	 }
h3 {font-size: 20px;
    font-weight: bold;}
#header {width: 950px;
    background: transparent;
	color: #000;
			}
#container {
	width: 960px;  
	background: transparent;
	margin: 0 auto; 
	text-align: left;  
	padding: 10px;
    	}
#nav {width: 950px;
    background: transparent;
    font-size: 115%;
    font-weight: bold;
	color: black;
    border: 1px solid #990000;
	text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    		}
#main {width: 950px;
    background: transparent;
	color: black;
	text-align: left;
    padding: 10px;
    		}
#main1 {float: left;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;}
#main2 {float: left;
        width: 430px;
        margin-left: 20px;
        margin-right: auto;
        padding: 10px;
        text-align: center;}
img {border: none;}
img.left {float: left;
          margin-right: 5px;
		            }
img.right {float: right;
          margin-left: 5px;
		             }
a:link {color: #990000;
         text-decoration: none;}
a:visited {color: #990000;
           text-decoration: none;}
a:hover {color: #ccc;
         text-decoration:none;
		}
.current {color: #999;
         text-decoration:none;
		}
ul {list-style-type: disc;
   }
li {display: list-item;
    padding-left: 1px;
	margin-left: 15px;}

.left {text-align: left;}			
#footer {
    clear: both;
	width: 960px;
	padding: 0; 
    text-align: center;
	background: #000;
    margin-top: 15px;
	margin-bottom: 20px;
	color: white;
    border: 1px solid #990000;
		}

