/***********************************************/
/* CSS                                         */
/* Copyright Motion Marketing, Inc.            */
/***********************************************/
* { margin: 0px; padding: 0px; }

/***********************************************/
/* HTML styles                                 */
/***********************************************/ 
body {
	color:#ccc; 
	background-color:#000000;
	font-size: 83%;
	font-family: arial, helvetica, sans-serif;
/*	background-repeat: repeat-x;
	background-image: url(../images/background.gif);
*/
}

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: bold; margin: 0px; padding: 0px; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
h1 a:link, 		h2 a:link, 		h3 a:link 		{ color: #fff; text-decoration: none; }
h1 a:visited, 	h2 a:visited, 	h3 a:visited 	{ color: #fff; text-decoration: none; }
h1 a:hover, 	h2 a:hover, 	h3 a:hover 		{ color: #fff; text-decoration: underline; }
h1 a:active, 	h2 a:active, 	h3 a:active 	{ text-decoration: underline; }

a:link, a:visited { color: #ccc; text-decoration: underline; }
a:hover, a:active { color: #7ac; text-decoration: underline; }

p { color: #ccc; line-height: 1.2em; margin: 0 0 0 6px; padding: 0px; }

li { margin-left: 1em; }
ul { color: #ccc; }
ul { font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; }
ul ul { font-size: .93em; list-style-type: square; }
ul ul ul { font-size: .86em; list-style-type: circle; }

ol { color: #ccc; }
ol { font-size: 1em; margin: 5px 16px 5px 25px; }
ol ol { font-size: .93em;  }
ol ol ol { font-size: .86em;  }

hr { color: #999; height: 1px; }

table tr, td, thead, tbody { } 

img { border: none; }

/***********************************************/
/* Layout                                      */
/***********************************************/ 
#page {
/*  background-color:#fff; */
	position:relative;
	width: 960px; 
	min-width: 750px;
	max-width: 1200px;
	margin: 0px auto;
}

.content {
	width:960px; 
}

.credits {
	color:#666666;
	font-size: .85em;
}

.pics {
	border: 8px;
	border-color: #fff;
	border-style: solid;
}
