@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	background:#cac5b9 url(../images/bg.jpg) top center repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #606060;
}

h1{
	color: #389edf;
	font-weight: bold;
	font-size: 16px;	
}

/* IE6 Only */
* html h1{ margin-top: 15px; }

/* IE7 Only */
*:first-child+html h1{ margin: 15px; }

h1 .highlight{
	color: #1e74aa;
}

h2{
	font-size: 16px;
	color: #389edf;
	font-weight: bold;
}

img{
	border: 0;
}

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

a:hover{
	color: #606060;
	text-decoration: none;
}

table {
	margin-bottom: 20px;
}

table td {
	text-align: center;
}

#container{
	margin: 0 auto;
	width: 920px;
	text-align: center;
}

.main_menu{
	padding: 5px 10px;
	background-color: #cbc7bc;
}

.main_menu li{
	display: inline;
	margin: 0 10px 30px 0;
}

#main_event{
	width: 643px;
	margin: 20px auto 15px auto;
	border: 2px solid #9e9184;
	background-color: #dfddd7;
	text-align: left;
	padding: 0 20px;
	overflow: hidden;
}

.title_text{
	margin-top: 15px;
}

.highlight{
	font-weight: bold;
}

.main_text{
	float: right;
	margin: 0 10px 35px 25px;
}

#t3d_logo{
	width: 683px;
	margin: 0 auto;
	clear: both;
	padding: 5px 0 20px 0;
	text-align: right;
}