.wrapper {
	background-color: #CDCDCD;
	margin: 0px auto;
	padding: 0px 7px;
	position: relative;
	width: 950px;
}

image {
	border: 0px;
}

.footer {
	font-size: 10px;
	font-style: italic;
}

hr {
	width: 950px;
	text-align: left;
	margin-left: 0px;
}

body {
	background-color: #D3D3D3;
}

.links {
	font-style: italic;
	font-variant: small-caps;

	letter-spacing: 4px;
}

.main, p {
	font-family: arial, helvetica, 'times new roman', times, serif;
	color: black;
	font-size: 14px;
	text-align: left;
	width: 600px;
}

a:link,a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover,a:active {
	color: red;
	
}

.title {
	font-size: 24px;
	font-family: 'Courier New', Arial, Serif;
	font-weight: bold;
	background-color: blue;
	color: white;
	text-transform: uppercase;
	text-align: center;
	width: 950px;
}

.intro {
	font-size: 14px;
	font-weight: bold;
	width: 950px;
	display: table;
}

.intro-left {
	width: 70%;
	float: left;
	display: table-cell;
	padding: 5px;
}

.intro-right {
	width: 25%;
	padding: 5px;
	float: left;
	display: table-cell;
}
.tags {
	font-family: 'Comic Sans MS';
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	color: #900000;
}

.table {
width: 950px;

background-color: transparent;
display: table;
border-style: double;
border-width: 4px;
padding: 4px;
}

.cell {
border-style: solid;
width: 24%;
height: 80px;
float: left;
border-width: 1px;
display: table-cell;
margin: 2px;
text-align: center;
}

.cell:hover {
background-color: transparent;
}

.banner {
	width: 950px;
	text-align: center;
}
