body {
	background:white;
	text-align:center;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:101%;
}

p, h1, h2, h3, h4, h5, h6, th, td {
	color:#666;
	font-size:.8em;
}

a {
	text-decoration:none;
	color:#333;
}

#content a {
	color:#BF0521;
}

#content a:hover {
	text-decoration:underline;
	color:#BF0521;
}

a img {
	border: none;
}

/* Header */
#head {
	width:820px;
	margin:0 auto 0 auto;
	background:url(../layout/bg_logo.jpg) no-repeat right;
}

#head #logo {
	text-align:right;
	padding:30px 50px 25px 0;
}

/* Search */
#search {
	width:820px;
	margin:0 auto 0 auto;
	background:url(../layout/bg_search.png) no-repeat;
	height:36px;
}

#search form {
	text-align:right;
	margin-right:20px;
	padding-top:8px;
	margin-bottom:0;

}

#search input.box {
	border-top:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	font-size:.7em;
	width:120px;
	color:#999;
}

#search input.button {
	vertical-align:middle;
}

#search span {
	font-weight:bold;
	color:#CCC;
	font-size:.8em;
}

/* Footer */
#foot {
	width:820px;
	margin:0 auto 0 auto;
	background:url(../layout/bg_foot.png) no-repeat;
	text-align:left;
}

#foot #generic {
	float:left;
	width:600px;
	margin:0 auto 0 auto;
}

#foot #language {
	float:left;
	width:220px;
	margin:0 auto 0 auto;
	text-align:right;
}

#foot #generic p,
#foot #language p {
	margin:4px 20px 9px 20px;
	color:white;
	font-size:.7em;
}

#foot #generic a,
#foot #language a {
	color:white;
}

#foot #generic a:hover,
#foot #language a:hover {
	color:#FCC;
}

#foot #copyright {
	margin:0 0 20px 20px;
}

#foot #copyright p {
	color:#CCC;
	margin:0;
	font-size:.7em;
}

#foot #copyright img {
	vertical-align:top;
}

#foot #copyright th, #foot #copyright td {
	padding-right:20px;
}

#foot #copyright th p, #foot #copyright td p {
	color:#CCC;
	font-size:.9em;
}
