body {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
  	min-width: 730px;
	line-hight: 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background: #000000 url(../images/page_background.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	width: 730px;
	margin-left: auto;
  	margin-right: auto;	

}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}
img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 8px 0 25px;
}

/* Menu */

#menu {
	width: 730px;
	height: 60px;
	margin: 0 auto;
	padding-left: 10px;
	background: #000000 url(../images/img02.jpg);

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background:  url(../images/img07.gif) no-repeat left 80%;
	padding: 20px 20px 0 15px;
	text-decoration: none;
	font-size: 130%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #FFCC66;
}

/* Logo */

#logo {
	width: 740px;
	height: 185px;
	margin: 0 auto;
	background: #000000 url(../images/img03.jpg);
}

#logo h1, #logo h2 {
	margin-left: 257px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
}

#logo h1 {
	padding-top: 115px;
	font-size: 220%;
}

#logo h2 {
	font-size: 85%;
	colour: #FFCC66;
}

#logo a {
	text-decoration: none;
	color: #FFCC66;
}	
#logo a:hover {
	text-decoration: none;
	color: #FF9933;
}
/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: #000000 url(../images/img04.gif) repeat-y;
}


/* Content */

#content {
	float: right;
	width: 475px;
	padding: 10px;
	border: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	background: #000000 url(images/img4.gif) repeat-y;
	border: 0;
}
.boxed .title {
	height: 48px;
	margin: 1px;
	padding: 8px 0 0 14px;
	background: #000000;
	text-transform: None;
	font-size: 120%;
	font-weight: bold;
	color: #FFCC66;
}

.contenttitle {
	font-family: "Verdana" Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 26px;
	line-hight: 12px;
	font-weight: bolder;
	color: #FFCC66;
}
.content_sub_title {
	font-family: "Verdana" Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 20px;
	line-hight: 7px;
	font-weight: bold;
	color: #FFCC66;
}
.contentbody {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-hight: 5px;
	color: #FFFFFF;
	font-weight: normal;
}
.quote {
	font-family: Times New Roman, Times, serif;
	text-align: left;
	font-size: 16px;
	line-hight: 5px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}
#language-text {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	line-hight: 5px;
	color: #CCCCCC;
	font-weight: normal;
	}
#language-text a {
	display: block;
	float: center;
	text-decoration: none;
	font-size: 100%;
	color: #CCCCCC;
}
#language-text a:hover {
	text-decoration: none;
	color: #FFCC66;
	}