/* CSS Document */

body	{
	background-color:#F90;
	margin:0px;
	padding:0px;
}

.wrapper	{
	width:800px;
	height:auto;
}


.header	{
	width:800px;
	height:175px;
}

.nav_header	{
	width:320px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.inside	{
	width:800px;
	height:auto;
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

.content_inside	{
	width:700px;
	margin-left:60px;
}

.footer	{
	width:800px;
	height:58px;
}

/*inside pages*/

.content_inside p, ul	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666; line-height:16px;
}

.content_inside p.title	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#CC3333;
}


.content_inside a:link	{color:#666666;text-decoration:none;}
.content_inside a:hover	{color:#333333; text-decoration:underline;}
.content_inside a:visited	{color:#666666;text-decoration:none;}
.content_inside a:active	{color:#666666;text-decoration:none;}

#orange	{float:right;}

/*what can we offer*/

#service_text	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#999933;
}