/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0;
	background-image: url(../pics/bg_contact.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#masthead img {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 850px;
	margin: 26px auto;
}
#column_wrapper {
	background-image: url(../pics/bg_transp.png);
	background-repeat: repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 590px;
	float: left;
}
#right {
	width: 260px;
	float: left;
}
#left .content {
	padding: 40px 24px 36px 50px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 100px 0 20px 20px;
	font-size: 12px;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 0 12px 50px;
	font-weight: bold;
	font-size: 14px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#left a:link {
	color: #CC6600;
	text-decoration: none;
}
#left a:visited {
	color: #CC6600;
	text-decoration: none;
}
#left a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#right a:link {
	color: #CC6600;
	text-decoration: none;
}
#right a:visited {
	color: #CC6600;
	text-decoration: none;
}
#right a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#masthead a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#masthead a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#masthead a:hover {
	color: #CC6600;
	text-decoration: none;
}
h1 {
	font-size: 13px;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 13px;
	margin: 0;
	color: #CCCCCC;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.menu {
	padding-left: 45px;
}
.menuact1 {
	color: #FF6600;
}
.menuact2 {
	color: #CC6600;
	padding-left: 45px;
}
.lang {
	padding-left: 396px;
}

