/* CSS Document */
body 					{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(/assets/images/site-credits/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/* Headers */	
h1 						{
	float: right;
	margin: 17px 0 0 0;
	color: #E36702;
	font-size: 1.6em;
	display: block;
	width: 700px;
	text-align: right;
	padding: 0 10px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
h2  					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #439FDB;
	margin: 0 0 5px 0;
	font-weight: normal;
	border-bottom: 1px solid #E37B22;
	padding: 0 0 3px 0;
}
h3						{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #A7A7A7; margin: 10px 0 5px 0; font-weight: normal; }
h4						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F36A05; margin: 0 0 10px 0; font-weight: normal; }
h5						{} 

/* Linkage */
a:link					{}
a:visited				{
	color: #F27D16;
}
a:hover					{
	color: #F27D16;
	text-decoration: none;
}
a:focus					{
	color: #F27D16;
}
a:active				{
	color: #F27D16;
}

/* Misc. */
img						{ border: 0; }
acronym 				{ cursor: help; }

/* Main Styles */
#container				{
	text-align: left;
	margin: 0 auto;
	width: 780px;
	background-image: url(/assets/images/site-credits/layout3.jpg);
	height: 800px;
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#left					{
	padding: 150px 0 0 20px;
	width: 420px;
}
#right					{
	float: right;
	width: 285px;
	margin: 25px 12px 0 0;
	font-size: 90%;
	display: block;
}
html>body #right		{ margin: 25px 22px 0 0; }

ul#awards				{
	list-style-image: url(/site-credits-inc/assets/images/star.gif);
	line-height: 1.4em;
}

input, textarea					{
	border: 1px solid #3A9BF3;
}

/* Footer */
#footer					{ }

#footer a:link			{}
#footer a:visited		{}
#footer a:hover			{}
#footer a:focus			{}
#footer a:active		{}

#footer ul				{}
#footer li				{}
