.edit 
{
	width: 460px;
}

body 
{
	margin: 0px;
	padding: 0px;
}

/* 
	IIDA Forum:
	This is the main stylesheet for the forum. Here you will find the logo header and footer.
	For all other styles refer to the IIDA theme and it's stylesheet file.
*/

/* Forum Header */
#header {
	background-image: url(images/header750w78h.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 750px;
	border: solid 0px;
}

/* Forum Footer */
#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-image: url(images/crv_bottom.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 750px;
	padding: 10px 0px 0px 0px;
	border: solid 0px;
	float: left;
	text-align: center;
	color: #616100;
	border: solid 0px #000000;
}

/* Forum Copyright */
#copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 38px;
	width: 750px;
	padding: 0px 0px 0px 0px;
	border: solid 0px;
	float: left;
	text-align: center;
	color: #666666;
	border: solid 0px #000000;
	
}

a.copyright 
{
	color: #666666;
	text-decoration: none;
}

/* Nav */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 89%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	padding-top: 30px;
	padding-left: 55px;
	width: 250px;
	float: left;
	border: solid 0px;
}
.nav a:link, .nav a:visited {
	color: #333333;
	padding-right: 20px;
	text-decoration: none;
}

.nav a:hover {
	color: #333333;
	padding-right: 20px;
	text-decoration: underline;
}

/* Nav */
#navTop {
	background-image: url(images/crv_top.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 750px;
	padding: 0px;
	border: solid 0px;
}

/* Nav */
.navSpc {
	width: 320px;
	float: right;
	padding-top: 30px;
	padding-right: 42px;
	border: solid 0px;
	text-align: right;
	
}

/* Primary Knowledge Center Nav */
#navBodyContent {
	background-image: url(images/crv_bk.jpg);
	background-repeat: repeat;
	float: left;
	width: 750px;
	border: solid 0px;
}

/* Main Content Area */
#bodyContent 
{
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 75%; */
	float: none;
	margin: 0px 30px 10px 40px;
	border: solid 0px;
}

