#main {
	position: relative;
	width: 800px;
	height: 823px;
	margin:auto;
	border-style:inset;
	border-width:thin;
}

#logo {
	width:250px;
	height:823px;
	align:left;
	position:static;
	background-image:url(images/side1.jpg);
}

#nav {
	width:auto;
	height:auto;
	padding-top:200px;
	float:right;
	padding-right:5px;
	color:#000000;
	text-decoration:none;
	text-shadow:Gray;
	font-weight:bolder;
	font-size:17px;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
}

#nav a{
	color:#333333;
	text-decoration:none;
	text-shadow:Gray;
	font-weight:bolder;
	font-size:17px;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
}

#nav a:hover{
	text-decoration:overline underline;
	color:#006633;
	text-transform:uppercase;
}

#content1 {
	width:546px;
	height:780px;
	float:right;
	position:absolute;
	left: 255px;
	top: 69px;
}

#content1 a:hover {
	color:#999999;
	font-weight:bold;

}

#title {
	width:550px;
	height:auto;
	position:absolute;
	left: 252px;
	top: 20px;
}

#footer {
	position:absolute;
	width:250px;
	top: 784px;
	font-size:11px;
	font-family:"Georgia", Times New Roman, Times, serif;
	left: 4px;
}

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

#footer a:hover{
	color:#999999;
	text-decoration:none;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:#999999;
}

.h1 {
	color:#666666;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}
