/* global elements */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* originally 11px */
}

div { /* or else ie shows cursor text */
	background-color: #fff;
}

ul {
	margin: 0px;
}

p {
	line-height: 24px;
}

a {
	color: #cc0000;
	text-decoration: none;
	cursor: pointer;
}

a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

h1 { 
	margin: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 50px;
	text-align: center; 
}

h2 {
	margin: 0px;
	font-size: 40px;
	font-family: 'Georgia';
	font-weight: normal;
	font-style: italic;
}
.dropcap {
	display: inline;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	line-height: 42px;
	margin: 3px 9px 0px 0px;
	text-transform: uppercase;
		color: #cc0000;
}



/* tab elements */
.tabs {
	text-align: left;
	margin: 8px 0px; /* 4 original */
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	cursor: default;
}

.tabs li a { 
	border: 1px solid #ccc; 
	background-color: #fafafa; 
	color: #666; 
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
	padding: 4px 14px; 
}

.tabs a:hover { 
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
}

.tabs li { 
	display: inline;
}

.tabs li.tabs_shifted { /* shifted right */
	padding-right: 16px;
}

.tabs {
	padding: 0px 16px 4px 16px; 
	font-size: 10px;
}

#logo_tab a {
	cursor: default;
	background-color: #fff; 
	color: #000; 
	position: relative;
	top: 1px;
	padding-top: 5px; 
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;	
}
#logo_tab a {
	font-size: 20px;
}

#logo_tab span {
	color: #cc0000;
}



/* major divs */
#header, #content, #footer {
	margin: auto;
	width: 750px;
}

#header_top {
	margin-top: 10px;
	float: right;
}

#header_tabs {
	padding: 30px 0px 10px 0px;
}

#footer {
	border-top: 1px solid #ccc;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 20px;
	margin-top: 30px;
}

#footer li {
	display: inline;
	padding: 4px 8px;
}

#footer_copyright {
	color: #999;
}

#skinny {
	width: 500px;
	margin: auto;
}
