@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
}
#container {
	width: 968px;
	background: #fff;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#container h1 {
	position: absolute;
	top: -500px;
}
#banner {
	position: relative;
}
#phi_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 30px;
	bottom: 5px;
}
#main_image {
	background-image: url(../images/new/symp_main-2014.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#main_text {
	background-color: #FFF;
	width: 300px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
#main_text h2 {
	color: #8A2F38;
	margin-top: 0;
	margin-bottom: 10px;
}
#main_text h3 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
#main_text p {
	font-size: 14px;
	margin: 0 auto;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
}
#center_column, #right_column {
	margin-left: 10px;
}
#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
	clear: both;
	background-color: #333;
}
#footer a {
	color: #CCC;
}
.smaller {
	font-size: smaller;
}
p {
	margin-top: 1em;
}
