* {
	margin: 0;
	padding: 0;
}

body {
background-image:url(../img/CBbg.png);
background-repeat:repeat-y;
background-position:center top;
background-color:white;
color: #333;
font-family: Verdana;
font-size: 12px;
}

div.wrapper{
background-image:url(../img/wrapperbg.png);
background-repeat:repeat-y;

width:700px;
padding: 0;

margin: 0 auto;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p{
color: black;
margin-left: 25px;
padding-left: 15px;
padding-right: 24px;
font-size:12px;}
ul {margin-left: 1.2em;}

h1 {font-size: 14px;}

h2,h3 {color: #654;}



/* misc */
.clearer {clear: both;}

/* structure */



/* top */
.top {
background: black;
background-image:url(../img/motoen.png);
background-position:center;
background-repeat:no-repeat;
height: 70px;
margin: 0 auto;
width: 687px;
border-bottom: 3px groove #999;

}


/* header */
.header {
background-image:url(../img/logoeng.png);
background-repeat:no-repeat;
position: relative;
top: 7px;
bottom: 20px;
left: 45px;
right: 2px;	
height: 90px;
}
	
.logo{
float: left;
}

/* item */
.item {clear: both;}

.item .content {
position:relative;


	width: 100%;
}

.item h1 {
background-image:url(../img/bgh4.png);
background-repeat:repeat-x;
width:670px;
color: #fff;

line-height: 40px;
padding-left: 16px;
padding-top: 10px;
text-align: left;
}


/* main */
.main {margin: 0 auto;}

/* navigation */

.navigation {

margin-top: 5px;
margin-bottom:2px;
width: 687px;
background-color:#000000;
line-height: 40px;
border-bottom: 3px groove #999;
border-top: 2px outset #999;
}


.navigation ul {padding: 5px;
}

.navigation li {
display: inline;
padding-left: 25px;
padding-right: 25px;
}

.navigation li a {
color: white;
font-weight: bold;
text-align: left;
text-decoration: none;
}

.navigation li a:hover {
color:#ff9933;
}
blockquote {
width:585px;
	background-color:#Fcfbe9;
	border-top: 10px solid #d1ca9b;
	border-bottom: 10px solid #d1ca9b;
	color: #000;
	display: block;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 25px;
	padding: 10px 25px;
}
blockquote p {padding: 3px 0;}

/* footer */
.footer {
background: black;
color: #FFF;
font-size: 1.1em;
line-height: 40px;
margin: 0 auto;
width: 687px;
}
.footer a {color: #FFF; font-size:11px;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px; font-size:11px;}

/* floats */
.left {float: left;}
.right {float: right;}


#changelang{
float: right;


}

#flags ul{
display: block;
}

#flags ul li{
background-image:url(../img/bg.png);
background-repeat:no-repeat;
display: block;
}

#flags  li a{
padding-top: 5px;
display: block;
line-height: 10px;
}

#flags li a.bg,#flags li a.eng {
width: 20px;
height: 15px;
background-image:url(../img/bg.png);
background-repeat:no-repeat;
margin-top: 2px;
margin-right: -2px;
}

#flags li a.eng{
width: 20px;
height: 15px;
background-image:url(../img/us.png);
background-repeat:no-repeat;
margin-top: 2px;
}


