@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS";
}
a {
	text-decoration:none;
	color:#556941;
	border-bottom-width:thin;
	border-bottom-color:#556941;
	border-bottom-style: dashed;
}

a:hover {
	border-bottom-width:.5em;
	border-bottom-style: solid;
}

h4 {
	color:#556941;
	text-decoration:none;
	font-size:1.25em;
	text-align:center;
}

#container {
	width: 100%;
	background-color:#000000;
}
#container_left {
	background-color: #000000;
	width:5%;
	float:left;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#container_right {
	background-color: #000000;
	width:5%;
	float:right;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#container_main {
	clear:none;
	width:89%;
	float:left;
	left: 5.1%;
	background-color:#D8DCBD;
}

#header {
}

#menu {
	background-image:url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	height:2.05em;
	vertical-align: bottom;
	padding-top:1.5em;
	padding-left:.5em;
}

#menu a {
	text-decoration:none;
	color:#D8DCBD;
	font-size: .92em;
	font-weight:400;
	border-bottom-width:thin;
	border-bottom-color:#D8DCBD;
	border-bottom-style: dashed;
	letter-spacing: .05em;
	padding-right:.15em;
	padding-left: .15em;
}

#menu a:hover {
	border-bottom-width:.5em;
	border-bottom-style: solid;
}

#content {
	padding: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#portfolio {
	vertical-align:middle;
	height: 450px;
/*	overflow-y: scroll;*/
}

#portfolio ul {
	display: inline;
	list-style: none;
	vertical-align:middle;
}

#portfolio ul li { display:inline;  clear:none; float:none; border:0; vertical-align:middle  }

#portfolio ul li a { margin:2px; border:1px solid #D8DCBD; padding:8.7px; position:relative; float:left; text-align:center; vertical-align:middle; 
	background-color: #000000;
	display:inline;
	}
#portfolio ul li a:hover {
background-color:#CCCC99;
border:1px solid #556941; 
}
#portfolio ul li a img { width: 75px; }
#portfolio img { border: thin #D8DCBD solid; vertical-align:middle; }

#photo {vertical-align: text-top; }
#photo_right img {
	width: 18%;
	float:right;
	padding-left:1%;

}
#photo_left img {width: 18%; float:left; padding-right:1%;}
#right_text {width: 80%; float:right;}
#left_text {width: 80%; float:left;}
#f_left {float:left;}
#f_left_noa {float:left;}
#f_left_noa a {
	text-decoration:none;
	border:0px; }
#f_left_noa img { padding-right:1.25em; padding-bottom:.75em; border:0;}
#f_right {float:right;}
#f_right_noa {float:right;}
#f_right_noa a {
	text-decoration:none;
	border:0; }
#f_right_noa img { padding-left:1.25em; padding-bottom:.75em; border:0;}
#about h2 {
padding-bottom:0;
margin-bottom:0;}
#footer {
	background-color:#556941;
	color:#D8DCBD;
	height:1.75em;
	padding-top:.25em;
	font-size: .72em;
}
#footer ul {
	display: inline;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding-left:.25em;
	padding-right:.5em;
	margin-left:.25em;
	border-right:thin solid #D8DCBD;
}
#footer a {
	color:#D8DCBD;
	text-decoration:none;
	font-weight:lighter;
	border-bottom-width:thin;
	border-bottom-color:#D8DCBD;
	border-bottom-style: dotted;
}

#footer a:hover {
	border-bottom-width:.25em;
	border-bottom-style: solid;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}