/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	padding:2px 0px 5px 7px;;
}
h1 {
	padding:3px;
	font-size:16px;
}
h2 {
	padding:3px;
	font-size:14px;
}
body {
	text-align:center;
}
ul {
	margin-left:25px;
}
li {
	padding:3px;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	margin-top:90px;
	text-align:left;
	width:800px;
	height:450px;
}
/*
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:800px;
	height:60px;
}
#logobox {
	position:absolute;
	top:0px;
	left:0px;
	width:116px;
	height:38px;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	width:800px;
	height:350px;
}
#leftcolumn {
	position:absolute;
	left:0px;
	top:20px;
	width:144px;
	height:337px;
}
#menu, #portfoliomenu {
	position:relative;
	width:144px;
	height:235px;
}
#leftlowerbox {
	position:relative;
	margin-top:10px;
	width:144px;
	height:85px;
	background-color:#EAEAEA;
}
#rightcolumn {
	position:relative;
	width:645px;
	height:349px;
	margin-left:155px;
	border-top:1px solid #E9E9E9;
}
#content {
	position:relative;
	margin-top:11px;
	width:635px;
	height:329px;
	padding-top:7px;
	padding-left:3px;
	background-image:url(../images/pagebackgroundsliver.png);
	background-repeat:repeat-x;
	border:1px solid #EEE;
}
#portfoliopage img {
	margin:2px;
}
table .label {
	color:#555;
}
#linkspage {
	height:321px;
	width:624px;
	margin-left:3px;
	border:1px solid #CACACA;
	background-image:url(../images/linksbackgroundsliver.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#linkspage table {
	width:550px;
	margin:3px;
}
#linkspage table tr {
	padding:3px;
}
#linkspage table tr:hover {
	background-image:url(../images/linkspagehover.png);
	background-repeat:no-repeat;
	border-bottom:1px solid #DDD;
}
#linkspage table tr td a {
	font-size:15px;
	text-decoration:none;
	color:#000;
	display:block;
}
#linkspage table .linktitle {
	font-weight:bold;
}
#fadebanner {
	position:absolute;
	width:640px;
	height:162px;
	bottom:0px;
	left:0px;
	background-color:#CCC;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	margin-top:10px;
	width:800px;
	height:20px;
	border-top:1px solid #E9E9E9;
	text-align:right;
	color:#2E2E2E;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	color:#2E2E2E;
	font-size:11px;
}