@charset "UTF-8";
/* CSS Document */
		body { font-family: Verdana, Geneva, sans-serif;
					font-size: 14px;
					font-weight: lighter;
					color: #000;
					text-align: center;
					margin: 0;
	
		}
		a { text-decoration: none;
					font-weight: bold;
		}
		a:link { color: #603;
		}
		a:visited { color: #666;
		}
		a:hover { color: #333;
					text-decoration: underline;
		}
		.profile {float: left;
					margin: 10px;
					border: 1px solid;
		}
		.left {text-align: left;
		}
		#wrapper {width: 750px;
					margin: 0 auto;
		}
		#side { margin: 200px 0 0 20px;
				position: absolute;
		}
