body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(images/bgimg1.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }

p, ol, ul, blockquote {
	line-height: 18px;
}
imgleft {
	background-position: left;
}


a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	border: none;
}

strong {
	color: #000000;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 0px 8px 20px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/li.gif);
}
#content #colTwo .post h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}


.post h2, .post h3 {
	margin-left: -10px;
}

/* Header */

#header {
	width: 801px;
	height: 140px;
	margin: 0 auto;
	background-image: url(images/ggcscaleheader.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 24px;
	color: #ECE9D8;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 160px;
	font-size: 18px;
	color: #ECE9D8;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #000000;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 185px;
}
.proud {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	background-color: #FFFFFF;
}


#colOne ul {
	margin-left: 3px;
	padding-left: 0;
	margin-right: 3px;
}

#colTwo {
	float: right;
	width: 580px;
}

#menu a {
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	color : #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
} 
#menu a:hover {
	color: #FFFFFF;
}
.inset {
	float : right;
	width : 200px;
	padding : 5px;
	border : thin solid #663300;
	font-size : 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #663300;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	background: #FFFFFF;
} 
.ImgRt {
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 7px;
	border: thin solid #660000;
}
.ImgLft {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: thin solid #660000;
}
/* Footer */

#footer {
	clear: both;
	width: 801px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 10px;
}

#footer * {
	color: #F2EDD1;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
}
a:active {
	color: #666666;
}
