/* - - - - - - - - - - - - - - - - - - - - -

Title : Jinnahcc.com
Author : Silab Kamawall
URL : www.simplerules.de

Description : CSS For jinnahcc.com

Created : 20.06.2006 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */
*
{
	padding: 0;
	margin: 0;
}
p
{
	margin: 5px 0;
	font-size: 1.2em;
}
body 
{
	background: #fff url(../images/sitebg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	color: #424242;
	color: #000;	
	font-size: 62.5%;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	text-align: center;
}
#wrapper
{
	width: 620px;	
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#header
{
	height: 50px;
	width: 620px;
	margin: 0px;	
	padding: 0px;
}

/***************** top navi ********************/
#navi
{
	width: 605px;
	padding: 0px 10px 0 5px;
}
.navlist
{
margin: 0px 0;
padding: 0 0 0px 0px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: left;
font-size: 1.4em;
font-weight: bold;
margin: 0 5px 4px 0px;
text-decoration: none;
color: #999;
height: 15px;
padding: 20px 5px;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
	background: #7A9834;
}
.navlist a:hover { color:  #fff; }

#masthead
{
	width: 620px;
	height: 232px;
	background: url(../images/header.jpg) no-repeat;
}
#content	
{
	margin: 20px 15px 40px 15px;
}
#content h1
{
	color: #7A9834;
	margin: 20px 0px;
	font-size: 1.7em;
	font-weight: bold;
}
#content h2
{
	font-size: 1.4em;
}
#content h3
{
	font-size: 1.3em;
}
#content ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content li
{
	padding: 0;
}
#content li a
{
	display: block;
	font-size: 1.2em;
	color: #7B9935;
	padding: 0.5em;
}
#content li a:hover
{
	background: #7B9935;
	color: #fff;
}
.index-style
{
	text-align: center;
	color: #7B9935;
	font-weight: bold;
	font-size: 1.5em;
}
#footer
{
	text-align: center;
	margin: 20px 0;
}
a:link
{
	color: #779732;
}
a:hover
{
	background: #779732;
	color: #fff;
}