/* framework */
html,body {
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
 	font-size: 14px;
	text-align:center;
}

html{
	background: url(./images/back2.jpg) repeat-x;
	background-color: #F0F4F7;
}

#page {
	margin: 30px auto;
    min-height: 500px;
	text-align: left;
	color: #333;
	line-height: 130%;
}

#header {
	position:relative;
        margin:0;
        padding:0;
        height: 220px;
}

#trans {
        position: relative;
	    z-index: 10;
        right: 0px;
        top: -220px;
        margin:0;
        padding:0;
}
#trans ul {
	text-align: right;
	white-space:nowrap;
}
#trans li {
	display: inline;
	list-style: none;
}

#header a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#container {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	text-align:left;
	width:780px;
	margin:0 auto;
	border: solid 1px #D8D9DE;
	font-size: 1em;
}

div#content {
	float:left;
	margin-left: 20px;
	width:500px;
	padding: 0;
	line-height:1.4;
}

#content h2 {
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 0px;
    margin: 0px;
	color: #768B3E;
/*	color: #52615F;
*/
}

#sub {
	float:right;
	background: url(./images/language.jpg) no-repeat;
	margin: 40px 20px 0 0px;
	width:200px;
	height: 400px;
}
#sub h2 {
	font-size: 1em;
        padding: 0;
	margin: 8px 0 0px 10px;
	color: #496AC7;
}

#sub ul {
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}

#sub li {
	font-size: .8em;
}

ul li a {
	color: green;
}

ul li a:hover {
	color: #99AACC;
}

ul li img {
	margin-right: 5px;
}

#footer {
	font-size: .8em;
	line-height: 1.25em;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
	width:100%;
}

#footer ul li {
	display: inline;
	list-style: none;
	font-size: 1.25em;
	margin: 0;
}

#footer a {
	padding: 10px 30px 0 0;
}
#footer p {
	padding-top: 10px;
}
#footer .hr { 
	background: url(./images/hr.gif) no-repeat center bottom;
	margin-bottom: 5px;
	height: 1px;
}
#wrapper {
	background-color: transparent;
	padding: 0;
	text-align:left;
	width:780px;
        height: 42px;
	margin:0 auto;
}

/* NAV */
#nav {
    float: right;
    margin-right: 10px;
	height: 43px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	text-align: center;
    list-style: none;
	display: inline;
	white-space: nowrap;
}

#nav a {
	text-align: center;
	letter-spacing: 2px;
	color: #496AC7;
	font-weight: bold;
	font-size: .7em;
	line-height: 1em;
	height: 28px;
	float: left;
	padding-right: 2px;
    padding-top: 12px;
	overflow: hidden;
    text-decoration: none;
}

#nav a:hover {
	background-position: 0 -29px;
	color: #AB073A;
}

#nav a:active, #nav a.selected {
	background-position: 0 -29px;
	color: #AB073A;
}

#nav a {
	width: 64px;
	background: url(./images/tabs.gif) top left no-repeat;
}

#nav .current_page_item a {
	background: url(./images/tabs.gif) top left no-repeat;
	background-position: 0 -29px;
	color: #AB073A;
}
/* END NAV */

img {
	border: 0;
}