/*Structure of this Stylesheet: 
 I - all main boxes
 II - defining the #top content
 III - defining the #content content
 IV - defining the #right sidebar
 */

a, img{
    border: none;
}

body{
  background: #09C;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.7em;
  color: #000;
}
#content{
	background: #FFF url(./images/topleft3.gif) no-repeat top left;
	padding: 10px;
	height: 600px;
}
#footer{
	text-align: center;
	font: 8px "Verdana",sans-serif;

}
#left{
	float: left;
	width: 610px;
	background: #09C;
}
#main{
	margin: 20px auto;
	text-align: left;
	width: 780px;
	background: #FFF;
}
#right{
	float: right;
	width: 170px;
	background: #FFF url(./images/topleft3.gif) no-repeat top left;
}
#top{
	margin: 10px 0 0 10px;
	width: 600px;
	background: #5F5F5F url(./images/toptopleft2.gif) no-repeat top left;
	color: #F5F5F5;
}
#main_links{
	font: bold 16px "Verdana",sans-serif;
	right: 30px;
	text-indent: 5.0em;
}
#link_description{
	font: 12px "Verdana",sans-serif;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
	text-indent: 0.0em;
}
/*Configuring the -top-box */
#top dt{
	margin-bottom: 3px;
	font: bold 12px "Verdana",sans-serif;
	text-transform: uppercase;
}
#top dd{
	margin: 0;
	font: 10.5px "Verdana",sans-serif;
}
#top a{
	color: #F5F5F5;
	border-bottom: 1px #F5F5F5 dotted;
	padding:1px 10px 0px 5px;
	margin: 1px 0 0 10px;
	text-decoration: none;
}
#top a:hover{
	border-bottom: 1px #F5F5F5 solid;
}
#top .left{
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
	background: url(./images/top-bg.gif) repeat-y top right;
}
#top .right{
	float:right;
	width: 275px;
	margin: 10px 10px 0 0;
}
#topbottom{
	clear: both;
	background: url(./images/toptopbottom.gif) bottom right no-repeat;
	height: 10px;
}
/* just the c#content box*/
h2{
	font: normal normal 1.2em "Verdana",sans-serif;
	color: #000;
	text-decoration: none;
	background: url(./images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
}
h3{
	font: normal 0.8em "Verdana",sans-serif;
	text-indent: 0em;
	margin: 7px 1em 7px 1em;
}
#headline{
	background: url(./images/headernew2.jpg) no-repeat top left;
	width: 590px;
	height: 90px;
	position: relative;
}
#headline h1{
	position: absolute;
	bottom: 15px;
	right: 5px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: normal normal 2.5em "Baby Kruffy","Arial",sans-serif;
}
#headline h4{
	position: absolute;
	bottom: 4px;
	right: 40px;
	color: #09C;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold normal 1.1em "Trebuchet MS","Arial",sans-serif;
	font-variant: small-caps;
}
#main_links a{
	color: #030;
	text-decoration: none;
}
#main_links p{
	background: url(./images/kitty_icon.gif) center left no-repeat;
	text-indent: 2.0em;
}
#main_links a:hover{
	color: #580;
	text-decoration: underline;
}
p{
	text-indent: 0em;
	margin: 0 0 5px 0;
	padding: 0;
}

#posted{
	font: 0.5em "Arial",sans-serif;
	color: #A00;
	font-style: italic;
}

#posted_main{
	font: 0.8em "Arial",sans-serif;
	color: #A00;
	font-style: italic;
	text-indent: -2.0em;
}

/* sidebar */
#inner{
	padding: 0 10px;
}
form{
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #999 solid;
	font: 0.75em "Arial",sans-serif;
}
form input{
	background: #F5F5F5;
	border: 0;
	border-bottom: 1px #AAA dotted;
	margin-top: 5px;
}
form label{
	//font-family: "Verdana",sans-serif;
}
form .button{
	margin-top: 7px;
	border: 1px #000000 solid;
	cursor: pointer;
}
form a{
	font-family: "Verdana",sans-serif;
}
h5{
	background: url(./images/kitty_icon.gif) center left no-repeat;
	font: 1.1em "Arial",sans-serif;
	padding-left: 29px;
	margin: 7px 0 3px 3px;
}
.nav{
	font: 0.8em "Arial",sans-serif;
	margin: 2px;
	padding: 5px;
}
.nav li{
	display: inline;
	list-style-type: none;
	
}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 2px;
	border-left: 3px #9C0 solid;
}
