/* CSS Document by JM (ISeeYou-Designs.com) */

body {
	background-color:#fff;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:62.5%;
	color:#444;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#C00;
}
a:hover {
	text-decoration: underline;
}

.clr { display:block; clear: both; height: 0px; }


#container {
	font-size:1.2em;
	width:550px;
	margin:0 auto;
	border-right:3px double #000;
}



#header {
	color:#444;
	margin:0;
	padding:10px;
	background:#fff url(/static/business_card.jpg) no-repeat bottom right;
	height: 190px;
}
#header h1 {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:2em;
	color:#333;
	margin:0;
	font-weight:normal;
}
#header h1 strong {
	color:#c00;
}

#header h2 {
	font-size:1em;
	font-weight:normal;
	color:#555;
}



#navigation {
	text-align:right;
	margin:10px 10px 10px auto;
}

#navigation {
	margin:0 10px 0 0;
	padding:0;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#navigation li a {
	padding:2px 5px 2px 5px;
	margin:0 1px 0 1px;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #c00;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#navigation li.selected span {
	padding:2px 5px 2px 5px;
	margin:0 1px 0 1px;
	color:#C00;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#navigation li a:hover {
	border:1px solid #c00;
	background-color: #fee;
}

#navigation li.selected a {
	color:#C00;
	border-bottom:1px solid #ddd;
}

#navigation li.selected a:hover {
	color:#C00;
	border:1px solid #ddd;
	background-color: #fff;
}



#content {
	margin:20px 0 20px 10px;
	padding:0;
}
#content p {
	padding:2px 20px;
	text-align:justify;
	text-indent:2em;
	line-height:1.5em;
	margin-bottom:10px;
}
#content p.notlast {
	margin-bottom:0px;
}
#content h1 {
	display:block;
	margin:50px 0 0 10px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.8em;
	color:#c00;
	border-color:#ddd;
	border-style:solid;
	border-width:0 0 1px 0;
}
#content h2 {
	display:block;
	margin:20px 0 0 30px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.1em;
	letter-spacing:2px;
	color:#444;
	border-color:#c00;
	border-style:solid;
	border-width:0 0 1px 0;
}
#content ul {
  margin-left: 25px;
	list-style-image: url("/static/bullet.jpg");

	font-family:arial,sans-serif;
}
#content li {
	padding:0px 0px 10px 0px;
}



#footer {
	font-size:0.9em;
	font-family:arial,sans-serif;
	margin:90px 0 20px 0;
	padding:5px;
	border-top:1px solid #c00;
}
#footer p {
	text-align:right;
	line-height:1.1em;
	color:#555;
	font-size:0.9em;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}
#footer span {
	color:#000;
}
#footer a {
	color:#000;
  font-weight: bold;
}
#footer a:hover {
	color:#000;
	text-decoration: underline;
}


#content_items .content_item {
  margin: 20px 0px 60px 40px;
  display: block;
}

#content_items .content_item img {
  border:1px solid #ccc;
  float:left;
  padding:0px;
  margin: 0px 20px 0px 0px;
}

#content_items .content_item h2 {
  margin: 0px 0px 20px 0px;
}
