/* CSS Document */

.headings{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #69A6C4;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

#toparea{
float:left;
margin:0px 0px 15px 0px;
width:583px;
height:193px;
}

*html #toparea{
margin:0px 0px 0px 0px;
}

#leftpart{
float:left;
width:285px;
height:192px;
margin:0px;
}

#leftpart_curve_left{
float:left;
width:8px;
height:192px;
background-image:url(../images/webdesign_lf_web.jpg);
background-repeat:no-repeat;
}

#leftpart_middle{
float:left;
width:269px;
height:192px;
margin:0px 0px 0px 0px;
background-image:url(../images/webdesign_middle_web.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #FF9500;
}

#leftpart_middle p{
margin:120px 0px 0px 0px;
}

#leftpart_curve_right{
float:right;
width:8px;
height:192px;
background-image:url(../images/webdesign_rt_web.jpg);
background-repeat:no-repeat;
}

/*****************************************/

#rightpart{
float:right;
width:285px;
height:192px;
margin:0px;
}

#rightpart_curve_left{
float:left;
width:7px;
height:192px;
background-image:url(../images/webdesign_lf_webdev.jpg);
background-repeat:no-repeat;
}

#rightpart_middle{
float:left;
width:271px;
height:192px;
margin:0px 0px 0px 0px;
background-image:url(../images/webdesign_middle_webdev.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #FF9500;
}

#rightpart_middle p{
margin:120px 0px 0px 0px;
}

#rightpart_curve_right{
float:right;
width:7px;
height:192px;
background-image:url(../images/webdesign_rt_webdev.jpg);
background-repeat:no-repeat;
}


