html, body {
	margin: 0;
	padding: 0;
}


/* Page Container Styles */

#page-container {
	width: 760px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid black;
	background: white;

-moz-box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;
 -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;
 box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;

}

/* Body Styles */

body {
	background: url("../images/background5.gif");
	background-repeat: no-repeat;
	font-family:  Lucida Sans Unicode, Century Gothic, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12.5px;
	color: rgb(49, 79, 79);
}

/* Main Naviation Styles */

#main-nav {
	height: 80px;
	padding: 5px;
	border-top: 3px solid gray;
	border-bottom: 3px solid gray;
}

#main-nav img {
	height: 70px;
} 

#main-nav a {
	text-decoration: none;
	color: rgb(70, 130, 180);
} 

#main-nav dt {
	font-size: 1.5em;
	float: left;
	text-align: center;
}


/* Header Styles */
	
#header {
	height: 150px;
	background: gray
url(../images/backgroundalt1.jpg);
} 

h1 {
	margin: 0;
	padding: 0;
}

/* Side Bar Styles */

#sidebar-a { 
	background-color: #cdc9c9;
	font-family: Lucida Sans Unicode, Arial, Helvetica, Sans-serif;

	float: right;
	width: 280px;
	height: 350px;
	padding: 25px;
	line-height: 18px;
	border-left: 2px solid gray;
}

#sidebar-a img {
	width: 250px;
	text-align: center;
	margin-left: 12px;
}

#sidebar-a h3 {
	font-family:  Lucida Sans Unicode, Century Gothic, Arial, Helvetica, Verdana, Sans-serif;
	color: rgb(70, 130, 180);
	width: 180px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(30, 144, 255);
}

#sidebar-aa { 
	float: right;
	width: 280px;
	height: 25px;
}

#sidebar-aa img {
	width: 85px;
	height: 25px;
/*	text-align: center; */
	margin-left: 100px;
}

/* Content Styles */

#content {
	margin-right: 280px;
	padding: 25px;
	line-height: 18px;
	font-style: normal;
}


#content h2 {
	color: rgb(70, 130, 180);
	width: 380px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(30, 144, 255);
}

#content p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}

#content img {
	margin-top: 10px;
	padding: 2px;
/*	width: 300px;
	height: 225px;
*/
	width: 372px;
	height: 225px;	
	border: 2px solid black;
}

#buttons img {
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	

/* Footer Styles */

#footer {
	clear: both;
	height: 134px;
	background: url(../Thumbnails/footer1.gif);
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: black;
	text-align: center;
	border-top: 2px solid #E0E0E0;
	padding: 13px 25px;
	line-height: 18px;
}

#footer #altnav a {
	text-decoration: none;
	color: white;
}

#footer #altnav {
	width: 760px;
	float: right;
	text-align: center;
	padding: 5px;
	font-size: 16px;
}

#footer #altnav a:hover {
	color: #6495ed;
}
