/*-------------------------------------
version:	1.0
Author:		Shu Xu
the visual economy ofhive/adis
permission from www.visual-hivaids.org
-------------------------------------*/
html	{height: 100%;}
body	{ 
		margin: 0;
		padding:0;
		background:#eee;
				}
body p {margin-bottom: 1.0em;}
body *	{
		margin: 0;
		padding: 0;
		}
img {border:none;}
li {list-style:none;}
.text{margin:10px 0px 0px 20px;}



/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#mastheadContainer{
		background:#ccc;
		height:112px;
		width:780px;
		margin:0 auto;
		position:relative;}
#masthead{
		background: url(../images/bg.gif) repeat;
		}
#branding {
	height:62px;
	padding:10px 10px 10px 5px;	
		}
/*
----------------------------------------------------------------------------- 
NAVIGATION
----------------------------------------------------------------------------- 
*/
	
#navigation {
	display:block;
	position:absolute;
	top:82px;
	left:0;
	background:#ccc;
	width:780px;
	
		}	
#navigation ul {	
		float:left;
		}
#navigation ul li {
		list-style:none;
		float:left;
		}
#navigation ul li a {
		display:block;
		padding:11px 33px 4px 33px;
		
		}
#navigation ul li#ov,
#navigation ul li#co,
#navigation ul li#ph,
#navigation ul li#re,
#navigation ul li#cont {
		border-left: 1px solid #fff;
		}

/*
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#mainContentContainer {
		background:#fff;
		width:760px;
		margin:0 auto;
		position:relative;
		padding:10px;
		 }
#topmainContent {
		position:relative;
		overflow:hidden;
		}

#leftcontent {
		width:265px;
		float:left;
		position:relative;	
		}
#rightcontent {
		width:410px;
		position:relative;
		background:#fff;
		padding-left:10px;
		float:right;
	}

#portraitbottomleft{
		background:#ccc;
		padding:5px;
		width:255px;}	
		
.heightone{height:425px;}
.heighttow{height:410px;}




/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footerContainer{width:780px; position:relative;margin:0 auto;}
#footer {
		height:20px;
		background: url(../images/bg.gif) repeat;
		
		}


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

