@charset "UTF-8";
/* CSS Document */
body {
	margin: 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 900px;
	border: 1px solid #CCCCCC;
}

#header {
	width:900px;
	height: 100px;
	text-align: left;
}
 
#left {
	text-align: left;
	background-color:#ffffff;
	float: left;
	width: 250px;
	height: 400px;
}

#center {
	background-color:#ffffff;
	float:left;
	text-align:left;
	width: 500px;	
}

#footer {
	background-image:url(images/footer_bg.jpg);
	width: 900px;
	height: 169px;
	text-align:right;
	clear:both;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

ul { font-size: 12px; }
li { font-size:12px; margin-right:}

h1 { font-size: 18px; color:#0066CC; }
h3 { font-size: 16px; color:#0066CC;  }

p { font-size:12px;  }


ul.navi {}

.navi a { color:#0066CC; }
.navi a:hover { color:#993399; }
.navi { font-size: 13px; color:#0066CC; list-style:none; padding-right:150px; width: 200px; }
