/** IE Fix to centre page **/
html, body {
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 12pt;
}
p {
	font-size: 10pt;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
a {
cursor:pointer;
}


#container {
	width: 900px;
	text-align:left;
	padding-top: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#header {
	height: 100px;
	width: 900px;
	background-image: url(../images/header.gif);
	padding-top: 0px;
}

/** Start Horizontal Navigation **/
#primary_nav ul{
   padding: 0;
   margin: 0;
   white-space: nowrap;
   background: #eeeeee;
}

#primary_nav ul li{
	display: inline;
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 1.5em;
	height: 1.5em;
}

#primary_nav ul li a{
   background-color: #eeeeee;
   color: #666;
   font-weight: normal;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em;
}

#primary_nav a:hover {background-color:#CCCCCC;
}
#header_ds {
	background-image: url(../images/header_ds.gif);
	height: 10px;
	width: 900px;
	background-repeat: no-repeat;
}
#content {
	width: 850px;
	background-repeat: no-repeat;
	height: auto;
	padding: 25px;
}
#content_left{
	width: 400px;
	background-repeat: no-repeat;
	height: auto;
	padding: 25px;
	float: left;
}
#content_right{
	width: 400px;
	background-repeat: no-repeat;
	height: auto;
	padding: 25px;
	float: right;
}
/** Portfolio **/
#portfolio_row{
	width: 900px;
	height: 150px;
	float: left;
}
#portfolio_cell{
	width: 120px;
	height: 120px;
	padding: 15px;
	float: left;
}
#portfolio_row_txt{
	width: 900px;
	height: 30px;
	float: left;
}
#portfolio_txt{
	width: 120px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer_container {
	height: 90px;
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	clear: both;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 50px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0px;
}
#footer_ds {
	background-image: url(../images/header_ds.gif);
	height: 10px;
	width: 900px;
	background-repeat: no-repeat;
}
#footer_links {
	height: 30px;
	width: 900px;
	text-decoration: none;
}
