/*----------------------------------------------------------*/
/* MindPick Software LLC - Services					    */
/* CSS name: main.css								    */
/* Developer: MindPick Software LLC				         */
/* Date: 7/17/2006									    */
/*												    */
/* Description: Style sheet for elements of all pages	    */
/* 		and all media.							    */
/*----------------------------------------------------------*/

/*-----------------------------*/
/*** Generic HTML selectors. ***/
/*-----------------------------*/
body {
	margin: 20px;
	background: #d0d0d0 url(../images/background.gif) repeat-x;
}

a img {
	border: none; /* Remove borders on link images in Firefox */
}

a:hover {
	text-decoration: underline;
}
/*--------------------------*/
/*** Border around page.  ***/
/*--------------------------*/
#layout {
	background-color: white;
	color: black;
	padding: 0;
	border: double 4px #404040;
}

/*---------------*/
/*** Footer.   ***/
/*---------------*/
#footer {
	font: normal .6em Arial,SunSans-Regular,sans-serif;
	text-decoration: none;
	padding: 8px 10px;
	text-align: center;
	background-color: white;
	border-top: 1px solid #404040;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

/*------------------------------------------------------------*/
/* Footer classes: copyright on left, MindPick link on right, */
/* other links centered at bottom.                            */
/*------------------------------------------------------------*/
.copy {
	font: normal .6em Arial,SunSans-Regular,sans-serif;
}

.footer_links {
	display: block;
	text-align: center;
}
