body { 
	text-align: center; 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	font: 11px Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
	color: #000; 
	background-color: #fff;
	background: url(http://www.carly-pope.com/graphics/bg.gif);
}

td,p { 
	font: 11px Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
}

a:link, a:visited {	
	color: #32004B;
	text-decoration: none;
}

a:hover, a:active { 
	color: #6B3288;	
	text-decoration: underline; 
}

/* Header & Menu */
#header { 
	margin-top: 4px; 
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 720px;
}

#menu {
	margin-top: 0px;
	width: 720px;
	margin-left: 0px;
}
#menu td {
	padding: 0px;
	margin: 0px;
}

#menuNav {
	width: 720px;
	height: 23px;
}
#menuNav ul {
	text-indent: -3000px;
	width: 720px;
	height: 23px;
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) 0px 0px no-repeat;
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	top: 0px; 
	left: 0px;
}
#menuNav li, #menuNav a {
	height: 23px;
	display: block;
}
#menuNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}

#home {
	left:100px;
	width:57px;
}
#home a:hover, .homeOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -100px -21px no-repeat;
}

#info {
	left:187px;
	width:56px;
}
#info a:hover, .infoOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -187px -21px no-repeat;
}

#media {
	left: 270px;
	width: 62px;
}
#media a:hover, .mediaOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -270px -21px no-repeat;
}

#interact {
	left: 360px;
	width: 89px;
}
#interact a:hover, .interactOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -360px -21px no-repeat;
}

#www {
	left: 479px;
	width: 62px;
}
#www a:hover, .wwwOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -479px -21px no-repeat;
}

#site {
	left: 570px;
	width: 56px;
}
#site a:hover, .siteOn {
	background: transparent url(http://www.carly-pope.com/graphics/menu.gif) -570px -21px no-repeat;
}

/* Main Body */

#mainBody { 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px; 
	width: 718px;
	_width: 720px; /* IE only */
	background: transparent url(http://www.carly-pope.com/graphics/body_bg.gif);
	border-right: 1px solid #32004B;
	border-left: 1px solid #32004B;
	border-bottom: 1px solid #32004B;
}

#content { 
	vertical-align: top;
	width: 515px;
	padding: 2px 4px 16px 4px;
}

#sideBar { 
	vertical-align: top;
	width: 190px;
	font-size: 10px;
	padding: 6px 2px 16px 2px;
}

#sideBar p, #sideBar td { 
	font-size: 10px;
}

/* Footer */
#footer {
	margin-top: 4px; 
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;  
	font-size: 10px;
	color: #333333;
	width: 764px;
}

#footer a {
	color: #333333;
}

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

