
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body { 
	font-family: Helvetica, Arial, sans-serif; 
	background-color: #ffffff;
} 

#beta {
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 150px;
}

#main {
	float: left;
    background: url(images/sym_yeni_web_02.png) repeat-x; 
	height: 1080px;
	padding: 0 0 0 0;
	width: 100%;
	overflow: hidden;
}

.spacer {
	float: left;
	left: 226px;
	width:870px;
	height: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	background: url(images/spacer.gif);
	/*background-color: #ff0000;*/
	
}

.text {
	text-align: justify;
	padding: 10px 10px 10px 10px;
	color: #737373;
	font-size: 0.85em;
	font-family: Helvetica, Arial, sans-serif;
}

#header {
	position: relative;
	float: left;
	left: 113px;
	top: 0;
}

#left_box {
	position: relative;
	float: left;
	left: 0 px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(images/sym_yeni_web_05.png) repeat-x;
	width: 396px;
	height: 548px;
}
#right_box {
	position: relative;
	float: left;
	left: 78px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(images/sym_yeni_web_10.png) repeat-x;
	width: 396px;
	height: 548px;
}

.box_link
{
    color: #737373;
}


#footer {
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	position: relative;
	width: 870px;
	height: 40px;
	bottom: -50px;
	/*background-color: #FF0000;*/
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    color: #ffffff;
}
#footer a:visited {
    color: #ffffff;
}

.search {
    position: relative;
    width: 300px;
    float: right;
    right: 0px;
    /*background-color: #00ff00;*/
    text-align: right;
}

#copyright {
	font-size: 0.6em;
	color: #FFFFFF;
	text-align:center;
	width:100%;
	height: 20px;
	float: left;
	position: relative;
	bottom: -150px;
}

