body { background-image:url(images/bg.png); background-color:#000000}
/* Main CONTAINER */

		#maincontainer {
			width: 810px;
			/*margin: 0 auto;*/
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
			padding-bottom:20px;
			border:1px double #E4000D;
		}
/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 22px;
			color: #CC6633;
			background-color: #FFF;
			letter-spacing:normal;
			margin-top:5px;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#A60009;
			text-decoration: none;
		}

		a:hover {
			color:#55880F;
			background-color: #F5F5F5;
		}

		
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #E4000D;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			height:100px;
			vertical-align:middle;
		}
		
			#header p {
			font-size:11px;
			padding: 1px;
		}


		div.header_left {
			padding-top: 16px;
		    float:left;
			height:60px;
			vertical-align:middle;
			width:468px;
		}
		div.header_right {
		    float:right;
			height:90px;
			text-align:right;
			vertical-align:middle;
			width:255px;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 2px;
			width: 150px;
			border-bottom: 1px solid #CCC;
			font-weight:bold;
		}

		#navigation a:link, #navlist a:visited {
			color:#A60009;
			text-decoration: none;
			font-weight:bold;
		}
		
		#navigation a:hover {
			background: #000000 url(green.png) 1% 50% no-repeat;
			background-color: #F4FDEA;
			color:#E4000D;
			font-weight:bold;
			text-indent:8px;
			border-bottom: 1px solid #CCC;
			
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
		}


/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		#sidebar a {
			padding: 2px;
			border-bottom: 0px solid #CCC;
		}

		#sidebar a:link, #navlist a:visited {
			color:#A60009;
			text-decoration: none;
		}
		
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
		}
		
		.button {
			padding: 0px;
		}
		
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#ffffff;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color:#222222;
			background-color:#F9F9F9;
		}
		
		/* And they lived happily ever after. The End. */
		#firmalar {
			color:#333333;
			font-family:tahoma;
			font-size:12px;
		}
		#firmalar a.firmabaslik {
			color:#333333;
			font-weight:bold;
			font-family:tahoma;
			font-size:12px;
			text-decoration:underline;
		}
		#firmalar a.firmabaslik:hover {
			color:#333333;
			font-weight:bold;
			font-family:tahoma;
			font-size:12px;
			background-color:#FFFFFF;
			text-decoration:underline;
		}
		#firmalar a.firmasiteadresi {
			color:#A60009;
			font-weight:normal;
			font-family:tahoma;
			font-size:11px;
		}
		#firmalar a.firmasiteadresi:hover {
			color:#A60009;
			font-weight:normal;
			font-family:tahoma;
			font-size:11px;
			background-color:#FFFFFF;
		}
	
