body {
	text-align:center;
	font-family:"Century Gothic", Verdana, sans-serif;
	background-color:#ccc;
}

#page {
	width:650px;
	margin:0 auto;
	background:url('../images/background_stripe.gif') repeat-x 0px 0px #2781c2;
	text-align:left;
	border:1px solid #000;
	padding:0;
}

#top {
	height:120px;
	background: url('../images/gitw_cd_120.jpg') no-repeat 10px 0px;
	padding:0 15px 15px 148px;
	margin:7px 0 0;
}
#title {
	margin:26px 0 5px;
	padding:0;
}
#by {
	margin:0 0 14px;
	font-weight:bold;
	font-size:90%;
}
#top a {
	color:#c00;
	text-decoration:none;
}
#top a:hover {
	color:white;
}
#tag {
	margin-top:5px;
	text-align:center;
	font-size:small;
	font-weight:bold;
	font-style:italic;
	color:#006;
}

#nav {
	float:left;
	width:120px;
	margin:5px 5px;
	font-weight:bold;
}
#nav h3 {
	font-size:small;
	color:#fc0;
	margin:10px 3px 0;
	text-transform:uppercase;
}
#nav ul {
	list-style-type:none;
	margin:5px 0 0;
	padding:0;
}
#nav li {
	margin-bottom:4px;
}
#nav a{
	display:block;
	width:112px;
	color:#000;
	text-decoration:none;
	padding:2px 2px 2px 4px;
	font-size:90%;

	background-color:#fc0;
	border-top:1px solid #174B73;
	border-right:1px solid #174B73;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
#nav a:hover {

	background-color:#f90;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #174B73;
	border-left:1px solid #174B73;
	padding:3px 3px 1px 3px;
}
#nav .link {
	background:#FFEA97;
}

#newsletter {
	border:1px solid #174B73;
	font-size:80%;
	background:#7AB1D9;
	padding:3px;
}
#newsletter p {
	margin:0 0 2px;
	padding:0;
}

#content {
	position:relative;
	margin:5px 10px 8px 140px;
	border:1px solid #000;
	padding:12px;
	background:#fff;
	font-size:small;
	text-align:justify;
}
* html #content {
	height:1%;
	margin-left:137px;
}
#tl { 
position:absolute; top:-1px; left:-1px;
height:12px; width:12px;
background:url('../images/corner_tl_12.gif') no-repeat;
}


#bottom {
	background:url('../images/background_shadow_t.gif') repeat-x;
	font-size:x-small;
	padding:5px 0 0;
	margin:0;
}
#bottom p {
	background-color:#f90;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:0;
	padding:2px 5px;
}
#bottom_fade {
	background:url('../images/background_shadow_b.gif') bottom repeat-x;
	margin:0;
	padding-bottom:5px; 
}

#credit {
	width:644px;
	margin:0 auto;
	color:#555;
	text-align:right;
	font-size:xx-small;
	font-family:Verdana, sans-serif;
}
#credit p {
	margin:4px 0 0;
}
#credit a {
	color:#555;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
}

h1 {}
h2 {
font-size:medium;
}
.inline h2,.inline p {
	display:inline;
}
.inline p {
	margin-left:10px;
}

.imgr {
padding:0 0 3px 12px;
}
.imgl {
padding:0 12px 3px 0;
}
img {
	border:0;
}