/*-- CASCADING STYLE SHEET --*/

	body {
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		font-size: 12px;
		color: #333333;
		background-color: transparent;
		background-image: url('../images/pattern8-pattern-53c-dog.png');
		background-repeat: repeat;
		margin: 0;
		}

	img {
		border: none;
		}

	a:link { 
		color: #8a8c8e;
		text-decoration: none;
		}

	a:visited {
		color: #8a8c8e;
		text-decoration: none;
		}

	a:active {
		color: #8a8c8e;
		text-decoration: none;
		}

	a:hover {
		color: #77787b;
		text-decoration: underline;
		}

	.container {
		width: 960px;
		margin: 0px auto 0px auto;
		text-align: left;
		background: #ffffff;
		}

/*-- LOGO --*/

	#logo {
		float: left;
		position: relative;
		width: 960px;
		margin: 21px 0px 0px 0px;
		}

	.logo {
		width: 960px;
		margin: 0px auto 0px auto;
		text-align: center;
		}

/*-- QUOTE --*/

	#quote {
		float: left;
		position: relative;
		width: 960px;
		margin: 8px 0px 0px 0px;
		}

	.quote {
		width: 960px;
		margin: 0px auto 0px auto;
		text-align: center;
		}

	.quote p {
		width: 626px;
		font-family: Georgia;
		color: #8a8c8e;
		font-size: 15px;
		font-style: italic;
		line-height: 24px;
		margin: 0px auto 0px auto;
		text-align: center;
		}

/*-- LINKS --*/

	#links {
		float: left;
		position: relative;
		width: 960px;
		margin: 5px 0px 0px 0px;
		}

	.links {
		width: 960px;
		margin: 0px auto 0px auto;
		text-align: center;
		}

	.links ul {
		float: left;
		position: relative;
		list-style-type: none;
		text-align:center;
		left:50%;
		margin: 0;
		padding: 0;
		}

	.links li {
		float: left;
		position:relative;
		font-size: 14px;
		margin: 14px 14px 14px 14px;
		right:50%;
		}

/*-- ABOUT --*/

	#about {
		float: left;
		position: relative;
		width: 960px;
		margin: 7px 0px 0px 0px;
		}

	#about p {
		font-family: Georgia;
		color: #8a8c8e;
		font-size: 14px;
		font-style: italic;
		line-height: 21px;
		margin: 14px 0px 14px 0px;
		}

	.block {
		float: left;
		position: relative;
		width: 300px;
		margin: 0px 19px 0px 0px;
		}
