@charset "ISO-8859-2";
/* CSS Document */

/* LAYOUT */
body{
	margin:0;
	padding:0;
	}
div#global{
	width:954px;
	position:absolute;
	left:50%;
	margin-left:-477px;
	}
div#header{
	float:left;
	width:954px;
	}
div#header img#logo{
	display:block;
	float:left;
	}
div#header div#menu{
	float:right;
	}
div#header div#flashcontent{
	width:954px;
	height:320px;	
	float:left;
	margin-top:-60px;
	clear:both;
	}
div#content{
	width:100%;
	float:left;
	}
div#content div.column{
	width:230px;
	float:left;
	margin-right:10px;
	}
div#content div.column#c04{
	margin-right:0px;
}
div#footer{
	height:100px;
	float:left;
	width:100%;
	}

/* FORMAT */

body{
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	background-color:#EEF;
	}
div#header div#menu a{
	background-color:#4E498B;
	color:#CCC;
	padding:5px 20px;
	height:20px;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	float:left;
	border-right:1px solid #fff;
}
div#header div#menu a:hover{
	height:30px;
	}
div#header div#menu a#vip{
	background-color:#900;
	height:30px;
	}
div#content h1{
	color:#4E498B;
	font-weight:normal;
	font-size:28px;
	background-image:url(../img/polaroid.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	padding:20px 0px 20px 245px;
	margin-bottom:20px;
	}
div#content div.column h2{
	color:#FFF;
	font-weight:normal;
	font-size:18px;
	padding:5px 10px;
	margin-bottom:0px;
	}
div#content div.column h3{
	color:#333;
	font-weight:normal;
	font-size:18px;
	padding:5px 10px;
	margin-top:0px;
	font-style:italic;
	}
div#content div.column#c01 h2{background-color:#377A91;}
div#content div.column#c02 h2{background-color:#279558;}
div#content div.column#c03 h2{background-color:#489818;}
div#content div.column#c04 h2{background-color:#997F0B;}
div#content div.column#c01 h3{background-color:#9BBCC8;}
div#content div.column#c02 h3{background-color:#93CAAB;}
div#content div.column#c03 h3{background-color:#A3CB8B;}
div#content div.column#c04 h3{background-color:#CCBF85;}

div#content div.column p a{
	text-decoration:none;
	color:#666;
	}
div#content div.column p{
	padding:0px 10px;
}
div#content div.column p a:hover{
	color:#900;
	}

div#footer{
	border-top:1px solid #999;
	color:#999;
	text-align:center;
	margin-top:10px;


