
body.bg {
	background: #fff url(../images/graphics/bg.jpg) no-repeat;
}


#main, #mainBg {
	width:920px;
/*	margin-top:20px;*/
	margin-left:65px;
}



/*-----------------------------
	LOGO AND MENU	
-------------------------------*/
#header {
	padding-bottom:22px;
}

.logo {
	margin-bottom:20px;
	padding-top:20px;
}

#menu {
	width:85%;
}

#header ul {
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
}

#header li {
	float:left;	
	margin-right: 15px;
}


/*-----------------------------
	STARTPAGE	
-------------------------------*/


#contentLeft {
	float:left;
	width: 420px;

}

#contentRight {
	float:left;
	width: 411px;
	margin-left: 25px;
	line-height: 17px;
	margin-top:10px;
}

#contentRight a {
	color:#0f2fa2;
}

#contentRight ul {
	margin-left:20px;
	padding-left:0px;
	margin-top:4px;
}


#contentRight li {
	margin-left:0;
	padding-left:0px;
}

/*-----------------------------
	ABOUT	
-------------------------------*/


#mainBgAbout {
width:1040px;
padding-left:65px;
background:url(../images/graphics/aboutBg.gif) no-repeat top left;
}

.about img {
	margin-left:7px;
	margin-top:16px;
}

#contentLeftAbout {
	float:left;
	width: 233px;
	margin-left:20px;
	line-height: 18px;
}

#contentRightAbout {
	float:left;
	width: 426px;
	line-height: 18px;
	padding-right:35px;
}

.about a {
	color:#0f2fa2;
}

.aboutData {
	margin-bottom:8px;
}

.aboutProfileImg {margin-top:16px}


/*-----------------------------
	WORKS	
-------------------------------*/


#worksIndex {
	width:880px;

}

#worksIndex img {
	margin: 3px;
}

.publicworksImage {
	margin-bottom: 15px;
}

.worksText, .publicworksText {
	margin-top:15px;
	width: 100%;
}

.worksText p, .publicworksText p {
	margin: 5px 0px 5px 0px;
	border:0px;
}

.worksTitle {
	font-weight:bold;
}

#publicworksText3 {
	float:left;
	width:250px;
	margin-left:10px;
}

#publicworksImage3 {
	float:left;
	width:300px;
}

/* DIFFERENT LINKS FOR WORKS */

.worksLink {
	font-weight:bold;
	text-decoration:underline;
	font-size:0.89em;
}

.slide a {
	font-weight:bold;
	text-decoration:none;
	font-weight:normal;
}

.slide a:hover {
	text-decoration: underline;
}

.slide a.selected {
	font-weight:bold;
}

/*-----------------------------
	FOOTER	
-------------------------------*/

#footer {
margin-top:25px;
	border-top:1px solid #292524;
	width: 100%;
	height: 20px;
}

#footer span {
	margin-top: 5px;
	margin-left: 65px;
	width:160px;
	display:block;
	height:30px;
	background:#fff;
}
	

	

	






