/* CSS Document */

html { height: 101%; }
body { color: #333; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 14px; position: relative; min-height: 600px; min-width: 1000px;  background-color: #eee; margin:0; padding:0; background-image:url(/images/headerbg.jpg); background-repeat:repeat-x; }
h1 { color: #333; font-family: "IM Fell French Canon SC", "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 26px; font-weight:400; text-transform:uppercase; }
h2 { color: #333; font-size: 20px; font-weight:400; font-family: Helvetica, Arial, sans-serif; }

a { text-decoration:none; color: #06C; outline:none; outline-style:none; }
a:hover { text-decoration:underline; }
#container { width: 990px; position:absolute; top: 123px; left: 50%; margin-left: -495px;  z-index: 20; background-color: #fff }

#header { width: 990px; position:absolute; top: 0px; left: 50%; margin-left: -495px;  z-index: 20; }
#header h1 { font-size: 36px; color: #fff; line-height: 42px; }

#image { width: 272px; height: 500px; float:left; }
#menu { width: auto; height: 50px; float: right }
#menu ul {  }
#menu ul, #menu li { padding:0; margin:0; list-style:none; }
#menu li {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 16px; font-weight:200; display:block; float:left; margin-left: 20px; }
#menu li a { text-decoration:none; cursor:pointer;color: #333; display:block;padding:0; margin:0;}

#menu li a:hover { color: #999; text-decoration:none }
#menu li a.active { text-decoration:none; color: #fff }

#contents { width: 660px; min-height: 450px; float: right; padding: 20px; }
#contents2 { width: 950px; min-height: 450px; float: none; padding: 20px; }

#footer {  padding: 20px; clear:both; float:none; }



/* ClearFix
----------------------------------------------------------------*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}  
 /* Holly Hack Targets IE Win only \*/
* html .clearfix {height:1%}
.clearfix {display:block}
 /* End Holly Hack */ 