/* http://www.paulbellows.com/getsmart/balance_columns/ */

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	font-size:76%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align:center;
}

h1 {
	font-size:1.8em;
} 

h2 {
	font-size:1.6em;
} 
	

h3 {
	font-size:1.3em;
}
	
	
#header {
	margin:0 auto;
	width:760px;
	height:360px;
	border:1px solid #333;
	background:#fff 
}

#logo {
	font-size: 36px;
	color:#ccc;
	margin:54px 0 0 0;
	padding:0;
}

#menu {
	margin:0 auto;
	width:760px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	height:20px;
	line-height:20px;
}

#menu a {
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	color:#000;
}

#menu a:hover {
	background:#ccc;
}

#container {
	margin:0 auto;
	width:760px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	text-align:left;
}

#left {
	width:160px;
	float:left;
	padding:10px;
	background:#ccc;
}

* html #left {
	width:179px;
	wid\th:160px;
}

#center {
	width:380px;
	float:left;
	padding:10px;
}

* html #center {
	width:449;
}

#right {
	width:160px;
	float:left;
	padding:10px;
	background:#999;
}

* html #right {
	width:179px; 
	wid\th:160px;
}

.clear {
	clear:both;
	font-size:.1em;
}

#footer {
	margin:-2px auto 0 auto;
	width:760px;
	height:100px;
	height:15px;
	line-height:15px;
	font-size:.8em;
	text-align: right;
	padding: 5px;
}

#email {
	width: 760px;
	background-color: #BFE4FF;
	color: #6096BF;
	margin: 0 auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
}