@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #CCC;
	background-image: url(images/bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width:950px;
	margin: 0px auto;
	text-align:left;
}
#content{
	width:950px;
	float:left;
}
#header {
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:950px;
	height:180px;
	float:left;
}
#headerTop {
	position:relative;
	width:950px;
	height:140px;
	float:left;
}
#headerBottom {
	position:relative;
	width:950px;
	height:29px;
	padding-top:11px;
	text-align:center;
	float:left;
}
#contact {
	position:absolute;
	width:800px;
	height:20px;
	margin-left:120px;
	margin-top:15px;
	text-align:right;
	float:left;
}
#mainContent {
	width:900px;
	padding:25px;
	text-align:left;
	float:left;
}
.menuSpace{
	color:#FFF;
	padding-right: 20px;
	padding-left: 20px;
}
#contentBox{
	background-color:#FFF;
	padding:10px;
	width:195px;
	height:335px;
	text-align:left;
	float:left;
}
#contentBoxPicture{
	width:190px;
	text-align:left;
	padding:2px;
	border:2px dashed #999;
	float:left;
}
#contentBoxTxt{
	width:190px;
	padding:4px;
	text-align:left;
	float:left;
}
#emptyDikey{
	width:30px;
	height:355px;
	float:left;
}
#emptyYatay{
	width:950px;
	height:30px;
	float:left;
}
#dikeySerit{
	background-image:url(images/dikeySerit.gif);
	background-repeat:repeat-y;
	background-position:center top;
	width:2px;
	height:360px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#yataySerit{
	background-image:url(images/yataySerit.gif);
	background-repeat:repeat-x;
	background-position:left;
	width:900px;
	height:2px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}
#footer {
	width:950px;
	height:33px;
	margin-bottom:30px;
	float:left;
}
#footerLeft {
	width:448px;
	height:33px;
	margin-left:27px;
	text-align:left;
	float:left;
}
#footerRight {
	width:448px;
	height:33px;
	margin-right:27px;
	text-align:right;
	float:left;
}

/* ---------- Classes ------------- */
.contentFont {
	font-size:12px;
	color:#000;
	text-decoration: none;
}
/* -------------------------------- */


/* ---------- Contact Linx ------------- */
.menuLinx {
	font-size:12px;
	color:#FFF;
	text-decoration: none;
}
a.menuLinx:link {
	font-size:12px;
	text-decoration: none;
	color:#FFF;
}
a.menuLinx:visited {
	font-size:12px;
	text-decoration: none;
	color:#FFF;
}
a.menuLinx:hover {
	font-size:12px;
	text-decoration: none;
	color:#FBCC00;
}
a.menuLinx:active {
	font-size:12px;
	text-decoration: none;
	color:#FFF;
}
/* ------------------------------------------------ */
