﻿
/**********************************************
*   Basics & Typography                       *
***********************************************/
body {
	margin: 0;
	padding: 0;
	background: white
	font: 65.0% "Arial", sans-serif
		color: #000;
	text-align: left;
}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/
#outline {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 10pt;
}

.special {display: block; width: 400px; height: auto; text-align: center; margin: 0 auto 10px auto; padding: 10px 2px 10px 2px; border: 1px solid #871551;-moz-border-radius: 6px; border-radius: 6px; background: #EEE; -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc;}

.special:hover {display: block; width: 400px; height: auto; text-align: center; margin: 0 auto 10px auto; padding: 10px 2px 10px 2px; border: 1px solid #C6F;-moz-border-radius: 6px; border-radius: 6px; background: #EEE; -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc;}
