/* romanroman v6 css */

* {margin:0;padding:0;} 

body {
	font-size: 62.5%; /* Resets 1em to 10px */	
	background-color: #f7f7f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	text-shadow: 0 1px 0 #fff;
	background-image: url('graphics/tree_tag.jpg');
	background-repeat: no-repeat;
	background-position: left 38px;
	background-attachment: fixed;
}

a {
	color: #e59900;
	text-decoration: none;
}

a:hover {
	color: #cc8800;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	color: #333;
	font-weight: 500;
	margin-bottom: -3px;
}

.blue {
	color: #609fbf;
}

h2 {
	font-size: 1.4em;
	font-weight: 300;
}

h3 {
	color: #609fbf;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 200;
	padding-top: 40px;
}

.samples h3 {
	padding-top: 10px;
}

h4 {
	font-size: 1.4em;
	color: #999;
	font-weight: 200;
	padding-bottom: 2px;
}

h4 strong {
	color: #333;
	font-weight: 500;
}

h4 a {
	font-weight: 500;
}

p {
	font-size: 1.3em;
	font-weight: 400;
	width: 620px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

p.list {
	line-height: 1.4em;
	width: 760px;
}

p.list strong {
	color: #333;
}

.subhead {
	float: left;
}

.linkbar {
	float: right;
	color: #ccc;
	font-size: 1.4em;
	font-weight: 300;
}

#contents {
	margin: 67px 0 90px 161px;
	width: 760px;
}

#contents img {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.25);
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.25);
	-moz-border-radius: 10px;
}

#contents a:hover img  {
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.6);
}

#contents .samples p {
	margin: 5px 0 30px 0;
}

.samples {

}

hr {
  border : 0;
  height : 7px;
  width: 100%;
  background : url('graphics/ellipses.gif') top center no-repeat;
  margin : 50px 0;
}

#footer_bg {
	background-image: url('graphics/footer_bg.gif');
	background-repeat: repeat-x;
	position: relative;
	margin-top: -89px; /* negative value of footer height */
	height: 89px;
	clear: both;
}

#footer_bg #tag {
	margin-top: 57px;
	height: 89px;
	background-image: url('graphics/footer_tag.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	margin-top: -32px; /* negative value of footer height */
	height: 32px;
	clear: both;
	padding-left: 161px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

#footer p {
	font-weight: 400;
	margin: 0;
	font-size: 1.3em;
}
