body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fc0;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0 0 0;
	background-color: #f90;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
}
#heading h2{
	font: 35px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: 20px;
	background-color: transparent;
	text-align:center;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #fff;
}
.rndbox {
	color: #000033;
	width: 575px;
	float: left;
	background-color: #fff;
	padding: 0;
	margin: 0 0 10px 10px;
}

.rndbox p {
	font: small  Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin: 10px 30px;
}
.rndbox li {
	font: small "Courier New", Courier, monospace;
	line-height: 1.3em;
	margin: 0 30px;
}

.rndbox h1{
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bold;
	color: #c00;
	margin: 5px 15px 0 15px; 
}
.rndbox h2{
	font: 15px "Courier New", Courier, monospace;
	text-align: center;
	font-weight:bold;
	color: #f33;
	margin: 20px 15px 20px 15px;
}
.rndbox h3{
	font: 18px "Courier New", Courier, monospace;
	text-align: center;
	font-weight:bold;
	color: #00f;
	margin: 10px 15px 10px 15px;
}
.rndbox h4{
	font: medium  Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:bold;
	color: #f60;
	margin: 15px 5px 10px 25px;
}

.rndtop {
	background: url(images/topright2.gif) no-repeat right top;
}

.rndbottom {
	background: url(images/bottomright.gif) no-repeat right top;
}
#article {
	padding: 5px 35px;
	
}
#article p {
	
	
}
/* begining navigation  */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f90;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 5px 220px; 
}
#navigation ul {
	list-style: none;
	margin: 5px 0 0 0 ;
	padding: 4px;
	text-align: left;
	height:15px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 4px 15px; 
	color: #666;
	text-decoration: none;
	background-color: #f90;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:0px;
}

#footer {
	clear: both;
	text-align:center;
	padding: 0 0 10px 0;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}
#footer a:link, #footer a:visited { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f90;
}
#footer a:hover {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}
/*optin*/
form {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
}
input.txt {
  color: #722100;
  background-color: #fc6;
  border: 1px inset #722100;
  width: 230px;
}
textarea { 
	 color: #722100;
	 background-color: #fc6;
	 border: 1px inset #722100;
	 
}
input.btn {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:10px 10px 10px 110px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;
  font: bold 13px "Courier New", Courier, monospace;
  color:#722100
}
fieldset {
  border: 1px dotted #61B5CF;
  margin-top: 10px;
  padding: 10px;
  }

/*various styles*/

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	text-decoration:underline;
	font-weight: bold;
	color:#FF0000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.style4 {font-size: larger}
.style5 {font-size: 36px}
.style6 {color: #FF0033}
.style7 {color: #FF0000}

.style10 {font-size: medium}
.style12 {font-size: x-small}

.style13 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.style14 {font-size: 18px}
.style15 {font-size: large}
.style16 {
	color: #0000FF;
	font-weight:bold;
	cursor:pointer;	
}
.style17 {
	color: #0000FF;
	cursor:pointer;	
}
.style30 {
	color: #722100;
	font-weight: bold;
}


#signfile{
	width: 80%;
	margin-left: auto;
 	margin-right: auto;
 	border: 2px solid #A6B2BC;
  	background-color: #ebebeb;
 	padding: 4px;
	color: #000000;
}

#sitemap {
	position:absolute;
	display:none;
	padding-top:0px;
	margin:auto;
}
#sidecontent {
	width:160px;
	float:right;
	background-color: #f90;
	color:#FFFFFF;

}
#sidecontent p{
	font: small  Arial, Helvetica, sans-serif;
	margin: 15px 10px 10px 5px;
	font-size:12px;		
}
#sidecontent h1{
	margin: 35px 5px 15px 5px;
	font-size:16px;
}

#sidecontent a:link, #sidecontent a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-bottom: 0px;
}
#sidecontent a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#votearts {
	width: 69%;
	margin-top: 10px;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: small;
	color: #722100;
 	border: 3px dotted #f00;
	border-collapse: collapse;
  	background-color: #ffc;
}
#votearts ul {
	list-style: none;
}

#votearts li {
	display: inline;
	margin: -35px;
	padding-right: 65px;
	font-family: bold Verdana, Arial, Helvetica, sans-serif;

}
#votearts p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#votearts form label {
	font: bold 13px "Courier New", Courier, monospace;
	color:#000
}
#votearts input.btn {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:0px 0px 0px 125px;
}
#votearts input.radio {
	padding:0px;		
	margin: 0;
}

#askthepros {
	width: 75%;
	margin-top: 10px;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
 	border: 4px dotted #f00;
	border-collapse: collapse;
  	background-color: #ffc;
}

#askthepros h2{
	margin-bottom: -20px;
	margin-top: 3px;
}
#askthepros input.txt {
  color: #722100;
  background-color: #fc6;
  border: 1px inset #722100;
  width: 190px;
}

#askthepros textarea {
	 color: #722100;
	 background-color: #fc6;
	 border: 1px inset #722100;
	 width: 190px;
}
#askthepros form p label {
  float: left;
  width: 35%;
  font: bold 13px "Courier New", Courier, monospace;
  color:#000
}
#askthepros input.btn {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:0px 0px 0px 125px;
}

#tellafriend {
	width: 75%;
	margin-top: 10px;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
 	border: 4px dotted #f00;
	border-collapse: collapse;
  	background-color: #ffc;
}
#tellafriend h2{
	margin-bottom: -5px;
	margin-top: 3px;
}

#tellafriend input.txt {
  color: #722100;
  background-color: #fc6;
  border: 1px inset #722100;
  width: 190px;
}

#tellafriend textarea {
	 color: #722100;
	 background-color: #fc6;
	 border: 1px inset #722100;
	 width: 190px;
}
#tellafriend form p label {
  float: left;
  width: 35%;
  font: bold 13px "Courier New", Courier, monospace;
  color:#000
}
#tellafriend input.btn {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:0px 0px 0px 125px;
}
#samplemail{
	width: 500px;
	margin-left: auto;
 	margin-right: auto;
 	border: 2px solid #000;
  	background-color: #fff;
 	padding: 15px;
	margin: 15px;
	color: #000000;
	text-align:left;
}
#samplemail p {
	font-size: small;
}

input.btn2 {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:10px 10px 10px 20px;
	text-align:center;
}
input.btn3 {
	color: #722100;
	background-color: #fc0;
	border: 1px outset #722100;
	margin:10px 10px 10px 130px;
	text-align:center;
}



#diytips {
	width: 85%;
	margin-left: auto;
 	margin-right: auto;
 	border: 2px solid #039;
  	background-color: #fff;
 	padding: 4px 4px;
	color: #000000;
}
#diytips p{
	font:small Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
}
#redbox{
	width: 90%;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
 	border: 2px solid #f00;
  	background-color: #ebebeb;
 	padding: 4px;
	color: #f00;
}
#newsnavi a:link, #newsnavi a:visited { 
	font: medium "Courier New", Courier, monospace;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	color: #f60;
	margin: 25px 5px 15px 25px;
}
#newsnavi a:hover {
	color: #00f;
	text-decoration: underline;
}
.leftad {
	float: left;
	margin-right:-30px;
}
.rightad {
	float: right;
	margin-left:-30px;
}
#secondnavi a:link, #secondnavi a:visited { 
	font: medium "Courier New", Courier, monospace;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	color: #f33;
	margin: 25px 5px 15px 25px;
}

#secondnavi a:hover {
	color: #00f;
	text-decoration: underline;
}

