html,body {
    margin: 30px;
    padding:0;
	background: url(images/background_sliver.jpg) top left repeat-x fixed #6599CB;
	font: 15px arial;
}
ul {
	list-style: none;
}
li {
	color: #EEE;
}
p {
	color: #333;
	font-size: 18px;
	}
/**********************************************************************/
/*  Divs   */
/**********************************************************************/
#container {
	width: 780px;				
	min-height: 300px;
	height: 100%;
    padding: 0px;
    text-align: left;
    clear: both;
	margin: 0 auto;
	border: solid 1px #333;
}	
#header {
	background: url(images/MacPhersonDesignDark.jpg) top center no-repeat;
	height: 130px;
	margin: 0 0 0 0;
}	
#wrapper {
    width: 780px;
    height: 100%;
	min-height: 300px;
	margin:0 auto;
	text-align: left;
    background: #CCC;
}
#content {
	width: 740px;
    height: 100%;
	min-height: 330px;
	margin:0 auto;
	padding: 8px 10px 15px 20px;
	text-align: left;
    background: #CCC;
	float: left;
}
#title {
	height: 100px;	
	color: #AAA;
}
#footer {
	height: 40px;
	width: 670px;
	padding: 0 0 0 110px;
	margin: 0 auto;
	background: #AAA;
	text-align: center;
	border-top: solid 1px #333;
	clear: both;
}
#footer p {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #999;
}
#copyright {
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #BBB;
	font-size: 12px;
}

/**********************************************************************/
/*  Index Specific Styles   */
/**********************************************************************/

#flashwrapper {
    width: 478px;
    height: 100%;
	min-height: 330px;
	margin:0 auto;
	padding: 8px 0 0 0;
	text-align: left;
    background: #444;
	float: left;
}
#flashcontent {
	height: 360px;
}
#left_col {
	width: 273px;
	height: 100%;
	float: right;
	min-height: 303px;
	background: url(images/TomMacPherson.jpg) 0px 7px no-repeat #AAA;
	text-align: justify;
	padding: 65px 13px 0 13px;
}

/**********************************************************************/
/* END Index Specific Styles   */
/**********************************************************************/

/**********************************************************************/
/*  Navigation   */
/**********************************************************************/

.navigationbar
{
    position: relative;
    width: 670px;
    height: 30px;
    padding: 0 0 10px 110px;
    margin: 0 auto;
	text-align: center;
    top: 95px;
    left: 0px;
    z-index: 2;
	background: #AAA;  
	border-bottom: solid 1px #333; 
	border-top: solid 1px #333; 
}

.nav, .nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.5;
}

.nav a {
	display: inline;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin: 0px 30px 0px 30px;
}

.nav a:hover {
	display: inline;
	width: 10em;
	padding: 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	margin: 0px 30px 0px 30px;
}

.nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
}

.nav li ul { /* second-level lists */
    display: block;
	position: absolute;
	margin-top: -2px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*------------ Portfiolio Pagination ---------------*/
#content #pagination {
	color: #333;
	height: 50px;
	width: 100%;
	text-align: right;
}
#content #pagination a {
	color: #333;
}
/*----------- END Portfiolio Pagination -------------*/

/**********************************************************************/
/*  END Navigation   */
/**********************************************************************/

/**********************************************************************/
/*  Utility Classes   */
/**********************************************************************/
.left {
	float: left;
	border: solid 3px #EEE;
}
.right {
	float: right;
	border: solid 3px #EEE;
}
/**********************************************************************/
/*  END Utility Classes   */
/**********************************************************************/
