body {
/*
Here we'll declare the default font-size and font-family.
The rest of the typographical rules use relative sizes based on this font-size.
We can easily modify overall typography by changing or overriding these values.
*/

font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
color:#000;
background-color:white;
margin:0;
padding:2;
} 
p {margin:0 0 1em;}

#Content p {line-height:1.8; /* ~20px */}

#Content blockquote p {line-height:1.5;}

/* Browsers that understand the CSS child selector get the good typography. */
#Content p+p {margin-top:-1em; text-indent:2.7em;} a {
color:#09c;
text-decoration:none;
font-weight:600;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;} 

blockquote {
margin:1em 2.7em 1.36em; /* 11px ~30px ~15px */
color:#666;
line-height:1.5;
}
img {border-width:0;}
img.thumb {margin:10px 1px;} 

#Menu {
position:relative;
clear:both;
top:30px;
width:150px;
height:auto;
margin:0;
padding:0 10px 40px;
border-right:1px dashed #999;
text-align:right
}

#Menu h2 {
color:#ccc;
font-size:1.27em; /* ~14px */
font-weight:800;
margin:.86em 0 .214em; /* ~12px 0 ~3px */
}

#Menu p {
font-size:.9em;
line-height:1.5;
margin:0 0 2em;
}

#Menu ul {
margin:0 0 0 1em;
padding:0;
font-size:1.1em;
line-height:150%
}

#Menu li {
list-style-type:none;
margin:0;
padding:0;
text-indent:-1em;  
}

#headerDiv {
	top:0;
	left:0;
	margin:0;
	padding:0;
	position:static;
}

#title {
	height:100px;
	width:100%;
	float:left;
	margin:0;
}

#title h1 {
 	float:left;
	padding:76px 0 0 4px;	
	color:#000;
	font-size:12pt; 
	font-weight:800;
	margin:0;
	padding:2
}


#Header {
	border:1px solid #000;
	background-image:url(imgs/header_right.gif);
	background-repeat:no-repeat;
	background-position: right;
	height:30px;
	width:100%;
	float:left;
	margin:0;
}



#headerOverlap {
	clear:both;
	position:absolute;
	top:78px;
	left:60%;
	float:left;
	width:93px;
	height:76px;
	background-image:url(imgs/leaf1.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

#headerOverlap2 {
	clear:both;
	position:absolute;
	top:114px;
	left:70%;
	width:93px;
	height:76px;
	background-image:url(imgs/leaf2.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#headerLogo {
	float:left;
	height:13px;
	background-image:url(imgs/header_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:17px 0 0 114px;
	color:#999;
	font-size:12px; 
	line-height:12px; 
	font-weight:800;
	margin:0;
	padding:2
}

#headerLogo span {
	left:25px;
	text-align:left;
	font-weight:normal;
	color:#999;
}

#Main {
	max-width:980px;
	width:expression(document.body.clientWidth > 980? "980px": "auto" );
} 

#Content {
	margin:0px 50px 50px 0px;
	padding:10px;
	line-height:150%;
	
} 

#work {
	top:120px;
	clear:left;
	float:left;
	left:200px;
	margin-top:0;
	position:absolute;
}

#Copyright {
	
	clear:both;
	padding:50px 0px 100px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
}

#Copyright hr {
	width:85%;
	margin-right:auto;
	margin-left:auto;
}

#copyrightText {
	position:relative;
	left:-1.5em;
} 

#logNav {
	margin:3em 0 4em; 
	text-align:center;
}


.icons {
	border:none;
	margin: 10px auto 10px auto;
	width:auto;
	
}

.icons image {
	border: 1px solid #000;
}