/* universal reset */
* {
margin: 0px;
padding: 0px;
}
/* accessibility features(erişebilirlik özellikleri) */
html {
	min-width:770px;
	}
body {
background:#FFF url(imj/body_back.jpg) 50% 0 no-repeat !important;
color: #666;
font: normal normal normal 75%/150% 'Trebuchet MS', 'Lucida Grande', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
text-align: center;
}
#wrap {
	width:770px;
	margin:74px auto 0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
	}
#main-content {
	width:454px;
	float:left;
	min-height:430px;
	background:transparent url(imj/main_content.png) 0 0 no-repeat !important;
	background:transparent;
	}
#main-content-copy {
	width:395px;
	margin:125px 0 40px 32px;
	}

#sub-content {
/* width creates a natural margin between the two floated divs _essential_ else the mighty ie6 peek-a-boo bug will strike! */
	width:310px;
	float:right;
	background:transparent url(imj/sub_content.png) 0 0 no-repeat !important;
	background:transparent;
	}

#sub-content-copy {
	width:247px;
	margin:70px 0 40px 25px;
	}

#navigation {
	width:300px;
	height:60px;
	position:absolute;
	left:465px;
	top:5px;
	}

#foot {
	clear:both;
	margin:40px 0 25px 25px;
	padding-top:10px;
	}
.pright { float: right; }