/* Great Glen Adventures		 */
/* ----------------------------- */
/* Template: Standard v1.0		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: February 2010	 	 */
/* ----------------------------- */

/* Reset CSS Values */

body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Verdana, Helvetica;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */
/* */

body {
	background-color: #990000;
}

h2 {
	padding: 8px 0px 4px 0px;
	font-size: 24px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}

h3 {
	padding: 8px 0px 4px 0px;
	font-size: 18px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #333;
}

p {
	font-size: 12px;
	color: #fff;
}

p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Content */
/* */

.content img {
	padding: 5px;
	background-color: #670000;
	border: 1px solid #580000;
	-webkit-box-shadow: 2px 2px 7px #4c0005;
}

.content ul {
	padding: 4px 15px;
}

.content ul li {
	padding: 4px 2px;
	list-style-type: square;
	color: #fff;
}

.style1 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.clear {
	clear: both;
}