/* CSS Document */

* {
		margin:0;
		padding:0;
		outline:none;
}

body {
		background:url(body.jpg);
		font:70% Verdana;
	}

a {
	color:red;
	}

a:hover {
			text-decoration:none;

		}

#header {
			height:248px;
			display:block;
			background:url(header.jpg) top center no-repeat;
		}

h1.main_title {
				font:170% Century Gothic;
				font-weight:bold;
				/* margin:20px auto 0; */
				text-align:center;
			}

h1.main_title a {
					background:url(body.gif);
					text-decoration:none;
				}

#container {
				margin:35px auto 1px;
				background:url(body2.gif);
				width:600px;
				padding:12px 0;
				margin:35px auto 1px;
				font:100% Arabic Transparent
				letter-spacing:2px;
				text-transform:uppercase;
			}

#navigation {
				background:url(body.gif);
				width:600px;
				border-top:1px solid #2E2E47;
				padding:12px 0;
				margin:35px auto 1px;
				font:100% Arabic Transparent
				/* font:100% Georgia; */
				letter-spacing:2px;
				text-transform:uppercase;
			}

#nav li {
			list-style:none;
			display:inline;
			margin-right:0px;
		}

#nav a {
			padding:12px;
			color:red;
			background:url(body.gif);
			text-decoration:none;
			margin-right:0px;
		}

#nav a:hover {
				background:url(body2.gif) top repeat-x;
				color:#fff;
			}

#nav a.active {
				background:url(body.gif) top repeat-x;
				/* color:#fff; */
				font-weight:bold;
			}
