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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	text-align: center;
	color: #9195B6;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat;
	background-position:top 50%;
}

#header {
	color:#FF0000;
	}

#container {
	text-align: center;
	nargin: 0 auto;
	width: 100%;
	background: #FFFFFF;

}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1300px;
}

#left {
	float: left;
	width: 800px;
	margin: 10px;
	padding: 15px 0;
}

#left_column {
	float: left;
	width: 330px;
	margin-left: 0px;
}

#center {
	float: left;
	width: 600px;
	margin-left: 70px;
	padding: 15px 0;
}


#right {
	float: left;
	width: 335px;
	margin: 5px;
	padding: 15px 0;
}

#img_bottom{
	margin-top:120px;
}

#img_bottom_right {
	margin-top:180px;
}

#img_who_bottom {
	margin-top: 100px;
}

#img_who_bottom_right {
	margin-top: 80px;
}

#footer {
	clear: both;
}

p.header {
	color: #9195B6;
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
	text-align: center;
}

p.footer {
	color: #9195B6;
	font-size: 15px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

p.caption  {
	color:#666666;
	font-size: 15px;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	}
	
p.body_text {
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
	

a.center {
	color:#666666;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	}
	
a.left {
	color:#666666;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	text-align: left;
	}

	