
html {font-size: 125%;}

body {margin:0px; padding:0px; font: 50% arial, helvetica, sans-serif; text-align:center; background-color:#f4f4f4;}

* {margin:0; padding:0;}

img {border: none;}

.floatleft {float:left;}
.floatright {float:right;}

h1 {font: 1.7em arial, helvetica, sans-serif; color:#383838; font-weight: normal; letter-spacing:.01em; margin:0 38px 0 48px;}
h2 {font: 1.3em arial, helvetica, sans-serif; color:#383838; font-weight: normal; letter-spacing:.01em; margin:-1px 0 1em 48px;} 

#mainwrap {width:900px; margin-left:auto; margin-right:auto; margin-bottom:60px;  text-align:left; background-color:#fff;}

#banner {width:900px; height:44px; text-align:right; margin-bottom: 24px;}
#banner img {float:left;}
#banner a {text-decoration:none; color:#777;}
#banner a:visited {color:#777}
#banner a:hover {color:#999;}
#banner a:active {color:#999;}

#contentarea {width:900px;}

#nav {width:162px; float:left;}
#nav ul {font-size:1.2em; line-height: 2.4; margin: 6px 0 0 26px; list-style-type: none;}
#nav li ul {font-size:.95em; line-height: 1.2; margin: -6px 0 10px 0; list-style-type: none; text-indent:8px;}
#nav a {text-decoration:none; color:#999;}
#nav a:visited {color:#999}
#nav a:hover {color:#000;}
#nav a:active {color:#000;}


#content {width:655px; float:left; border-left: 1px solid #ededed; padding-bottom:36px; }
#content p {font-size: 1.2em; margin:1.1em 38px 0 48px; color:#383838;}
#content a {color:#999;}
#content a:visited {color:#383838}
#content a:hover {color:#999;}
#content a:active {color:#999;}

#content_news {width:655px; float:left; border-left: 1px solid #ededed; padding-bottom:36px; padding-left: 82px;}
#content_news p {font-size: 1.2em; margin:1.1em 38px 0 48px; color:#383838;}
#content_news a {color:#999;}
#content_news a:visited {color:#383838}
#content_news a:hover {color:#999;}
#content_news a:active {color:#999;}

#header {width:727px; margin-top:1em;}

#gallery {width:737px; margin-top:36px; text-align: center;}
#gallery p {font-size:1.1em; letter-spacing:.02em; color: #999;}


.listentry {float:left; width:570px; height:171px; margin: 14px 0 0 0px; border-top: 1px solid #d6d6d6;}
.listimage {float:left; width:156px;  margin:14px 14px 14px 0;}
.listtext {float:left; width:386px; display: table; height:184px; #position: relative; overflow: hidden;}
.fauxtablecell {#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;}
.entrytext { #position: relative;  #top: -50%}


#footer {width:900px; height:15px; background-color:#e9e9e9; text-align:right; padding-top:4px; margin-top: 28px;}
#footer p {font-size:1 em; color: #7f7f7f; margin: 0 26px 0 26px;}
#footer a {text-decoration:none; color: #7f7f7f;}
#footer a:visited {color: #7f7f7f;}
#footer a:hover {text-decoration:underline; color: #7f7f7f;}
#footer a:active {text-decoration:underline; color: #7f7f7f;}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */