/*
==============================
========== CONTENT ==========
==============================
*/


#navigation {
	width: 743px;
  	margin: auto;
}

#container{
	margin: auto;
	width: 750px;
	border-left: #560472 solid 1px;
	border-right: #560472 solid 1px;
	background: url(../images/home-bg.gif) repeat-y;	
}

#contentLeft{
	width: 300px;
	float:left;
}

#contentRight{
	margin: 0;
	border-left:#c60 solid 2px;
	width: 412px;
	float:right;
	background:url(../images/homebkgrd.gif) repeat-y;
}

#leftColumn{
	width: 285px;
	padding: 20px 20px 20px 30px;
}

#leftColumn img{
	margin-bottom:10px;
}

#leftColumn p{
	text-indent:20px;
	line-height: 1.7em;
}

/*
==============================
======== SEARCH BOX ==========
==============================
*/

#searchBox{
	width: 196px;
	float:left;
	margin-top: 2px;
	text-align:center;
}

#searchBox p{	
	text-align:center;
	margin:10px 0 0 0;
	text-indent: 0;
}

#searchBox h3{
	margin: 0 0 18px 2px;
	height:22px;
	background: #cc6600;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:normal;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	padding: 7px 0 3px 10px;
	text-transform: capitalize;
}

#imageBox{
	background:url(../images/image-home.jpg) no-repeat;
	width: 412px;
	height: 90px;
	border-top:#fff solid 2px;
	float:right;
	border-left:#c60 solid 2px;
}

/*
==============================
===== EXPLORE COMMUNITY ======
==============================
*/

#explore{
	width: 211px;	
	float:right;
	margin: 2px 0 0 0px;
	border-left: #560472 solid 2px;	
}

#explore h3{
	font-weight:normal;
	margin: 0 2px 0 0;
	height:22px;
	background: #560472;
	font-family:Tahoma, Arial, sans-serif;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	padding: 7px 0 3px 10px;
	text-transform: capitalize;
	width: 198px;
}

#explore ul{
	padding:0;
	margin: 3px 0 0 0px;
}

#explore li {
	margin: 0 0 2px 0px;
	background-color:#fbedf1;
}

#explore a{
	display:block;
	height:22px;
	padding: 7px 0 0 0;
}

#explore a:hover{
	background-color: #ecd9ef;
}

/*
==============================
===== PHI NEWS ======
==============================
*/

#newsArticles{
	float:right;
	margin:2px;
	width:165px;
	padding:20px 20px 20px 20px;
}

#newsArticles p{
	font-size:0.75em;
	padding:0px;
	text-indent:0;	
}

#newsArticles h4{
	display:inline;
	text-indent:0;
	margin-top: 5px;
	line-height: 1em;
}

#newsArticles .grey{
	font-size:0.9em;
	font-style:italic;
}

/*
==============================
========== CONTENT ===========
==============================
*/

input{
	width: 140px;
}




