html, body { 
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #BBB;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px;
}

#container {
	width: 800px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #BBB;
}

#header {
	float: left;
	width: 800px;
	height: 210px;
	background-color: #FFF;
}

#logo {
	margin: 10px 0 0 10px;
	float: left;
	width: 600px;
	height: 200px;
	display: inline;
}

#nav {
	margin: 10px 0 0 10px;
	float: left;
	width: 170px;
	height: 200px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0 1em 0 1em;
	line-height: 25px;
	vertical-align: middle;
	background: url(img/nav_bg.gif) no-repeat left;
}

#nav li a {
	color: #FFF;	
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #333333;	
	text-decoration: none;
}

#main {
	float: left;
	width: 800px;
	background-color: #FFF;
}

#content {
	float: left;
	width: 780px;
	margin: 10px 10px;
	display: inline;
}

#footer {
	background-color: #BBBBBB;
	margin-bottom: 20px;
}

#footer p {
	margin: 0.2em 0 0 0;	
	padding: 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

#footer a, #footer a:link, #footer a:visited { 
	color: #000000;
	letter-spacing: 0.02em; 
	text-decoration: none; 
}

#footer a:hover, #footer a:active { 
	color: #000000;
	letter-spacing: 0.02em; 
	text-decoration: underline;
	border: none;
}
.clear {
	clear: both;
	line-height: 0.1em;
	margin: 0;	
	padding: 0;
}

a, a:link, a:visited { 
	color: #000099; 
	letter-spacing: 0.01em; 
	text-decoration: none;
	padding-bottom: 2px;
}
a:hover, a:active { 
	text-decoration: none; 
	border-bottom: 2px solid #FF7200;
}


h1 {
	margin: 0.5em 0 1.2em 0; 
	color: #990000;
	font-size: 1.8em; 
	line-height: 1.4em; 
	font-weight: normal; 
	letter-spacing: 0.04em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #990000;	
	letter-spacing: 0.04em;
	border-bottom: 1px dotted #990000;
	text-decoration: none;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0.5em 0; 
	font-size: 1.5em; 
	line-height: 1.7em; 
	font-weight: normal; 
	letter-spacing: 0.04em;
	color: #000033;
}

ul {
	padding: 0 0 0 15px;
}
li {
	margin: 0 100px 5px 0;
	line-height: 1.35em;
}

p { 
	margin: 0.5em 0 1em 0;
	line-height: 1.65em; 
	margin-right: 100px;
}

p img {
	border: none;
	margin: 5px 10px 10px 0;
}

.gal {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 15px 0;
	
}

.gal p {
	margin: 10px 0 20px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	width: 100%;
}

.en {
	margin-left: 2em;
	font-style: italic;
}

.rbox { background: url(img/blue_bg.gif) repeat; }
.rtop div  { background: url(img/blue_topleft.gif) no-repeat top left; }
.rtop      { background: url(img/blue_topright.gif) no-repeat top right; }
.rbot div  { background: url(img/blue_botleft.gif) no-repeat bottom left; }
.rbot      { background: url(img/blue_botright.gif) no-repeat bottom right; }

.rtop div, .rtop, .rbot div, .rbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rcontent  { margin: 0 30px 0 30px; }
.rbox { margin: 0 0 0 0; }
