/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(102, 102, 102);
	}
	
a {color: rgb(020,105,185); text-decoration: none;}	
a:visited {color: rgb(200,100,40);}
a:hover {text-decoration: none; color: rgb(000,160,240);}	

a.image {border-bottom: 0;}	

small, .navigation {
	color: rgb(138,134,132);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	line-height: 1.5em;
	}
	
.navigation a {border-bottom: none;	
	}	
	
table tr td {
			background-color: none;
		}
		
table tr td.alt {
			background-color: 660066;
		}
	

/* End Typography & Colors */





/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_xlg.jpg);
	background-repeat: repeat;
	background-position: left top;
	}
	
	
#page {
	width: 800px;
	}
	
#header {
	width: 800px;
	height: 110px;
	float: center;
	}
	
#header.navigation {
	width: 800px;
	height: 40px;
	float: center;
	}
	
#content {
	width: 800px;
	height: 260px;
	padding: 0px;
	background-color: #CCCCCC;
	}

#content.promotion {
	width: 300px;
	height: 260px;
	float: left;
	clear: both;
	background-color: d1d13b;
	}
	


#content.main {
	width: 400px;
	height: 260px;
	margin: 0;
	float: right;
	background-color: 660066;
	}	

#footer {
	width: 800px;
	clear: both;
	}
	
#footer.single {
	width: 800px;
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
div.columnleft {
	float: left;
	width: 305px;
	height: 260px;
	
	background-color: d1d13b;
	}

div.columnright {
	float: right;
	width: 495px;
	height: 260px;
	background-color: 7c1468;
}

/* End Structure */


/*	Begin Headers */
#header h1 {
	display: block;
	width: 350px;
	height: 85px;
	float: left;
	margin: 5;
	padding: 5;
	background-image: url(../images/logo_lg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

	
/* End Headers */

/* Begin Various Tags & Classes */

	
blockquote, blockquote cite {
	padding: 0px;
	color: rgb(110,106,103);
	font-style: normal;
	font-size: 1em;
	clear: both;
	height: 200px;
	width: 445px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	line-height: 1.5em;
	margin: 25px;
	float: none;
	border: 1px solid #666666;
}



	
	

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: right;
	padding: 0px 0 0px 0;
	clear: both;
	border-bottom: none;	
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;}	

/* End Various Tags & Classes*/
table tr td.alt_yellow {
			background-color: 660066;
}
