/* CONTAINER */

#container {
	width: 800px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 20px;
}

a {
	color:#CC6714;
	text-decoration: none;
}

a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
}

form {
	float:right;
	margin-top: 10px;
	font-size: 9px;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
		
/* HEADER */

#header {
	border-bottom: 1px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	background: #fff url(images/back_mini.gif) no-repeat;
	height: 120px;
}

#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

#flags {
	margin-left: 746px;
	visibility: hidden;
}

/* CONTENT */

#content {
	width: 372px;
	margin-left: 220px;
	margin-right: 200px;
}

#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#content span {
	font-size: 13px; 
	font-weight:bold; 
	width: 270px; 
	height: 32px; 
	float:left; 
	display:block; 
	padding: 0px; 
	line-height: 2.2em;
}

#content a span {
	font-size: 13px; 
	font-weight:bold; 
	width: 230px; 
	height: 32px; 
	float:left; 
	display:block; 
	padding: 0px; 
	line-height: 2.2em;
}

#content a em {
	font-size: 11px; 
	color: #666666; 
	font-style: normal;
	height: 29px; 
	float:left; 
	display:block; 
	padding-top: 3px; 
	line-height: 2.2em;
}

#content .icon {
	border: 0;
	float: left;
	padding: 0; 
	width: 32px; 
	margin-right: 7px;
}

#content td {
	vertical-align: top;
}

#content td.const {
	vertical-align: top;
	width: 100px;
}

/* NOTFOUND */

#notfound {
	text-align: center;
}

/* FOOTER */

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #e2e1de;
	padding: 0px 5px 0px 5px;
}

#footer p {
	text-align: center;
	color:#89817f;
	padding: 5px;
}

#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color: #d0cfcd;
}
