/* - - - - - - - Universal - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

a img { /*added to remove borders from images*/
	border: none;
}

body {
	text-align: center;
	background-color: white;
}

.right {
	text-align: right;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	color: #CC9900;
	line-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}

ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}
li {
	list-style-type:none;
	display: inline;
}

p {
	font-size: 14px;
		line-height: 120%;
	color: #7B7B7B;
	font-weight: normal;
	margin-bottom: 15px;
}

/* - - - - - - - Structure - - - - - - - */


#head {
	background-image: url("img/back.jpg");
	height: 100px;
}

#intro {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

#intro p {
		color: black;
		size: 15px;
		font-family: arial, helvetica, sans-serif;
		line-height: 150%;
}
#intro h1 {
	color:#BAC2D6;
	font-style: italic;
	font-family: serif;
}	

#footer {
	width: 782px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
}

#footer img {
	margin-top: 20px;
}

/* - - - - - - - Content - - - - - - - */
#table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	line-height: 125%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 800px;
	text-align: center;

}

#table td {
	text-align: center;
}

#foot {
	margin-top: 20px;
	font-size: 10px;
	color: black;
}


