/* Global Stuff */html {	height: 100%;	margin-bottom: 0px;}body {	font-family: Georgia, serif, helvetica, wingdings;	color: #555;	/*text-transform: lowercase;*/	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	background: url('http://brigitte.lavocat.name/images/Lecture_fond.jpg') no-repeat bottom right;}/* Link Styling */a:link, a:visited {	text-decoration: none;	color: #191919;}a:hover {	text-decoration: none;	color: #10C8CD;}#about a:link, #about a:active, #about a:visited {	text-decoration: none;	color: #191919;}#about a:hover {	color: #000;	background: #FAF93C;}#block a:link, #block a:active, #block a:visited {	text-decoration: none;	color: #191919;}#block a:hover {	color: #EC1559;}#footer a:link, #footer a:visited {	color: #AAAAAA;	margin-left: 2px;	margin-right: 2px;}#footer a:hover {	color: gray;}h3 a:link, h3 a:visited {	color: #3D3D3D;}h3 a:hover {	color: #10C8CD;}h3 {	margin: 0px 0 0;	cursor: pointer;}h3 a:link, h3 a:visited {	padding: 8px;	font-weight: normal;}/* Body */#container {	text-align: right;	margin: 0 auto;	vertical-align: top;	font-size: 35px;}/* Sliders */.stretcher {	}.block {	padding: 10px;	padding-left: 73px;	font-size: 14px;	font-family: helvetica;	line-height: 16px;}#container {	width: 500px;	background: url('http://mikeambs.com/MainGifs/WhiteTrans.png') repeat;	text-align: left;	margin: 0 auto;	float: left;	padding-left: 20px;}/* Styling for the different headers of the site */#name{	font-weight: bold;	font-size: 50px;	margin-left: 69px;	padding-top: 20px;	padding-bottom: 13px;	border-bottom: 1px dashed #e1e1e1;	margin-bottom: 13px;}#about {	font-weight: normal;	font-size: 40px;	/*text-transform: lowercase;*/	margin-left: 69px;	padding-top: 10px;	padding-bottom: 13px;	border-bottom: 1px dashed #e1e1e1;	margin-bottom: 53px;}#bio, #work, #follow, #contact {	padding-left: 55px;}#bio {	background: url(http://brigitte.lavocat.name/images/bio.jpg) no-repeat left center;}#work {	background: url(http://mikeambs.com/MainGifs/work.jpg) no-repeat left center;}#follow {	background: url(http://mikeambs.com/MainGifs/follow.jpg) no-repeat left center;}#contact {	background: url(http://mikeambs.com/MainGifs/contact.jpg) no-repeat left center;}/* Styling for the different sub-headers of the site *//* Code Styling */code {	margin: 10px 0;	font: 0.9em "Courier New", Courier, Monospace;	color: #666;	background-color: #000;}#footer {	bottom: 0;	height: auto;	position: fixed;	width: 98%;	z-index: 1000;	font-size: 12px;	text-align: right;		margin: 12px;	color: silver;}.valid {	background: url(http://mikeambs.com/MainGifs/ico-bullet-off.gif) no-repeat left center;	padding-left: 17px;}.valid:hover {	background: url(http://mikeambs.com/MainGifs/ico-bullet.gif) no-repeat left center;}