
/* CSS Documentby Ben Scott: www.webdesignerforum.co.uk */
 
body {
	background-image: url(images/shadow-bg.gif); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #fafafa; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333
}
 
#container {
	width: 923px;
	margin: 0 auto;
	text-align: center;
} 

.link {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #747576;
	text-decoration: none;
}
.link:hover {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}

.bottom-link {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0e3887;
	text-decoration: underline;
}
.bottom-link:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4c8aff;
	text-decoration: underline;
}

.title {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #057ce0;
	text-decoration: none;
}.field {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3E3B26;
	text-decoration: none;
	background-color: #F5F5F5;
	border: 1px solid #3E3B26;
}
