/* CSS Document */

p {
	margin-top: 10px;
}

body {
	margin: 0px;
	margin-top:  0px;
	margin-left: 0px;
	margin-right:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.portfolio_lg {
	font-size: 13px;
}

.portfolio_lg a:link{
	font-size:13px;
	font-stretch:expanded;
	font-weight: none;
	color: black;
	text-decoration: none;
}

.portfolio_lg a:visited{
	font-size:13px;
	font-stretch:expanded;
	font-weight: none;
	color: black;
	text-decoration: none;
}

.portfolio_lg a:active{
	font-size:13px;
	font-stretch:expanded;
	font-weight: bold;
	color: black;	
	text-decoration: underline;
}

.portfolio_lg a:hover{
	font-size:13px;
	font-stretch:expanded;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}


.small{
	font-size:7px;
}

.portfolio a:link{
	font-size:11px;
	font-stretch:expanded;
	font-weight: none;
	color: black;
	text-decoration: none;
}

.portfolio a:visited{
	font-size:11px;
	font-stretch:expanded;
	font-weight: none;
	color: black;
	text-decoration: none;
}

.portfolio a:active{
	font-size:11px;
	font-stretch:expanded;
	font-weight: bold;
	color: black;	
	text-decoration: underline;
}

.portfolio a:hover{
	font-size:11px;
	font-stretch:expanded;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.portfolio {
	font-size: 11px;
}

.portfolio-header {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#slide {
	margin-top:20px;
	position: relative;
}

#sidebar {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

#content {
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
	text-align: center;	
	width: 100%;
}

#content-home {
	background-image: url(images/pattern-home.jpg);
	background-repeat: repeat-x;
	text-align: center;	
	width: 100%;
}


#header {
	background-repeat: repeat-x;
	height: 151px;
	background-image: url(images/header.jpg);
	text-align: center;
	width: 100%;
}

#inset {
	margin-top: 0px;
	margin: 0 auto;
	width: 850px;
}

#footer {
	overflow: hidden;
	background-repeat: repeat-x;
	height: 151px;
	background-image: url(images/header.jpg);
}
