@media all{
body { 
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:visited {}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.hidden{ display: none; }

/* Containers */
#container{
	width: 100%;
	background: #90dcf2;
}
.a{
	width: 100%;
	background: url(../static/birds-left.gif) center 89px no-repeat;
}
.b{
	width: 100%;
	background: url(../static/tree-left.gif) center bottom no-repeat;	
}
.c{
	width:900px;
	margin: 0 auto;
}
.d{
	width: 100%;
	background: #90dcf2 url(../static/header-bg.gif) top left repeat-x;
}

/* Header */
#header{
	background: #90dcf2 url(../static/header-bg.gif) top left repeat-x;
	height: 63px;
	font-size: 0.75em;
}
#header h1{
	font-weight: normal;
	padding-top: 21px;
	margin-left: 8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#header h1 .comment{
	font-style: italic;
	text-transform: none;
	color: #6b6c66;
	letter-spacing: 0em;
	font-family: Georgia;
	font-size: 0.6em;
}

/* Menu */
#menu{
	width:258px;
	margin-top: 30px;
	background: url(../static/menu-bg.gif) top left no-repeat;
	float: right;
	height: 56px;
}
#menu ul{
	margin:0;
	padding: 0 0 0 15px;
	list-style: none;
}
#menu ul li{
	display: inline;
	float: left;
}
#menu ul li a{
	display: block;
	margin: 8px 0 0 10px;
	font-family: Georgia;
	font-size: 1.5em;
	text-decoration: none;
}

/* Content */
#content{
	background: url(../static/birds.gif) top left no-repeat;
}
#content h2{
	font-family: Georgia;
	color: #FFF;
	font-size: 1.75em;
	font-weight: normal;
	padding-top: 80px;
	margin-left: 122px;
}

/* Portfolio */
#portfolio{
	width: 790px;
	margin: 90px 0 0 70px;
	padding-bottom: 30px;
}
#portfolio .image{
	width: 234px;
	height: 325px;
	float: left;
	margin-right: 28px;
	padding-bottom: 20px;
	background: url(../static/portfolio-bg.gif) top left no-repeat;
}
#portfolio .image p{	
	color: #f8f8f6;
	line-height: 0.8em;
	margin-bottom: 0;
	font-family: Helvetica;
	font-size: 1.2em;
	text-transform: uppercase;
}
#portfolio .image p.name{
	font-size: 0.75em;
	margin:5px 0;
	line-height: normal;
	color: #404041;
}	
#portfolio .image img{
	margin: 14px 13px;
}
/* Footer */
#footer{
	background: url(../static/tree.gif) bottom left no-repeat;
	height: 250px;
}
#footer #contact{
	padding-top: 85px;
	margin-left: 200px;
}
#footer #contact h3{
	color: #f8f8f6;
	font-size: 1.75em;
	font-family: Georgia;
	font-weight: normal;
}
#footer #contact p{
	font-size: 0.75em;
	color: #404041;
	font-family: Helvetica;
	margin:10px 0 10px 90px;
}
#footer #contact p a{
	color: #404041;
	text-decoration: none;
}
#footer #contact p a:hover{
	text-decoration: underline;
}
#footer #contact #twitter{
	margin-left: 90px;	
	display: inline;
}
#footer #contact #flickr{
	display: inline;
}
#footer #contact #facebook{
	display: inline;
}
#footer #ro-smile{
	float: right;
	padding-top: 80px;
	margin-right: 40px;
}

/* Filler */
.filler{
	border-bottom:38px solid #29383d;
}
}
@media handheld{
	
}
@media print{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}
#menu, #footer{
	display: none;
}
}