	body {
		background-image: url(blanketbgfinal.jpg);
		background-repeat: repeat-y;
		background-position: left;
		background-color: #EEF0B4;
		background-attachment: scroll;
		}
		
	.header {
		margin: 0 auto 0 auto;
		border: 0px;
		position: absolute;
		left: 270px;
	}	
	a:link {
		font-family: 'Trebuchet MS', Sans-Serif, Arial;
		font-size: 14px;
		color: #483D91;
			}
				a:visited {
		font-family: 'Trebuchet MS', Sans-Serif, Arial;
		font-size: 14px;
		color: #483D91;
			}
				a:active {
		font-family: 'Trebuchet MS', Sans-Serif, Arial;
		font-size: 14px;
		color: #483D91;
			}
				a:hover {
		font-family: 'Trebuchet MS', Sans-Serif, Arial;
		font-size: 14px;
		color: #F54B31;
			}
	
	#nav {
		position: absolute; 
		top: 200px;
		left: 340px;
		margin: 0 auto 0 auto;
		width: 600px;
		text-align: center;
		font-family: Georgia, Serif;
		}
	#nav a:link{
		color: #109AB3;
		font-size: 20px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}
		#nav a:visited{
		color: #109AB3;
		font-size: 20px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}
		#nav a:active{
		color: #109AB3;
		font-size: 20px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}
		#nav a:hover{
		color: #483D91;
		font-size: 20px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}
		
	.main {
		background-color: #EEF0B4;
		color: black;
		width: 500px;
		position: absolute;
		top: 280px;
		left: 360px;
		margin: 0 auto 0 auto;
		text-align: center;
		border: 0px solid black;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		font-size: 14px;
		font-weight: normal;
		color: black;
		
		}	