body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #eeeeee;
}

#container {
	border: 1px solid silver;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#title_container {
	border: 0px double silver;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 200px;
	background: #FFFFFF;
}

#title {
	width: 435px;
	background: #FFFFFF url(img/logo_text.png) no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	height: 145px;
	color: white;
	padding-top: 29px;
	margin-bottom: 8px;
}

.small {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	position: relative;
	bottom: 29px;
}

.pic {
	background: url(img/logo_image.png) no-repeat right top;
	margin-right: 220px;
	height: 165px;
	float: right;
	width: 425px;
	border: 0px double silver;
}

#navigation {
	
}

#navigation h2 {
	
}

ul {
	list-style: none;
	margin: 0;
	font-size: 20px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px;
}

li {
	display: inline;
	padding: 8px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#content {
	padding: 8px;
	font-size: 16px;
}

h1 {
	color: #333;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 17px;
}

#blue {
	color: #039; 
	font-weight: bold;
	font-size: 20px;
}

#red {
	color:#F00;
	font-weight: bold;
	font-size: 20px;
}

#black {
	color: #000000;
	font-weight: bold;
	font-size: 22px;	
}

#blacku {
	color: #000000;
	font-weight: bold;
	font-size: 22px;	
	text-decoration:underline;
}

#address {
	color: #000000;
	font-size: 17px;
	float: right;
	width: 282px;
	padding-top: 10px;

}

#coupon {
	text-align:right;
	margin-top:-28px;
	margin-bottom:5px;
}

#footer {
	border-top: 1px solid silver;
	font-size: 12px;
	color: gray;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
}

#footer a {
	color: gray;
	text-decoration:none;
}

#footer a:hover {
	color: #333;
	text-decoration:underline;
}

#copyright {	
	float:left;
}

#validate {
	float:right;
}

.DataGrid tr.Even { background-color: #eeeeee; } 
.DataGrid tr.Odd { background-color: #ffffff; }
