
/*-----------------------------------------------------
  Basic Layout
-----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font:normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	background:#404040;
	text-align:center;
	color:#666;
}

p {
	margin-bottom:15px;
}

img {
	border:none;
}

blockquote {
	margin:0 0 15px 0;
	padding:0;
	background:#303030 url(img/block_left.gif) top left no-repeat;
	border:1px solid #666;
}

.thumbnail{
	padding:0;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.thumbnail a img {
	padding:3px;
	border:1px solid #666;
	background:#303030;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:580px;
	background:url(img/wrap_middle.gif) repeat-y;
}

/*-----------------------------------------------------
  Header
-----------------------------------------------------*/

#header {
	position:relative;
	height:116px;
	background:url(img/wrap_top.jpg) no-repeat;
}

/*-----------------------------------------------------
  Logo
-----------------------------------------------------*/

h1#logo {
	margin:0;
	width:230px;
	height:50px;
	position:absolute;
	font-size:1px;
	bottom:0;
	left:0;
}

h1#logo a {
	height:50px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	background:none;
}

/*-----------------------------------------------------
  Language
-----------------------------------------------------*/

#lang {
	text-align:right;
	font-size:1px;
}

#lang ul {
	margin:0;
	position:absolute;
	list-style:none;
	bottom:15px;
	right:35px;
}

#lang ul li {
	margin-left:20px;
	float:left;
	display:inline;
	list-style:none;
}

#lang ul li a {
	width:65px;
	height:20px;
	display:block;
	text-decoration:none;
}

#lang ul li span {
	display:none;
}

/*-----------------------------------------------------
  Navigation
-----------------------------------------------------*/

#nav {
	text-align:left;
}

#nav ul {
	margin:0;
	position:absolute;
	list-style:none;
	top:35px;
	left:35px;
}

#nav ul li {
	margin-right:20px;
	float:left;
	font-family:Helvetica, Arial, Verdana;
	font-weight:bold;
}

#nav ul li a {
	color:#FFF;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#DCF07F;
}

/*-----------------------------------------------------
  Content
-----------------------------------------------------*/

#content {
	margin:30px auto 40px auto;
	width:510px;
	text-align:left;
}

#content h2 {
	margin:0 0 10px 0;
	font:bold 1.6em Arial, Helvetica, sans-serif;
	color:#FFF;
	clear:both;
}

#content h3 {
	margin:0;
	color:#DCF07F;
	font:bold 1.2em Tahoma, Verdana, Arial, Georgia, sans-serif;
}

#content p {
	color:#C0C0C0;
	line-height:150%;
}

#content p a {
	color:#DCF07F;
}

#content p strong {
	color:#DCF07F;
}

#content ul {
	margin:10px 0;
	list-style:none;
}

#content ul li a {
	color:#DCF07F;
	text-decoration:none;
}

#quote blockquote p {
	margin:0;
	padding:25px 45px 25px 45px;
	color:#DCF07F;
	background:url(img/block_right.gif) right bottom no-repeat;
}

.rtop {
	margin:0 0 0 auto;
	height:10px;
	width:10px;
	clear:both;
}

.contact_info {
	color:#FFF;
}

/*-----------------------------------------------------
  Footer
-----------------------------------------------------*/

#footer {
	position:relative;
	height:50px;
	clear:both;
	background:url(img/wrap_bottom.jpg) left bottom no-repeat;
}

#footer p {
	color:#999;
}

#footer p a {
	color:#DCF07F;
	text-decoration:none;
}

/*-----------------------------------------------------
  Other
-----------------------------------------------------*/

address {
	color:#C0C0C0;
}
