@import url("reset.css");
@import url("fonts.css");
@import url("base.css");



/*standard*/
.clear {clear: both;height: 0;}

hr {
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

/*structure*/

html {
	color: #231f20;
}

body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
}

#feedback {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #D7182A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

#feedback a:link {
	color: #FFFFFF;
}
#feedback a:visited {
	color: #FFFFFF;
}

#feedback a:hover{
	color: #FFD313;
}
#feedback a:active {
	color: #FFD313;
}


#wrapper {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #231f20;
	background: url(../img/bg.gif) repeat-y;
}

#banner {
	background: url(../img/banner.gif) no-repeat;
	height: 49px;
	width: 742px;
}

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 312px;
	width: 742px;
}

#intro {
	width: 682px;
	background: #A43C27;
	padding: 1px 30px;
}

#intro h1 {
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
}

#left-col {
	float: left;
	width: 205px;
	padding-top: 1px;
	padding-right: 16px;
	padding-left: 30px;
}

#left-col h2 {
	color: #FFFFFF;
	line-height: 1.75em;
	font-size: 140%;
}

#left-col a:link {
	color: #FFFFFF;
}
#left-col a:visited {
	color: #FFFFFF;
}

#left-col a:hover {
	color: #FFD313;
}
#left-cola:active {
	color: #FFD313;
}

#right-col {
	float: left;
	width: 461px;
	padding: 15px;
}

#right-col h1 {
	color: #006FA1;
}

#footer {
	background: url(../img/footer.gif) no-repeat;
	height: 92px;
	width: 742px;
}

.yellow-uppercase {
	text-transform: uppercase;
	color: #FFD313;
}

.blue-uppercase {
	text-transform: uppercase;
	color: #006FA1;
	font-weight: bold;
}

#credits {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

.thumb {
	float: right;
	padding-left: 10px;
	clear: both;
}

th,td {
	border:0;
}


/*anchors*/

a {font-weight: bold;}
a:link {
	color: #006FA1;
}
a:visited {
	color: #006FA1;
}
a:hover {
	color: #A43C27;
}
a:active {
	color: #006FA1;
}
