/* GENERAL */

body { 
	color: #dcdcdc; 
	font-size: 14px; 
	font-family: "Times New Roman", serif; 
	line-height: 18px; 
	background-color: black; 
	text-align: center; 
	margin: 0px;
}

h1 { 
	color: orange; 
	font-size: 14px; 
	font-family: Verdana; 
	font-weight: normal; 
	line-height: 18px; 
	text-transform: uppercase; 
	margin: 0px; 
}

h2 { 
	color: orange; 
	font-size: 14px; 
	font-family: Verdana; 
	font-weight: normal; 
	line-height: 18px; 
	text-transform: capitalize; 
	margin: 0px; 
}

a { 
	color: teal; 
	text-decoration: none;
	cursor: pointer;
	cursor: hand; /*for old IE versions*/
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	width: 800px;
	margin: auto;
}

#introduction {
	width: 420px;
	text-align: justify;
	margin: auto;
	margin-top: 100px;
}



/* BANNER */

#banner {
	width: 800px;
	height: 150px;
	margin-bottom: 10px;
}



/* NAVIGATION */

#navigation {  
	text-align: center; 
	width: 800px; 
	height: 50px; 
}

#navigation a { 
	color: white; 
	text-decoration: none; 
	text-transform: uppercase; 
}

#navigation a:hover { 
	color: orange;
	text-decoration: none;
}



/* CONTENT */

#content { 
	text-align: justify;
	width: 800px; 
	height: 600px;
	padding: 25px;
}

blockquote {
	font-style: italic;
}

table {
	width: 750px;
	border: none;
}

td {
	vertical-align: top;
	border: none;
}

.image {
	font-size: 12px;
	text-align: left;
	font-family: Verdana, "sans serif";
	width: 250px;
	padding-left: 25px;
	line-height: 14px;
}

.small {
	font-size: 10px;
	text-align: center;
}