/* General Css */
* {
	margin:0;
	padding: 0;
	border:0;
	list-style:none;
	font-family: Tahoma;
}
body {
	text-align: center;
	background: #FF7900 url(../images/background/bg_background2.jpg) top;
	font-size: 11px;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	padding-top: 15px;
	line-height: 15px;	
}

.error{
	font-family: Tahoma;
	font-size: 12px;
	color: #e80000;
	font-weight: bold;
	padding-top: 15px;
	line-height: 15px;	
}

.select{
	border: 1px solid #1E3748;
	font-size: 12px;
	color: #1E3748;
	height: 16px;
	padding-left: 1px;
}

.font_menu{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	padding-top: 15px;
	line-height: 15px;	
}

.font_menu:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	padding-top: 15px;
	line-height: 15px;	
}

div#container {
	width: 624px;
	margin: 0 auto;
	border: 1px solid transparent;
	_border: none;
}

/* Page Header */
div#header{
	width: 624px;
	height: 104px;
	overflow: hidden;
	float: left;
	position: relative;
	overflow: hidden;
}

div#button_home{
	position:absolute;
	left:294px;
	top:27px;
	width:193px;
	height:18px;
	z-index:2;
}

div#button_meet{
	position:absolute;
	left:294px;
	top:53px;
	width:216px;
	height:19px;
	z-index:2;
}

/*rollovers*/
div#button_home ul li {
	height: 22px; /* Needed only for Mac Safary */
	float: left;
	position: relative;
	overflow: hidden;
}

div#button_home ul li.link_home {width: 223px;}

div#button_home ul li a:hover {
	position: relative;
	bottom: 22px;
}

div#button_meet ul li {
	height: 25px; /* Needed only for Mac Safary */
	float: left;
	position: relative;
	overflow: hidden;
}

div#button_meet ul li.link_meet {width: 223px;}

div#button_meet ul li a:hover {
	position: relative;
	bottom: 25px;
}


/* Page Footer */
div#footer {
	width: 624px;
	height: 62px;
	clear: both;
	padding-top: 10px;
	background: url(../images/background/bg_footer.jpg) no-repeat;
	color: #01498C;
	font-size: 10px;
}
div#footer a {
	font-size: 10px;
	color: #01498C;
}

.space_footer{
	width: 20px;
	height: 5px;
	display: block;
}

