/* CSS Document */

#site {
	background-color: #DAD9DE;
	width: 800px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	height: 630px;
	background-repeat: no-repeat;
	background-image: url(../images/perceRock.jpg);
	background-position: bottom;
}

h2 {
	font-family: "Palatino Linotype";
	margin: 5px;
	font-size: 14px;
	color: #545361;
}


h3{
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #494748;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 182px;
	text-align: right;

}

h4{
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #494748;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 485px;
	text-align: right;
}

#mainNav {
	font-family: "Palatino Linotype";
	background-color: #545361;
	color: #FAFAFC;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	width: 796px;
}
#mainNav a{
	font-family: "Palatino Linotype";
	color: #FFFFFB;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#mainNav a:hover{
	font-family: "Palatino Linotype";
	color: #000099;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#mainContent {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #333333;
	width: 515px;
	padding: 5px;
	height: 411px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 250px;
	position: absolute;
	top: 210px;
	left: 7px;
	background-color: #FFFFFF;
	border: medium ridge #E0DFE3;
	overflow: auto;
}

p {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #333333;
	margin-left: 2px;
	margin-right: 2px;
}

li {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #333333;
}

#sideContent {
	font-family: "Palatino Linotype";
	font-size: 12px;
	background-color: #FFFFFF;
	width: 200px;
	border: medium ridge #E0DFE3;
	left: 13px;
	height: 225px;
	position: relative;
	top: 18px;
}

#sideContent a{
	font-family: "Palatino Linotype";
	border: medium ridge #E0DFE3;
	width: 175px;
	margin: 5px;
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #494748;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

#sideContent a:hover{
	font-family: "Palatino Linotype";
	border: medium ridge #E0DFE3;
	width: 175px;
	margin: 5px;
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	background-color: #9A9CA6;
}

#selfPortrait {
	width: 100px;
	margin-top: 25px;
	left: 54px;
	position: absolute;
}

#copy {
	font-family: "Palatino Linotype";
	font-size: 12px;
	left: 350px;
	position: relative;
	width: 100px;
	margin: 2px;
	color: #545361;
}

#newStuff {
	font-family: "Palatino Linotype";
	font-size: 12px;
	background-color: #FFFFFF;
	width: 200px;
	border: medium ridge #E0DFE3;
	left: 13px;
	height: 175px;
	position: relative;
	top: 18px;
	margin-top: 20px;
}
