body {
   font-family : sans-serif;
   font-size : 13px;
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   line-height : 1.7em;
}
a {
   border-bottom : 1px dotted #000;
   text-decoration : none;
   color : #000;
}
a:hover {
   color : #e12000;
   border-bottom : 1px dashed #e12000;
   background-color : #f7f7f7;
}
#wrapper {
   width : 750px;
   margin : 40px auto;
}
#header {
   float : left;
   width : 770px;
   border-bottom : 1px dotted #ccc;
   padding-bottom : 30px;
   margin : 0 0 0 0;
}
#logo {
   float : left;
   width : 420px;
   padding : 12px 0 6px 0;
}
#logo a {
   color : #e12000;
   font-size : 45px;
   font-weight : 600;
   text-decoration : none;
   border-bottom : none;
   letter-spacing : -4px;
   text-align : right;
   background-color : #fff;
}
#logo h2 {
   color : #e12000;
   font-size : 24px;
   font-weight : 600;
   text-align : center;
   padding : 12px 4px 0 0;
   letter-spacing : -1.3px;
}
#nav {
   float : right;
   width : 350px;
   padding : 9px 0 0;
}
#nav ul {
   height : 50px;
   float : right;
}
#nav li {
   text-align : center;
   float : left;
   display : inline;
   width : 87px;
}
#nav li a {
   font-size : 20px;
   font-weight : 400;
   display : block;
   padding : 15px 0 15px 0;
   border-bottom : none;
}
#nav li a:hover {
   background-color : #f7f7f7;
}
#content {
   width : 750px;
   float : left;
   padding : 0 0 30px 0px;
   min-height : 420px;
}

#content p {
   margin : 14px 0 14px 0;
}

#content h1 {
   font-family : sans-serif;
   font-size : 28px;
   margin : 30px 0 10px 0;
   font-weight:normal;
   line-height:32px;
}
#content h2 {
   font-family : sans-serif;
   font-size : 18px;
   margin : 30px 0 10px 0;
   font-weight:normal;
}
#content h3 {
   font-family : sans-serif;
   font-size : 16px;
   margin : 15px 0 10px 0;
   font-weight:normal;
}
#content ul{
   list-style:circle;
   margin:0 0 0 25px;
}
#content ol{
   list-style:decimal;
   margin:0 0 0 30px;
}
#content blockquote {
   color:#777;
   border-left:5px solid #ccc;
   margin:15px 30px 0 10px;
   padding-left:20px;
}
#footer {
   width : 750px;
   float : left;
   border-top : 1px dotted #cccccc;
   text-align : center;
   padding : 30px 0 40px 0;
}
.red {
   font-size : 18px;
   margin : 25px 0 10px 0;
   font-weight:bold;
   color : #e12000;
   text-align : center;
}
.floatright {
   float:right;
   margin: 0 0 15px 10px;
}
.floatleft {
   float:left;
}
.floatcenter {
   margin:0 auto;
   display:block;
}
td {
	vertical-align: top
}
