@charset "utf-8";
/* CSS Document */

#background {
	background-color: #cccccc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #cccccc;
}
#content-left {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 250px;
	border: 2px solid #F2F2F2;
}
#content-right {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 500px;
	border: 2px solid #F2F2F2;
}
h1 {
	font-size: 14px;
	letter-spacing: .2em;
}
body a, a:link, a:active, a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
body a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.smalltext {
	font-size: 11px;
}
.whiteTitle {
	font-size: 16px;
	color: #FFFFFF;
}
#content-main {
	margin: 0px;
	padding: 10px;
	width: 100%;
	border: 2px solid #F2F2F2;
}
#faq {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.portfolioTitle {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
#contact {
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
