/*****GLOBAL******/
body{
	background: #333333 url(img/bg1.jpg);
	color: #2B2B2B;
	margin: 0;
	font-family: arial, times, Times, georgia, serif;
	text-align: center;
	font-size:13px;
	line-height:1.8;
}

ul {
	list-style: none;
	padding: 0;
}

a { text-decoration: none; color: #333; border-bottom: 1px dashed #333; }
a:hover {border-bottom: 1px dashed #808080; color: #808080; }


/*****LAYOUT******/
#container{
	margin: 0 auto;
	width: 850px;
	border: #050505 1px solid;
	background: #333;
	text-align: left;
}

#head{
	padding: 10px 0px 20px 15px;
	height:70px;
	margin: 0px;
	color: #ffffff;
	letter-spacing: 4px;
	background: #252525;
}

#head h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0px 5px 0px;
	margin: 0px;
	font-size:35px;
	color:#FFFFFF;
}

#nav {
	background: #6ABC21;
	margin: 0;
	padding: 3px 8px;
	height: 26px;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
	color: #2D4E0E;
	background-color: #6ABC21;
	font-size: 1em;
	float: left;
}

#nav a:hover {
   background-color: #467A16;
   color:#fff;
}

/********COLUMNS********/
#content{
	border: 10px solid #F0EDE3;
	background: #fff;
	padding: 10px;
	position: relative;
	float: left;
	width: 545px;
}

#content div{
	background: url(img/para_bg.jpg) repeat-x;
}

#content h1{
    color: #000;
	font-size: 32px;
	padding: 2px;
	margin: 5px 0 0 0;
	font-weight: 500;
	color:#6ABC21;
}

#content h2{
    color: #000;
  	letter-spacing: -1px;
	font-size: 22px;
	line-height: 35px;
	padding: 2px;
	margin: 5px 0 0 0;
	font-weight: 500;
	color:#6ABC21;
}
#content p {
	margin:0px;
	padding:5px;
}

#content ul {
	margin: 15px 0 25px 25px;
}
#content li {
	list-style: circle;
	line-height: 1.2;
}

#content a { text-decoration: none; color: #6ABC21; border-bottom: 1px dashed #6ABC21; }
#content a:hover {border-bottom: 1px dashed #333; color: #333; }

#right {
	padding-top: 15px;
	margin:0px;
	float: right;
	background: #333;
	width: 245px;
	color: #fff;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
}

#right h3 {
	margin:0px;
	padding-bottom:15px;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#list-menu li {
	margin: 2px 0 0;
}

#list-menu a {
	display: block;
	width:195px;
	border-left: 5px solid #6abc21;
	border-bottom: 1px solid #F0ede3;
	padding: 2px 2px 2px 10px;
	background: #333;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #fff;
}

#list-menu a:hover {
	background: #333;
	border-left: 5px solid #333;
	color: #61bc21;
}

/*******FOOT*********/
#footer {
	background: #6ABC21 ;
	text-align: center;
	color: #2D4E0E;
	font-size: 0.8em;
	padding: 10px 0 20px 0;
	line-height: 16px;
	clear: both;
}

#footer a{
    color: #333333;
}
