/*N0_FRILLS_GREEN 1.0*
Theme URI: http://www.creativedistortion.com/freetemp.html
Version: 1.0
Author: Norrash*/ 


body {
	min-width: 760px;
	background-color: #654B4B;
	background-image: url('bkg.gif');
	background-repeat:repeat;
	font-size: 90%;
	color: #030303;
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
 } 
 
 #wrapper {
	width: 760px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color: #654B4B;
}
	
#header {
	width: 760px;
	text-align: center;
	background-color: #654B4B;
	color: #030303;
	margin-top: 0;
}

 
h1{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	color:#030303;
	background-color: #654B4B;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	background-color: #654B4B;
}

 ul#navlist
{
	margin: 0;
	padding: 0;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	list-style-type: none;
	background-color: #333333;
}

#navlist li
{
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}
 /******Top navigation ****/
  
#navlist a, #navlist a:visited {
	color:#030303;
	text-decoration: none;
	background-color: #333333;
}

 #navlist a:hover 
{
	list-style-type: none;
	padding-right: 0px;
	background-color:#333333;
	color:#030303;
}
   /**************************** content ****************************/
#main {
	width: 760px;
	background-color: #654B4B;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size:1em;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #030303;
	text-align: center;
	line-height: 1.5em;
     }

 p {
	padding: 10px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	color:#654B4B;
	background-color: #654B4B;
}


 

/**************************** footer ****************************/

 #footer{
	background-color: #654B4B;
	padding: 5px;
	margin: 0;
	text-align:center;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 0.9em;
	color: #030303;
}
 /****************************the 'Horizontal Rule****************************/
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #030303;
	margin: 2%;
}


/****************************Links****************************/
a:link {
	color: #030303;
	text-decoration: none;
	background-color: #654B4B;
}
a:visited {
	color: #030303;
	text-decoration: none;
	background-color: #654B4B;
}
a:hover {
	color: #030303;
	ext-decoration: none;
	cursor: inherit;
	background-color:#333333;
}

