/*J&J Style Sheet*/
body	{
	margin:	0;
	padding: 0;
	font: 13px/15px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	color:	#000;
	background : #fff;
	}


div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 13px/15px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    }

#main {
	position: relative;
	width: 800px;
	background: #FFF;
/*	border: 1px solid black;*/
	margin: 10px auto 0 auto;
	background : #FFF;
	}


#header {
 	border: 1px solid white;
	width: 711px;
	height: 135px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}


#rightside {
/*	border: 1px solid #600;*/
	position: absolute;
	top: 195px;
	left: 160px;
	text-align: center;
	float: right;
	margin: 0 0 10px 0;
	width: 130px;
	font-size: 12px;
	padding-left: 10px;
	border-left: 1px solid #600;
	}

#rightside img {
	margin: 8px auto;
	border: 1px solid black;
	}

#nav {
	width: 710px;
	height: 30px;
	position: relative;
	margin: 4px auto 25px auto;
	padding: 1px 0 0 0;
	background: #600;
	font: 9px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	}

#nav ul {
	margin: 5px auto;
	text-align: center;
	list-style: none;
	padding: 0;
	}

#nav ul li {
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0 10px;
	}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

#nav ul li a:hover {
	text-decoration: underline;
	color: #ccc;
	background: transparent;
	}



/*menu page indication*/
#home a.linkhome,
#adrates a.linkadrates,
#features a.linkfeatures,
#archives a.linkarchives,
#links a.linklinks,
#about a.linkabout,
#subscribe a.linksubscribe,
#readers a.linkreaders,
#ourhouse a.linkourhouse,
#contact a.linkcontact
	 {
	color: #F00;
	}

#home a.linkhome:hover,
#adrates a.linkadrates:hover,
#features a.linkfeatures:hover,
#archives a.linkarchives:hover,
#links a.linklinks:hover,
#about a.linkabout:hover,
#subscribe a.linksubscribe:hover,
#readers a.linkreaders:hover,
#ourhouse a.linkourhouse:hover,
#contact a.linkcontact:hover
	 {
	color: #F00;
	text-decoration: none;
	}



#content {
	position: relative;
	margin: 20px 0 0 0;
/*	border-right: 1px solid #600;*/
	width: 600px;
	padding: 0 26px 6px 20px;
	}

#content p {
	line-height: 130%;
	margin: 0 0 20px 0;
	text-align: justify;
	}

#content li {
	margin-top: 12px;
	}

#content a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;
	text-decoration: none;
	color:	#009;
	font-size: 13px;
	line-height: 15px;

	}

#content a:hover {
	font-family:  arial, helvetica, sans-serif;
	text-decoration: underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;
	}


#contentin {
	border: none;
	position: relative;
	margin: 20px 0 0 25px;
	width: 600px;
	padding: 0 26px 6px 20px;
	}

#contentin p {
	line-height: 130%;
	margin: 0 0 20px 0;
	text-align: justify;
	}

#contentin a, #content a:link, #content a:visited {
	font-family:  arial, helvetica, sans-serif;
	text-decoration: none;
	color:	#009;
	font-size: 13px;
	line-height: 15px;

	}

#contentin a:hover {
	font-family:  arial, helvetica, sans-serif;
	text-decoration: underline;
	color:	#000;
	font-size: 13px;
	line-height: 15px;
	}

#contentin h1 {
	margin: 20px 0;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	margin: 0;
	}

h1	{
	font-size:	38px;
	line-height: 44px;
	}

h2	{
	font-size:	14px;
	line-height: 16px;
	}

h3	{
	font-size:	12px;
	line-height: 16px;
	}

img {
	border: 1px solid black;
	}

#footer {
	clear: both;
	background: #600;
	font: 9px "Trebuchet MS", verdana, lucida, arial, san-serif;
	position: relative;
	width: 600px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 10px auto;
	}

#footer a {
	color: white;
	text-decoration: none;
	}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	}

#footer a:visited {
	color: white;
	text-decoration: none;
	}



#footerin {
	background: #600;
	color: white;
	text-decoration: none;
	font: 10px "Trebuchet MS", verdana, lucida, arial, san-serif;
	position: relative;
	width: 711px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 20px auto;
	}
