body {
	margin:0px;
	font-family:arial, helvetica;
}

#container-left {
	width:860px;
	background-image:url('images/L.jpg');
	background-repeat:repeat-y;
}

#container-right {
	text-align:center;
	background-image:url('images/R.jpg');
	background-repeat:repeat-y;
	background-position:right;
}

#header img {
	border-bottom:1px solid gray;
}

#nav ul {
	font-family:arial;
	text-transform:uppercase;
	font-size:11px;
	margin-left:45px;
	text-align:left;
	list-style-type:none;
}

#nav ul li {
	display:inline;
}

#nav a {
	color:#000;
	text-decoration:none;
}

#nav a:hover {
	color:gray;
	text-decoration:underline;
}

#main {
	text-align:left;
	padding:20 50px;
}

.blue {
	color:#0083A9;
}

.red {
	color:#900;
}

.yellow {
	color:#C5960B;
}

.green {
	color:#419638;
}

h1, h2, h3, h4 {
	text-align:center;
}

#footer {
	margin-top:60px;
	font-size:.7em;
}

img {
	border:0px;
}
