/* layout */

body {
		color: #000000;
		margin: 10px;
		background: #eeeeee;
		}
	
#container {
		width: 100%;
		}
		
#leaf {
		position: relative;
		left: 300px;
		}

#box {
		width: 700px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 20px 0px 20px;
		border-top: 5px solid #68a63c;
		border-bottom: 5px solid #68a63c;
		background: #ffffff;
		}	
	
#header {
		width: 700px;
}
	
#logo {
		width: 268px;
		}
		
#navigation {
		width: 100%;
		text-align: right;
		}		
		
#content {
	 	margin-top:25px;
		}
		
#portfolio {
		width: 700px;
}

#portfolio td {
	width: 350px;
	padding-bottom: 40px;
}
		
#contact {
		width: 700px;
		position:relative;
		margin-left: auto;
		margin-right: auto;
		}

#widget {
		background: #fafafa;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		padding: 5px 10px 5px 10px;
}
	
#footer	{
		color: #555555;
		font-size: 8pt;
		text-align: center;
		position: relative;
		margin: 25px auto 20px auto;
		}
		
.right {
		float: right;
		margin-left: 10px;
		}

.left {
		float: left;
		margin-right: 10px;
		}

/* aesthetics */

body, td {
		font-family: "Helvetica";
		font-size: 9pt;
		}

#content a, #footer a {color: #68a63c; text-decoration: underline;}
	
#content a:hover, #footer a:hover {color: #578a33; text-decoration: none;}

#navigation a {
		font-family: "Georgia"; 
		font-size: 15pt; 
		color: #666666;
		padding: 4px 6px 4px 6px;
		margin-left: 8px;
		border: 1px solid #777777;
		text-decoration: none;
		}
		
#navigation a:hover {
		color: #ffffff;
		background: #777777;
		}
		
#content img {padding: 10px; border: 1px solid #bbbbbb; background: #ffffff;}
		
h1 {
	 	font-family: "Book Antiqua", "Georgia";
		font-size: 24pt;
		border-bottom: 1px dotted #bbbbbb;
		}

h2 {
		font-family: "Book Antiqua", "Georgia";
		font-size: 14pt;
		font-weight: normal;
		color: #555555;
		}
		
#portfolio h2 {
		font-family: "Book Antiqua", "Georgia";
		font-size: 14pt;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 5px;
		color: #555555;
	}

ul#big {
		font-family: "Book Antiqua", "Georgia";
		font-size: 14pt;
		font-weight: normal;
}
		
ul h2 {
		margin-bottom: 0px;
		}
		
li {
		margin-left: 20px;
		}

hr {
		width: 700px;
		color: #bbbbbb;
		height: 1px;
		border: 0;
		border-bottom: 1px dotted #bbbbbb;
		}
	

