body {
	background: #000;
	color: #fff;
	font-family: Georgia, serif, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

#global {
	background: url(../images/main-bg.jpg) repeat-y;
	position:absolute;
	left: 50%;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: -400px;
}

#main {
	width: 800px;
	height: 500px;
	background: url(../images/flowers-bg.jpg) 81px 0px no-repeat;
}

#head-left {
	float: left;
	width: 408px;
	height: 249px;
	background: url(../images/head-left-bg.jpg) 0px 114px no-repeat;
}

#head-right {
	float: left;
	width: 392px;
	height: 249px;
	background: url(../images/head-right-bg.jpg) no-repeat;
	position: relative;
}

#head-right .image {
	position: relative;
	left: 91px;
	top: 19px;
}

#head-right .image img {
	position:absolute;
	left:0px;
	top:0px;
}

#logo {
	float: left;
	width: 295px;
	height: 44px;
	padding-left: 26px;
	padding-top: 31px;
}

#nav {
	float: left;
	width: 370px;
	padding-left: 32px;
	padding-top: 54px;
}

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

#nav a:hover {
	color: #000;
}

#nav a:selected {
	color: #000;
}

#main-left {
	float: left;
	width: 57%;
	margin-right: 25px;
}

#main-right {
	float: right;
	width: 301px;
}

#main-right h2 {
	font-size: 110%;
	color: #cff487;
	font-weight: normal;
	margin: 0;
}

#main-left2 {
	float: left;
	width: 40%;
}

#main-right2 {
	float: right;
	width: 50%;
}

#main-right2 table {
	font-size: 90%;
}

#main-right2 table th {
	background: #232323;
}

#main-right2 table td {
	background: #444;
}

#main-wide {
	float: left;
	width: 100%;
}

#gallery a {
	float: left;
	border: solid 5px #fff;
	margin-right: 9px;
	margin-bottom: 10px;
}

#gallery a:hover {
	border: solid 5px #cff487;
}

h1 {
	font-size: 130%;
	color: #cff487;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: 110%;
	color: #cff487;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
	font-size: 110%;
	color: #cff487;
	font-weight: normal;
	margin: 0px;
}

.green {
	color: #cff487;
	font-weight: bold;
}

.content {
	text-align: justify;
}

.center {
	text-align: center;
}

a {
	color: #cff487;
	text-decoration: underline;
}

a:hover {
	color: #009933;
}

a:selected {
	color: #009933;
}

img {
	border: none;
}

#footer {
	float: right;
	font-size: 90%;
	color: #ccc;
	width: 291px;
	text-align: right;
	margin: 5px 5px 0px 0px;
}

#logoholder {
	float: right;
	margin: 10px 0px 5px 0px;
	width: 160px;
	text-align: right;
}

#footer #designed {
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Form */
form {
	width: 400px;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	color: #cff487;
}

input {
	width: 200px;
}

textarea {
	width: 200px;
}

.buttonSubmit {
	width: 75px;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	width: 380px;
}

/* Error message */
.MsgError {
	Display: block;
	width: 380px;
}

.contact-float {
	float: left;
	width: 50%;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.small {
	font-size: 0.9em;
}