h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
	font-size: 12px;
	height:  100%;
	background-color: #fff;
	background-image:url(gfx/shadow.jpg);
	background-repeat:repeat-x;
	}
	
#container {
	height:  100%;
	width : 789px;
	margin : 0 auto;
	background-color: #fff;
	}

/* menu style start */

#menuHolder {
	width : 789px;
	height: 40px;
	margin : 0 auto;
	background-image:url(gfx/bg-menu.jpg);
	background-repeat:no-repeat;
	}
	
#menuHolder UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 5px;
	}
	
#menuHolder LI {
	margin: 0;
	padding: 0;
	line-height: 24px;
	float: left;
	margin-left: 5px;
	}
	
#menuHolder LI A {
	text-decoration: none;
	color: #fff;
	display: block;
    width: 108px;
	height: 27px;
	background-color: #88bb20;
	font-size: 18px;
	font-weight: normal;
	text-align:center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
#menuHolder LI A:hover {
	text-decoration: none;
	color: #fff;
	background-color:#474747;
	}
	
.activeMenu {
	text-decoration: none;
	color: #fff;
	display: block;
    width: 108px;
	height: 27px;
	background-color: #474747;
	font-size: 18px;
	font-weight: normal;
	text-align:center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
/* menu style end */
	

#content {
	padding: 30px;
	}
	
	
H1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	}
	
H2 {
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	padding-bottom: 5px;
	}
		
	
P {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	text-align: justify;
	width: 550px;
	}
	
P.home {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	text-align: justify;
	width: 460px;;
	}
	
P.normal {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	width: 550px;
	}
	
	
A.link {
	text-decoration:none;
	border-bottom: 1px dotted;
	line-height: normal;
	color:#474747;
	}
	
A.link:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color:#000;
	}
	
#footer {
	min-height: 50px;
	padding-left: 30px;
	}
