/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	width: 922px;
	color: #333;
	height: 100px;
	margin: 10px 0px 0px 0px;
	clear:right;
}
#navigation33 {
	width: 900px;
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #DAC8BF;
}
#content {
	width: 900px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0px;
	padding: 10px;
}
#footer {
	width: 900px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#navigation {
	background:#67A897;
	background-image: url(../images/nav_bg.png);
	background-position: 0 -8px;
}
ul#simple-menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
}
ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#simple-menu li.left {
	margin:0;
}
ul#simple-menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#4A6867;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#simple-menu li a.right {
	padding-right:19px;
}
ul#simple-menu li a:hover {
	background:#2E4560;
}
ul#simple-menu li a.current {
	color:#2E4560;
	background:#fff;
}
ul#simple-menu li a.current:hover {
	color:#2E4560;
	background:#fff;
}
#wrapper #footer td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer table {
	margin: 0px;
}

.button {
background-color:#F5F5F5;
border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
border-style:solid;
border-width:1px;
color:#565656;
cursor:pointer;
display:block;
font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
font-size:100%;
font-weight:bold;
line-height:130%;
margin:0 0 0.667em;
padding:5px 10px 5px 7px;
text-decoration:none;
}
#wrapper #lang {
	float: right;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #lang img {
	vertical-align: middle;
}
