/*-- CASCADING STYLE SHEET --*/

	body {
		text-align: center;
		margin-top: 12px;
		font-family: Tahoma, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 21px;
		color: #333333;
		background: #ffffff;
		}

	img {
		border: none;
		}

	a:link { 
		color: #6699cc;
		text-decoration: none;
		}

	a:visited {
		color: #6699cc;
		text-decoration: none;
		}

	a:active {
		color: #6699cc;
		text-decoration: none;
		}

	a:hover {
		color: #6699cc;
		text-decoration: underline;
		}

	#container {
		width: 860px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		}

	#header {
		width: 860px;
		height: 162px;
		}

	#nav {
		width: 860px;
		height: 67px;
		}

	#content {
		width: 860px;
		min-height: 391px;
		background-image: url('../images/bg_content.jpg');
		background-repeat: no-repeat;
		background-color: #f8f8f8;
		}

	img.left {
		float: left;
		margin: 7px 12px 0px 2px;
		}
