* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #FFFFFF url(img/head.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	height: 100%;
	margin:0;
	padding:0;
}

h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	padding-left: 30px;
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

td {
	padding: 5px;
}
label {
  margin-left: 5px;
}

/* Logo */
#container {
   min-height:100%;
   position:relative;
   margin-bottom: -100px;
}
#globe {
	background: url(img/globe.gif) no-repeat;
	display:block;
	float:right;
	height:150px;
	margin-right:-123px;
	margin-top:-60px;
	overflow:visible;
	width:150px;
}
#logo {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-weight: normal;
	color: #FFFFFF
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF
}

/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: -30px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	border-bottom: 10px solid #E3B759;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a, li.menu-current a  {
	border-color: #7CDBE4;
	color: #CCCCCC;
}
#menu li.menu-current a  {
	border-color: #7CDBE4;
	color: #CCCCCC;
}


/* Wrapper */

#wrapper {
	width: 810px;
	margin: 0 auto;
	padding:2px;
}


#left-col {
	float: left;
	width: 550px;
}

#left-col .boxed {
	margin-bottom: 10px;
}

#left-col .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(img/title.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#left-col .boxed .content {
	padding: 19px 19px 0 19px;
	background: #E5ECED;
	border: 1px solid #528489;
	border-top: none;
}

#left-col .boxed blockquote {
	background: #E5ECED;
}


#right-col {
	float: right;	
	width: 230px;
	margin-right: 10px;
}

#right-col .boxed {
	margin-bottom: 10px;
}

#right-col .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(img/rtitle.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#right-col .boxed .content {
	padding: 19px 19px 19px 19px;
	background: #EFEBE2;
	border: 1px solid #977C44;
	border-top: none;
}

#right-col .boxed .content li {
	margin-left: -1em;
	padding-left: 1em;
	background: url(img/lorange.gif) no-repeat 0 9px;
	letter-spacing: normal;
}

/* Footer */
.footer {
	height: 100px;
}

.footer {
	position: relative;
	clear: both;
	width: 100%;
	color: #fff;
	padding-top: 20px;
	background: #464646 url(img/fback.gif) repeat-x;
}
.footer a {
	color: #fff;
}
.footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}
