/* CSS Document */

body{	 
	padding:0px; 
	margin:0px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2392a5;
}

.menubg{
	background-image:url(images/menubg.gif);
	background-repeat:no-repeat;
	height:34px;
}

.leftbg{
	background-image:url(images/left.gif);
	background-repeat:repeat-y;
}

.rightbg{
	background-image:url(images/right.gif);
	background-repeat:repeat-y;
}

h1{
	font:24px Arial;
	color:#35a0b4;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:30px;
}

.bodytxt{
	font:12px Arial;
	color:#242424;
	text-decoration:none;
	text-align:justify;
}

.arrow{
	font:12px Arial;
	color:#242424;
	text-decoration:none;
	list-style-image:url(images/arrow.jpg);
	padding-left:20px;
}

.arrow li{
	padding-bottom:5px;
	margin-bottom:5px;
}

.highlight{
	color:#fc6413;
}
.top {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #52CFE5;
}


.email{
	color:#fc6413;
	text-decoration:none;
}

.email:hover{
	color:#242424;
	text-decoration:underline;
}

.testibg{
	background-image:url(images/testi-bg.jpg);
	background-repeat:repeat-y;
	width:325px;
}

.morebg{
	background-image:url(images/more.jpg);
	background-repeat:no-repeat;
	height:23px;
}

.more{
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:32px;
}

.more:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#portfolio{
	font:12px Arial;
	color:#232323;
	text-decoration:none;
	padding-top:2px;
	margin-top:2px;
	text-align:justify;
	padding-left:42px;
	list-style:none;
}

.links{
	font:11px Arial;
	color:#000000;
	text-decoration:none;
}

.links a:link{
	color:#000000;
	text-decoration:none;
}

.links a:visited{
	color:#000000;
	text-decoration:none;
}

.links a:hover{
	color:#ffffff;
	text-decoration:none;
}

.copyright{
	font:11px Arial;
	color:#ffffff;
	text-decoration:none;
}

.copyright a:link{
	color:#ffffff;
	text-decoration:none;
}

.copyright a:visited{
	color:#ffffff;
	text-decoration:none;
}

.copyright a:hover{
	color:#000000;
	text-decoration:none;
}

h2{
	font:bold 16px Arial;
	color:#fc6413;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:30px;
}

.form_border{
	border:#666666 solid 1px;
	background-color:#FFFFFF;
	font:12px Arial;
	color:#000000;
	text-decoration:none;
}

