/* CSS Document */

body{
	background-color:#FFFFFF;
	font-size:14px;
	font-family: geneva,arial,verdana,helvetica;
}
ul{
	margin:0px;
	padding-left:30px;
}
.picture{
	border:solid;
	border-width:1px;
}
/*Main Structure*/

#frameAboutUs{
	height:150px;
}
#frameCatalog{
	height:150px;
}
#frameClients{
	height:200px;
}
.frameHead{
	background-image:url(../images/frameHeader.gif);
	width:175px;
	height:31px;
}
.textFrameHead{
	text-align:center;
	padding-top:3px;
	font-size:12px;
}
.frameContent{
	background-image:url(../images/frameBgnd.gif);
	background-repeat:repeat-y;
	font-size:12px;
	height:95px;
}
.frameContentFlash{
	background-image:url(../images/frameBgnd.gif);
	background-repeat:repeat-y;
	font-size:12px;
	height:200px;
}
.frameFooter{
	background:url(../images/frameFooter.gif);
	width:175px;
	height:25px;
}
.titleContent{
	background:url(../images/titleContentBckgnd.gif);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}
.textTitleHead{
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	font-size:12px;
}
#horizontalLine{
	background-color:#000;
	width:100%;
	height:1px;
}
#flashClients{
	margin-left:4px;
}

/*courses*/
#courses{
	float:right;
	margin: 10px 0px 20px;
	width:750px;
}
