a:link {
   		 color: blue;
	}

	a:visited {
		 color: blue;
	}

	a:hover {
    	 color: blue;
	}

	a:active {
  		 color: blue;
	}
	a {
		text-decoration:none;
	}
	body {
		color:#353535;
	}
	table {
		text-align:center;
	}
	td {
		padding:10px;
		font-size:26px;
	}
	.thumbnail {
		width:846px;
		height:360px;
		padding:2px;
		box-shadow: 0px 0px 20px grey;
	}
	.thumbnail2 {
		width:846px;
		height:360px;
		padding:2px;
	}
	.text1 {
		text-align:center;
	}
	#container {
		margin:0px auto;
		width:1366px;
		height:900px;
		font-size:16px;
		font-family: Tahoma, Geneva, sans-serif;
	}
	#header {
		font-size:48px;
		font-family: "Copperplate Gothic Bold";
		text-align:center;
	}
	#content {
		margin:0px auto;
		width:846px;
		height:743px;
	}
	#footer {
		text-align:center;
		padding:5px;
	}
	#navigation {
		float:left;
		width:200px;
		height:400px;
		font-family: "Copperplate Gothic Bold";
	}
	#sidebar {
		float:right;
		width:200px;
		height:400px;
	}
	#quote {
		text-align:center;
		font-size:24px;
		padding-top:10px;
	}
	#profile {
		 width:225px; 
		 height:400px;
		 text-align:center; 
		 display:inline-block;
	}