/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}
	
.images {	margin: 0; padding: 0; }
.images li { display: inline;	float: left; padding: 4px; width: 130px; height: 130px; overflow: hidden; text-align: left; }

body{
background-color: #ffffff;
	}
	
img {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	margin-left:20px;
	}

a img{
	border:none;
	}

a {
	color: #636363;
	text-decoration:none;
}	

a:hover {
	color: #999999;
	text-decoration:none;
}
	
	/* M A I N  */

#container {


background-image:url(../images/back.jpg);
	width: 1000px;


	margin: 20px auto;
	padding:0;
	
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:1.2em;

	}


.spacer {
    clear:both;
	width:1000px;
	height:184px;
	overflow:hidden;

}
/* H E A D E R */


#header{

clear:both;
	width:1000px;
	height:110px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;

 

	}

#header img {
	display:block;
	
	}

/* N A V B A R */
#navbar {


    width:1000px;
	height: 70px;;
	

}

#navbar img {
	float:left;
	display:block;
			}

#navbar_wrap{
	width:179px;
	position:relative;
	top:0px;
	left:0px;


}





/* C O N T E N T */


#content {


	width:1000px;

	/*height:338px;*/
	background-image:url(../images/bodyback.jpg); 


	left:0px;
	margin-top:0px;


}




#left_content p{
color:#636363;
margin-left: 140px;
text-align:justify;
margin-right: 125px;}

#left_content h1{
color:#00aeef;
font-size: 18px;
margin-left: 140px;
text-align:justify;
margin-right: 125px;}



#left_content {
	width:1000px;
    background-image:url(../images/body.jpg);
	background-repeat: no-repeat;

	float:left;



	/*border-right:#666666 dotted 1px;
	/*background-color:#fff;*/
}

#right_content {
    margin-top: 166px;
	width: 226px;
	margin-right: 215px;
	float:right;
	}
	
	


/* F O O T E R */

#footer {
clear: both;
	width:1000px;
	height:70px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
color:#333333;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

#footer p {
padding-top: 10px;
margin-left: 365px;
color: #636363;
	}	
	
#footer a {
	color: #636363;
	text-decoration:none;
	}	
#footer a:hover {
	color: #999999;

	}		
	
#phnewmedia-link {
	width:200px;
	margin:auto;
}

