
/* mac hide \*/
html, body {height:100%}
/* end hide*/
body
{
	padding: 0;
	margin: 0;
	background: #282B2E url(images/tile_bg2.gif) repeat;
	color: #fefeff;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a {
	color: #FdFA96;
	text-decoration:underline;
}

a:hover {
	color: #dd3333;
}

h1 {visibility: hidden;}
h2 {font-size:28px;color: #FFFAD6;}
h3 {font-size:22px;color: #dFdAb6;margin:0px;}
h4 {font-size:16px;color: #dFdAb6;margin:0px;margin-top:10px;}

#header{height:100px;margin:30px 0px 10px 0px;}

#left { 
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	min-height:100%;
	background:#282B2E url(images/main_bg.gif) no-repeat;
}


#nav {
	text-align: right;
	margin: 0px 22px 0px 28px;
	color: #FFFAD6;
	font-size: 14px;
}

#nav a {
	color: #FFFAD6;
	text-decoration:none;
}

#nav a:hover {
	color: #FCAE5B;
}

#content {
	margin: 30px 22px 0px 28px;
	color: #fefeff;
}

#slice{
	position:absolute;
	left:750px;
	top:0px;
	width:27px;
	min-height:100%;
	background:#282B2E url(images/tile_bg1.gif) repeat

}

#footer {
	margin: -10px 0px 20px 0px;
	height:270px;
	width:100%;
	background:url(images/foot_bg.gif) repeat;
	clear:both;
}

#footer p {position:relative;float:right;font-size:11px;color:#888B8E;top:80px;right:20px;}


.smaller {font-size: 11px}






a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
