
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}



/*  GLOBAL  */

body {
	background: #FFF url(/img/v3/bg.jpg) repeat-x scroll 50% 53px;
	}

em { font-style: italic; font-weight: inherit; }
strong { font-weight: bold; font-style: inherit;  }



/*  LAYOUT  */

#outerContainer {
	position: relative;
	margin: 0 auto;
	width: 850px;
	}

#logo {
	position: absolute;
	top: 57px;
	left: 0px;
	width: 205px;
	height: 59px;
	}

#blurb {
	position: absolute;
	top: 77px;
	left: 226px;
	width: 378px;
	height: 47px;
	}

#mainMenu {
	position: absolute;
	top: 32px;
	left: 425px;
	text-align: right;
	width: 425px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#projectMenu {
	position: absolute;
	top: 106px;
	left: 687px;
	width: 163px;
	background: #B6B69B url(/img/v3/view_projects.gif) no-repeat scroll top left;
	}

	#projectMenuInner {
		padding: 56px 20px 10px 20px;
		}

#contentArea {
	position: absolute;
	top: 172px;
	left: 0px;
	width: 660px;
	}

	#contentArea h1 {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 0.4em;
		}

	.projectBox {
		line-height: 19px;
		}

	.projectImage {
		float: right;
		margin-left: 3em;
		}

		.projectImage img {
			border: 7px solid #E5E4D6;
			}

	.projectLinks {
		padding: 0.7em 0 0.2em 0;
		}

		.projectLinks a, .projectLinks a:active, .projectLinks a:visited {
			color: #137BB0;
			}

	.projectDetails {
		font-size: 9px;
		color: #84806C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 14px;
		}

		.projectDetails a, .projectDetails a:active, .projectDetails a:visited {
			color: #73705E;
			}


