body {
	background-color: #FFFFFF;
	background-image: url('images/back_dots.gif');
}


body, td, input, select, textarea, .normaltext {
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #353434;
	line-height: 18px;
}

hr {
	background-color: #AFADAD;
	color: #AFADAD;
	border: none;
	height: 1px;
}

.copyright {font-size: 11px;}
.ucase {text-transform:uppercase;}
.warning {font-weight: bold; color: red; text-transform:uppercase;}
.bold {font-weight: bold}

table.container {
	margin-left: 21px;
	margin-right: 21px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #EEEDED;
	width: 990;
}

td.normal {
	background-image: none;
	padding: inherit;
}

td.indented {
	padding-left: 60px;
}

td.middle {
	background-image: url('images/off_17.gif');
	background-repeat: repeat-y;
}

a:link, a.normal:link {color: #353434;}
a:visited, a.normal:visited {color: #000000;}
a:active, a.normal:active {color: #353434;}
a:hover, a.normal:hover {color: #000000;}

a.footer:link {
	font-size: 11px;
	color: #353434;
}
a.footer:visited {
	font-size: 11px;
	color: #000000
}
a.footer:active {
	font-size: 11px;
	color: #353434;
}
a.footer:hover {
	font-size: 11px;
	color: #000000;
}

* .formular {width: 400px}

/*--- Portfolio Styles ---*/

br.clear {
	clear: both;
}

table.tblPortfolio {
	border: 0;
}

table.tblPortfolio td {
	width: 474px;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
}

div.portfolio-job-title {
	width: 948px;
	background-color: #CBDCB0;
	text-align: center;
	font-weight: bold;
	padding: 18px 0;
	height: 18px;
	margin-top: 18px;
}

* html div.portfolio-job-title {
	height: 54px;
}

div.portfolio-job-description {
	width: 912px;
	background-color: #E0F1C6;
	padding: 18px 18px 0 18px;
}

* html div.portfolio-job-description {
	width: 948px;
}

div.images-container {
	width: 948px;
	background-color: #E0F1C6;
	padding-bottom: 18px;
}

* html div.images-container img.img-right {
	margin-left: 36px;
}