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

#container  {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-color: #00C
}

#banner  {
	width: 968px;
}
#side_bar_div  {
	width: 140px;
	float:left;
	text-decoration: none;
}
#main_image  {
	width: 598px;
	float:left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #FBFCFD;
	
}
#main_image2  {
	width: 818px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	color: #0F1869;
	background-image: none;
	background-repeat: no-repeat;
	
}
#right_main_column {
    width: 220px;
	float:right
		
}

#main_image, #right_main_column {
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	color: #0F1869;
}

#main_image2 {
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	color: #0F1869;
	font-size: large;
	font-weight: normal;
}

#left_column, #center_column, #right_column {
    width: 316px;
}

#center_column, #right_column {
    margin-left: 10px;
}


#container #main_image p {
	font-family: Courier New, Courier, monospace;
}
#container #main_image p strong {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	text-align: center;
}
#container #main_image2 p {
	font-family: Courier New, Courier, monospace;
}
#container #main_image2 p strong {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	text-align: center;
}
#container #right_main_column p strong {
	font-family: Courier New, Courier, monospace;
}
#container #main_image p em strong {
	font-family: Courier New, Courier, monospace;
}
#container #main_image h1 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#container #main_image p em strong {
	font-family: Courier New, Courier, monospace;
}
