* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
}

p, table#links {
	font-family: arial;
	font-size: 12px;
	color: #596f7c;
}

a {
    color: #596f7c;
}

a:hover {
    color: #FF0000;
}	

h1 {
	font-family: arial;
	font-size: 22px;
	color: #596f7c;
	text-align: center;
	padding-bottom: 20px;
}

h2 {
	font-family: arial;
	font-size: 16px;
	color: #596f7c;
	text-align: left;
	padding-bottom: 5px;
}
	

#outerframe {
	width: 797px;
	height: 818px;
	position: relative;
    margin: 0px auto;
    text-align: center;
	background-image: url("../images/shade_middle.jpg");
	background-repeat: repeat-y;
}

#topShade {
	width: 797px;
	height: 17px;
	position: relative;
    margin: 0px auto;
    text-align: center;
	background-image: url("../images/shade_top.jpg");
	background-repeat: no-repeat;
}

#header {
	top: 0px;
	left: 0px;
	width: 767px;
	height: 169px;
	position: relative;
}

#sidebarTop {
	position: relative;
	float: left;
	top: 5px;
	left: 15px;
	width: 172px;
	height: 473px;
	background-image: url("../images/sidebar_top.jpg");
	background-repeat: no-repeat;
	padding-top: 7px;
}

table#commentOne {
	position: relative;
	float: left;
	top: 5px;
	left: 7px;
	width: 156px;
	height: 60px;
}

table#commentTwo {
	position: relative;
	float: left;
	top: 22px;
	left: 7px;
	width: 156px;
	height: 68px;
}

table#commentThree {
	position: relative;
	float: left;
	top: 37px;
	left: 7px;
	width: 156px;
	height: 60px;
}
	

#contentBox {
	position: relative;
	float: right;
	top: 5px;
	right: 15px;
	width: 570px;
	height: 625px;
	padding: 10px;
	text-align: left;
}
	

#sidebarBottom {
	position: relative;
	float: left;
	top: 10px;
	left: 15px;
	width: 172px;
	height: 141px;
}
	
	

#bottomShade {
	width: 797px;
	height: 17px;
	position: relative;
    margin: 0px auto;
    text-align: center;
	background-image: url("../images/shade_bottom.jpg");
	background-repeat: no-repeat;
}
	

