/*---------------------------------------------*/
/* The Anybodies Website styles            */
/*---------------------------------------------*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #8A78EA;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	color: #5E9DF8;
	font-weight: bold;
}

a:visited{
	color: #5E9DF8;
}

a:hover{
	color: #FFF;
	font-weight: bold;
}

p {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-family: "Wide Latin", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 6px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

ul{
}

li {
}
hr {
	border: 3px solid #000000;
	width: 151px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#left {
	width: 730px;
	float: left;
}

#right {
	width: 44px;
	height: 585px;
	padding-left: 3px;
	margin-top: 6px;
	float: right;
	background: url(images/side-theanybodies.gif) no-repeat;
}

#maincontent-top {
	width: 100%;
	height: 24px;
 	background: url(images/bodybg-top.gif) repeat-x;
}
#maincontent-lft {
	width: 11px;
	height: 100%;
	background: url(images/bodybg-lft.gif) repeat-y;
}
#maincontent {
 	background: url(images/bodybg.gif) repeat;
	padding: 5px 0px 12px 15px;
}
#maincontent-rt {
	width: 10px;
	height: 100%;
	background: url(images/bodybg-rt.gif) repeat-y;
}
#maincontent-bottom {
	width: 100%;
	height: 24px;
 	background: url(images/bodybg-bottom.gif) repeat-x;
}
/***********************************************/
/* Components                                  */
/***********************************************/

/************* #nav-top styles **************/
#nav-top {
	background-color: #0807E9;
	height: 29px;
	text-align: center;
}

/************* #mainbody-content styles **************/
#mainbody-content {
	padding: 0px 10px 0px 20px;
}
#mainbody-content hr {
	border: 1px solid #0807E9;
	width: 75%;
}

/************* .small-10 styles **************/
.small-10 {
	font-size: 10px;
}

/************* #right-content styles **************/
#right-content {
	border-left: 1px solid #000;
}
#right-content p {
	padding: 0px 12px 2px 24px;
	margin: 0px 0px 4px 0px;
	line-height: 20px;
}
#right-content h1 {
	padding-left: 24px;
}

/************* #nav-right styles **************/
#nav-right {
	height: 31px;
	font-size: 10px;
	text-align: center;
	margin: 12px 0px 0px 0px;
}
#nav-right a {
	color: #000000;
}
.orange {
	background: url(images/nav-right/orange.gif) no-repeat center;
}
.green {
	background: url(images/nav-right/green.gif) no-repeat center;
}

/************* #footer styles **************/
#footer {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}