html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #ffffff;
	width: 900px;
	font-size: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}
#top {
	text-align: center;
	padding-top: 0px;
	color: #2D6FEC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: large;
	clear: both;
	padding-bottom: 0px;
}

#topmenu {
	background-image: url(images/nav-bar.gif);
	background-position: center;
	height: 32px;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 235px;


}
.topmenu {
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-left: 25px;
}
.topmenu a:link {
	text-decoration: none;
	color: #FFFFFF;
		font-weight: bold;
}
.topmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-weight: bold;
}
.topmenu a:hover {
	color: #676767;
		font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#left_text {
	float: left;
	width: 490px;
	text-align: justify;
	padding-left: 35px;
	padding-right: 10px;
}
#full_text {
	padding-left: 50px;
	padding-right: 10px;
}
.email {
	padding-left: 0px;
	padding-right: 10px;
	text-align: center;
}
#rightcontainer {
	float: right;
	width: 270px;
	padding-left: 0px;
	text-align: center;
	padding-right: 35px;
	padding-top: 10px;
}
#portfolio {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.flower_thumb {
	padding-left: 15px;
	float: left;
	padding-bottom: 15px;
}


#content {
	border-left-width: 1px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
}
#footer {
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	font-size: 0.8em;
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#portfolio_container {
	text-align: center;
}
#test-left {
	float: left;
	width: 380px;
	text-align: justify;
	padding-left: 35px;
	padding-right: 10px;
}
#test-right {
	float: right;
	width: 375px;
	text-align: justify;
	padding-left: 35px;
	padding-right: 10px;
}
