body {
	margin: 0px;
}

img {
	border-width: 0px;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0px 7px 0px;
	line-height: 25px;
	font-family : 'PT Sans', Verdana;
	font-size: 18px;
	color: #000000;
	border-bottom-style: dashed;
	border-width: 2px;
	font-weight: normal;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-family: 'Times New Roman', serif;
	font-weight: 500;
	color: #006666;
	font-size: 18px;
	margin-bottom: 4px;
}

h2 a {
	color: #006666;
}

h3 {
	font-family: "Times New Roman", Georgia, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}

h1 img {
	margin-right:7px;
}

p {
	margin: 0px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
	line-height: 16px;
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	float: left;
	margin-left: 20px;
}

ul a {
	font-family : Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}

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

#overall {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#banner {
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color: #333333;
}

#banner #bannerContent {
	margin: 0px auto;
	width: 870px;
	height: 50px;
}

#banner #bannerContent #logo {
	float: left;
}

#banner #bannerContent #logo img{
	margin-top: 8px;
}

#banner #bannerContent #navigation{
	float: right;	
	margin-top: 14px;
}

#slideshow {
	margin: 0px;
	width: 100%;
	height: 270px;
	background-color: #cbd6d6;
}

#slideshow #position {
    margin: 0px auto;
    padding-top: 15px;
	width: 870px;
	height: 230px;        
}

#slideshow #position #display {
	width: 870px;
	height: 230px;
	border-style:solid;
	border-width:4px;
	border-color: #333333;
}

#slideshow #position #slideshowNav {
	position: absolute;
	z-index: 1000;
	margin: 204px 0px 0px 670px;
	width: 200px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#slideshow #position #slideshowNav #previous {
	float: left;
	width: 70px;
	height: 23px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
}

#slideshow #position #slideshowNav #next {
	float: right;
	width: 70px;
	height: 23px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
}

#content {
	margin: 10px auto;
	width: 880px;
	overflow: hidden;
	min-height: 684px;
}

#content a {
	color: #066;
}

#content #recentWork {
	float: left;
	width: 400px;
	height: 100%;
}

#content #recentBlog {
	float: right;
	width: 400px;
	height: 100%;
}

#content .box{
	margin-bottom: 10px;
	width: 400px;
	overflow:auto;
	clear: both;
}

#content .box img {
	float: left;
	border-style:solid;
	border-width:2px;
	border-color: #333333;
	margin-right: 10px;
}

#content .portfolioItem {
	overflow:hidden;
	height: 180px;
	background-image:url('images/portfolio_bck.jpg');
	width: 49%;
	float: left;
}

#content .portfolioItem  .bar {
	height: 30px;
	width: 100%;
	margin-top: 7px;
	background-color: #bad2d2;
}

#content .portfolioItem .bar h2 {
	color: #000000;
	margin:0px;
	padding: 5px 0px 0px 5px;
}

#content .portfolioItem  img{
	float: left;
	border-style:solid;
	border-width:2px;
	border-color: #333333;
	margin: 10px;	
}

#content .portfolioItem  h3{
	float: right;
	font-weight : normal;
	margin-right: 15px;
	overflow: auto;
}

#content .portfolioItem  h2{
	margin: 9px 9px 9px 0px;
}

#content .portfolioItem  h2 a{
	color: #000000;
}


#content .portfolioItem p {
	width: 95%;
}

#content .portfolioItem  h3 img {
	border-style:none;
	border-width:0px;
	margin: 2px 7px 0px 0px;
	width:5px; 
	height:11px;
}

.aboutMeImage {
	border-style:solid;
	border-width:4px;
	border-color: #333333;
	float: right; 
	margin: 10px;
}

#footer {
	background-color: #333333;
	width: 100%;
	height: 50px;
	margin-top: 15px;
}

#footer p {
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
}

#footer ul {
	width: 270px;
	margin: 5px auto;
}
