@charset "utf-8";
#container {
	width: 1000px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: large;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	word-spacing: 3px;
	color: #0000FF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #C9BBBD;
	border-right-color: #C9BBBD;
	border-bottom-color: #C9BBBD;
	border-left-color: #C9BBBD;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	letter-spacing: 1px;
}
#nav {
	float: left;
	width: 197px;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C9BBBD;
	border-right-color: #C9BBBD;
	border-bottom-color: #C9BBBD;
	border-left-color: #C9BBBD;
	padding-right: 30px;
	margin-left: 0px;
	padding-left: 0px;
}
#content #left {
	float: left;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C9BBBD;
	border-right-color: #C9BBBD;
	border-bottom-color: #C9BBBD;
	border-left-color: #C9BBBD;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#right  {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C9BBBD;
	border-right-color: #C9BBBD;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	width: 100px;
	margin-bottom: 10px;
}
#nav a {
	text-decoration: none;
}
#nav a:visited {
	color: #0000FF;
	text-decoration: none;
}
#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #0000FF;
	padding: 15px;
	margin: 0px;
}
#left h3 {
	font-size: large;
	color: #666666;
}
#left h2 {
	font-size: large;
	color: #990000;
}
#footer {
	border: thin solid #C9BBBD;
	clear: both;
	background-color: #CCCCCC;
}
#footer p {
	text-align: center;
}


#right h1 {
	font-size: large;
	margin: 0px;
	padding-top: 10px;
	padding-left: 5px;
	color: #666666;
	padding-bottom: 10px;
}
#right a {
	color: #666666;
	text-decoration: none;
}
#right a:visited {
	color: #666666;
	text-decoration: none;
}
.jaypic {
	float: left;
	border: thin groove #999999;
	padding: 1px;
	margin: 15px;
}
#left a {
	text-decoration: none;
}
