body {
	background: url(../img/background.gif) repeat;
	margin:7px;
	font: 0.8em Arial,Helvetica,sans-serif; 
	color:#1c164c;
	}
	
h1			{ text-align: right; font-size: 0.4em Arial, Helvetica, Sans-serif; font-weight: bold; font-style: italic; color: #1C164C; }
h2			{ }
h3			{ }

a			{ color: #717c9f; text-decoration: underline; }
a:link		{ }
a:hover 	{ color: #1c164c; }
a:visited	{ }
a:active	{ }

a img		{ border-width: 0; }

	
#container {
	background: url(../img/bkg_body.gif);	
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}	
	#banner {
		height:130px;	
	}
	#content {
		background: url(../img/bkg_body.gif) no-repeat;
		width:900px;
		min-height: 620px;
		}
		.title1 {
			font-weight: bold;
			font-size:large;			
			color:#1c164c;
		}
		.title2 {
			font-weight: bold;
			font-size:medium;			
			color:#1c164c;
		}
		.title3 {
			font-weight: bold;
			font-style:italic;
			font-size:0.5em Arial, Helvetica, Sans-serif;			
			color:#811c1a;
		}
		#content_left {
			float:left;
			width:250px;
			padding-left:0x;
			padding-top:0px;
			font: .08em Arial,Helvetica,sans-serif;
			color:#1c164c;
			}
			.menu_item {
				padding-bottom:0px;
				border:0
			}
		#content_right {
			float:left;
			width:550px;
			/*background-color:#666666;*/
			padding-left:20px;
			padding-right:20px;
			padding-top:5px;
			}
	#footer {
		background: url(../img/footer.gif) no-repeat;
		height:65px;	
		margin-left:auto;
		margin-right:auto;
		width:900px;
		border: 0px dotted #00FF00;
		}
		#footer_text {
			text-align:left;
			padding-top:35px;
			padding-left:9px;	
		
		}

		#sddot			{ float: right; margin: 32px 22px 0 0; border: 1px solid #FF0000; }