html, body {height: 100%;}
body { font-family: Helvetica, Arial, sans-serif; font-size: 12px; background-color: #eee; margin: 0px; padding: 0px; height: 440px; 
}
#wrap { width: 1000px; margin: 20px auto 0px auto; background-color: #fff; background-image: url('./img/logo.gif'); min-height: 100%;
		background-repeat: no-repeat; padding-bottom: 30px; border: solid 5px #fff;}
#header {height: 97px;}

#menu {	margin: 106px 0px 0px 0px;
		width: 195px;
		height: 273px;
		text-align: right;
		float: left;
		padding: 1px 7px 0px 0px;
		}

		html>body #menu { height: auto; padding: 0px 7px 0px 0px; min-height: 273px;}
		
#menu li { display: block; list-style-type: none;}


#textcontent { padding: 0px 10px 0px 10px; width: 252px; overflow: auto; height: 379px; margin: 0px 0px 0px 10px; float: left;}

#content { width: 506px; height: 379px; margin: 0px; padding: 0px; float: left; }
	html>body #content { height: auto; min-height: 379px;}

h1, h2 { text-transform: uppercase; margin:0px; }
h1 {font-size: 18px; font-weight: normal; margin-top: 0px; letter-spacing: -0.03em; color: #334;}
h2 {font-size: 12px; color: #f14468; letter-spacing: 0.01em; margin-bottom: 5px;}
h3 {font-size: 12px; color: #445; letter-spacing: 0.0.1em; margin: 0px 0px 4px 0px;}
li, ul { padding: 0px; margin: 0px;}
p { margin: 5px 0px 15px 0px; line-height: 1.35; color: #333;}
div.link {line-height: 17px;}
div.link a {color: #222; font-weight: bold;}
div.link a:visited {color: #f14468;}
.menu { color: #888; font-size: 16px; height: 23px; line-height: 1.15; display: block;  text-transform: uppercase; text-decoration: none; font-weight: normal; padding-right: 1px;}
html>body .menu  {padding-right: 3px; line-height: 1.25;}
.submenu a { color: #f14468; font-size: 12px;  display: block; text-transform: uppercase; text-decoration: none; font-weight: normal; height: 19px;}
.submenu li {list-style-type: none;}
.gray span { color: #888;}

.button {display: block; color: #eee; background-color: #222; padding: 2px 3px; text-decoration: none; float: right;}
img {border: 0px;}
a {text-decoration: none; color: #444;}
a:hover {color: #f14468;}