/* @override http://www.square006.com/css/main.css */

#container
{
background-color: #fff;
color: #333;
 line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}

#top
{
	border-bottom-width: 1px;
	border-bottom-color: gray;
	border-style: none;
	background: #fff url(http://www.square006.com/images/header_01.jpg) no-repeat left;
	height: 120px;
	padding-top: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
}

#top h1
{
	text-align: right;
	font: 1em "times new roman", monaco;
	letter-spacing: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#top h2 {
	text-align: right;
	font: .7em/.8em monaco, "times new roman";
	padding-right: 1.5em;
}


#leftnav
{
float: left;
width: 130px;
margin: 0;
}

#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#leftnav ul a{
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	color: #716f72;
	letter-spacing: .1em;
	text-align: right;
	font: normal .85em/1.8em monaco, arial, "times new roman";
}

#leftnav ul a:hover{
	text-decoration: underline;
	color: #93c5f7;
}
#content
{
margin-left: 150px;
border-left: 1px dashed #e5e3e2;
 padding: 1em;
  max-width: 36em;
}


#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
 border-top: 1px dashed #e5e3e2;
	background-color: #fcfcfc;
	font: .7em monaco;
	text-align: center;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#leftnav h1 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

#resume h2 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .14em;
	margin: 0;
	font: .85em arial;
	text-align: center;
	padding: .4em .2em .6em .4em;
}

/* My Comment */

div.bluebox {
	background: url(../images/top-left.gif) no-repeat left top;
}

div.bluebox h2 {
	background: url(../images/top-right.gif) no-repeat right top;
}

#resume p, li {
	font: .9em/1.4em georgia;
	color: #3f3f3f;
}

#resume h1 {
	text-transform: uppercase;
	color: #333;
	padding: 0;
	text-align: right;
	font: 1.1em monaco, "times new roman";
	margin: 0 .7em 0 0;
	letter-spacing: 1px;
}

#resume p b {
	color: #3f3f3f;
	font: 1.2em arial;
	letter-spacing: .1em;
}

#resume p {
	font: .8em/1.4em arial;
	padding-left: 1em;
	padding-right: 1em;
}

#resume p i {
	font-size: .9em;
	line-height: 3em;
	margin: 0;
	padding: 0;
}

#resume ul li {
	font-size: .8em;
	line-height: 1.5em;
	list-style-type: square;
}

#dlres p {
	font: .7em monaco, "times new roman";
	background-color: #fcfcfc;
	display: block;
	border-bottom: 1px dashed #e5e3e2;
	text-align: left;
	margin: 0;
	padding-bottom: 1em;
}





#dlres a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	color: #716f72;
	letter-spacing: .1em;

}

#dlres a:hover{
	text-decoration: underline;
	color: #93c5f7;}