/* CSS Document */

body{
	background-color:#b1cfc8;
	margin: 0px;
	padding: 0px;
}

#master{
	margin: 10px auto 20px;
	padding: 0px;
	 width: 784px;
}
#mastheadMain{
	background-image:url(images/page_background.gif);
	background-repeat:repeat-y;
	height:150px;
}

#mastheadMenu{
	background-image:url(images/page_background.gif);
	background-repeat:repeat-y;
	height:150px;
}

#mastheadPortfolio{
}

#mastheadContact{
	background-image:url(images/page_background.gif);
	background-repeat:repeat-y;
	height:150px;
}

#pagebackground{
	background-image:url(images/page_background.gif);
	background-repeat:repeat-y;
}
	
#Nav{
margin-left:40px;
padding: 0px;
width:231px;
float: left;
}

#NavTop{
	height:50px;
	background-image:url(images/nav_top.gif);
	background-repeat:no-repeat;
}

#NavContent{
	background-image:url(images/nav_background.gif);
	background-repeat:repeat-y;
}

#NavBottom{
	height:58px;
	background-image:url(images/nav_bottom.gif);
	background-repeat:no-repeat;
}

#Article{
	margin-left:300px;
	width:443px;
}

#ArticleTop{
	height:65px;
	background-image:url(images/content_top.gif);
	background-repeat:no-repeat;
}

#ArticleContent{
	padding-left: 30px; 
	padding-right: 30px; 
	padding-top: 10px; 	
	padding-bottom: 20px; 
	background-image:url(images/content_background.gif);
	background-repeat:repeat-y;
}

.style{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 	
	padding-bottom: 20px; 
}

ul li{
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 	
	padding-bottom: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

.border img{
	border-color:#000000;
}

.style a img{
	border-color:#000000;
}

.style a{
	color:#000000;
}
	

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	font-size:14px;
}

p.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:5px;
	font-size:14px;
}

#ArticleBottom{
	height:20px;
	background-image:url(images/content_bottom.gif);
	background-repeat:no-repeat;
}

#footer{
	background-image:url(images/page_bottom.gif);
	background-repeat:no-repeat;
	height:67px;
}

#address{
	margin-left:300px;
	width:443px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	font-size:14px;
}

#sitemeter{
  position: absolute;
  right: 9000px;
}