/*sher.css*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(../bg1.png);
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#logo {
	padding: 10px;
	width: 128px;
	position: absolute;
	left: 10px;
	top: 20px;

#td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(../logo.png);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #ffffff;
	text-indent: 10px;
	background-color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #999999;
	text-indent: 35px;
	background-color: #000000;
	background-image: url(../../bg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#content {
	position: absolute;
	width: 600px; 
	padding: 10px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-right: 200px;
	margin-left: 200px; 
}

/* begin link styles */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660066;
	text-decoration: underline;
	background-color: #000000;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline;
	background-color: #000000;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: underline;
}

/* begin content positioning */

#collage {
	position:absolute;
	left:0px;
	top:4px;
	width:800px;
	height:58px;
	color: #FFFFFF;
	background-color: #000000;
}

#header {
	position:absolute;
	left:24px;
	top:76px;
	width:800px;
	height:35px;
	background-color: #000000;
}

#nav {
	position:absolute;
	left:757px;
	top:85px;
	width:191px;
	height:32px;
	background-color: #000000;
}

/* begin custom classes */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC9900;
	text-align: center;
	background-color: #000000;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: blink;
	background-color: #FFFFFF;

}
