// Main CSS Style Sheet for Daigen Graphics - Version 5
// Created: 01-19-2010 by: Ben Kim
// Last Updated: 02-02-2010 by: Ben Kim

/* ------------------------------ Start Global Selectors ------------------------------ */
body {
	color: black;
	background: #FF6600;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div, span {
	font-family: Verdana, Times, serif;
	color: #666666;
	}
img {
	display: block;
	border: 0;
	}
/* Links */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	}
a:visited {
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	color: #FF6600;
	background: transparent;
	}	   
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	background: transparent;
	}
/* ------------------------------- End Global Selectors ------------------------------- */
/* ------------------------------- Start Logo Selectors ------------------------------- */		
#headerLogo {
	float: left;
	position: relative;
	top: 20px;
	left: 24px;
	width: 225px;
	height: 52px;
	background: url(../images/logo_over.gif) no-repeat;
	}	
#Logo {
	display: block;
	padding: 0;
	margin: 0;
	width: 225px;
	height: 52px;
	background: url(../images/logo.gif) no-repeat;
	}		
a#Logo:hover {
	background: url(../images/logo_over.gif) no-repeat;
	}	
.alt {
	display: none;
	}
/* --------------------------------- End Logo Selectors --------------------------------- */
#wrapper {
	margin:  0;
	padding: 0;
	}
#topNav {
	background: black;
	color: white;
	margin: 0;
	padding: 4px 8px 4px 4px;
	text-align: right;
	}
#content {
	display: block;
	clear: both;
	padding: 20px;
	}
