/* portfolio.css */

/** * BODY defaults */
 
body
		{
			margin: 0;
			background-color: #FFFFFF;
		}

 
 
 
/** * Typography defaults */

body, h1, h2, h3, h4, h5, h6, p
		{
			font-family: helvetica, verdana, arial, sans-serif;
		}

h1, h2, h3, h4, h5, h6, p, a, li, dt, dd
		{
			margin: 0;
		}

li
		{
			font-size: 12px;
			line-height: 18px;
			color: #909090;
			text-decoration: none;
		}

a
		{
			color: #909090;
			text-decoration: none;
		}

ul
		{
			list-style-type: none;
		}

/** * Main container for the page layout */

div#Main
		{
			width: 1100px;
			height: auto;
			margin: 0px;
			background-color: #FFFFFF;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}



/** * Page Header section */

div#PageHeader
		{
			left: 0px;
			top: 0px;
			margin: 0px;
			height: 100px;
		}

div#PageHeader img
		{
			position: fixed;
		}

div#Description
		{
			width: 900px;
			margin: 0px;
			position: absolute;
			left: 200px;
			top: 0px;
			padding: 50px 0px 0px 125px;
		}

div#PageHeader p
		{
			width: 600px;
			font-size: 12px;
			line-height: 18px;
			color: #909090;
		}

div#ContentSide p
		{
			width: 250px;
			font-size: 12px;
			line-height: 16px;
			color: #909090;
		}

div#Navigation p
		{
			width: 150px;
			font-size: 12px;
			line-height: 16px;
			color: #909090;
		}


div#Content p
		{
			width: 775px;
			font-size: 12px;
			line-height: 18px;
			color: #909090;
			padding-bottom: 50px;
		}

div#Content hr
		{
			width: 650px;
		}

/** * Page Body section */

div#PageBody
		{
			margin: 0px 0px 50px 0px;
			background-color: #FFFFFF;
		}
		
div#Navigation
	{
			width: 150px;
			position: fixed;
			top: 150px;
			left: 0px;
			text-align: right;
	}

div#Content
		{
			position: absolute;
			width: auto;
			left: 200px;
			top: 50px;
			margin-left: 125px;
		}

div#ContentSide
		{
			position: absolute;
			width: 250px;
			left: 850px;
			top: 50px
		}

div#ContentSide img
		{
			margin-bottom: 50px;
			
		}

div#Content img
		{
			margin-bottom: 50px;
			margin-right: 50px;
		}

.OnPage
		{
			color: #303030;
		}
		
.SubList
		{
		
		}
/** * Page Footer section */
