@charset "utf-8";
/* CSS Document */


/* Outer Div */

#outer {
    width: 1000px;
	background-color: #343333;
	
    /*margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 120px;
    margin-right: 0px;*/
    padding: 0 0 0 0px;
    border-top: px solid #6b6b6b;
	border-left: px solid #6b6b6b;
	border-bottom: px solid #6b6b6b;
	border-right: px solid #6b6b6b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


body {
/*width: 949px;*/	
background-color: #343333;
position: center;
background: url(images/maingraid.jpg) repeat-x;
}

#head {
    background-image: url(images/head_logo.jpg);
	background-repeat: no-repeat x;
	width: 1000px;
	height: 402px;
	align: center;
	margin-top: 0px;
}

#pagecontent {
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: left;
	padding: 15px;
	font-family: Arial, sans-serif;
	
}

#border {
	border: 1px solid #6b6b6b;
	padding: 10px;
}

p{
	color: #ffffff;
	font-size: 16pt;
}



h1 {
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin: 20 0 0 0px;
	border-top: 1px solid #868687;
	border-bottom: 1px solid #868687;
	font-family: Arial, sans-serif;
}

/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				margin: 0 0 0 0px ;
				padding: 0 0 0 0px;
				list-style-type: none;
				font-size: 16px;
				background-image: url(images/menu.jpg) ;
				background-repeat: no-repeat;
				height: 45px;
				
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				padding-left:0em; margin-left:2.2em;
				text-decoration: none;
				display: block;
				padding: 0 0px;
				line-height: 45px;
				color: #5d5b5b;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				
			}
			#menu li a:hover, #menu li.active a {
				background-color: #;
				border-bottom: 0px solid #DDD;
				height: px;
				text-decoration: underline; color: #494747;
			}


/* End navigation menu */

.clear {
	clear: both;
} 


#footer {
	background-color: #343333;
	font-family: Arial, sans-serif;
	width: 950px;
	height: 70px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
	background-image: url(images/.jpg);
	repeat-image: no-repeat x;
	border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
	
}