
body, html 
{
	margin: 0;
	padding: 0;
	background: #1a1a1a;
	font-family: Georgia, Times New Roman, Times, serif;
}

img 
{ 
	display: block;
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}
	
h1
{
	height: 70px;
	width: 960px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #777;
}

/* mac hide \*/
h1{overflow:hidden;}
/* end hide*/

h1 span#title
{
	background: transparent url(../img/logo.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 251px;
}

h1 span#l1
{
	position: relative;
	left: 258px;
	top: -29px;
}

h1 span#l2
{
	position: relative;
	left: 188px;
	top: -29px;
}

h2
{
	margin-bottom: 80px;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #aaa;
}

h2 .highlight
{
	color: #eee;
}

h3
{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 2.1em;
	font-weight: normal;
	font-style: italic;
}

h4
{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #aaa;
}

#container
{
	margin: 50px auto 0 auto;
	padding: 0;
	width: 960px;
}

#projects
{
	margin: 0;
	padding: 15px 30px 25px 30px;
	width: 900px;
	height: 250px;
	background: url(../img/project_bg.png) no-repeat;
}

#projects #pr1
{
	width: 325px;
	display: inline;
	float: left;
}

#projects #pr2
{
	width: 325px;
	display: inline;
	float: right;
}

#projects #pr3
{
	width: 250px;
	display: inline;
	float: right;
}

#projects #pr1 h3
{
	color: #7aa34b;
}

#projects #pr2 h3
{
	color: #5b8a69;
}

#projects #pr3 h3
{
	color: #487b7c;
}

#bar
{
	margin: 0 0 40px 0;
}

#footer
{
	padding: 0 30px;
}

#footer p
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	color: #777;
}

#footer a
{
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #eee;
	
}

#footer a:hover
{
	color: #7aa34b;
}

#footer #copy
{
	margin-top: 13px;
	font-size: .7em;
	float: right;
}

#divider
{
	margin: 30px auto;
	width: 893px;
	height: 1px;
}



