@charset "utf-8";
/* CSS Document */

/*HTML Css*/

*,body, div, img { 
	margin:0;
	padding:0;
}

body {
	background-color: #3c3c3c;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 12pt;
}

#wrapper {
	margin-left: 18%;
	position:absolute;
	background-image:url(images/page.png);
	width: 512px;
	height: 768px;
}

/*Header Css*/

#head {
	z-index: 1;
	font-size: 27px;
	position:relative;
	height: 215px;
}


/* Navigation */

#nav {
	position:absolute;
	right: 20px;
	left: 330px;
	top: 144px;
	text-align: right;
	line-height: 24pt;
	font-size: 19pt;
}

/* Content CSS */

.title {
	font-size: 17pt;
	font-weight: bold;
	margin-bottom: 26px;
}

#contentbox {
	position:absolute;
	left: 520px;
	top: 94px;
	/*top: 150px;*/
	width: 540px;
}

/*Link Css*/

A:link {
	text-decoration: none;
	color: #e5e5e5;
}
A:visited {
	text-decoration: none;
	color: #e5e5e5;
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; color: #FFF;
}

/* Contact Form */

.block, label {
	display:block;
	margin: 10px 0 0 0;
}

label {
	font-size: 14px;
}

#form {
	margin-top: 14px;
	margin-left: 140px;
}

input,textarea {
	margin: 0;
	padding: 6px 8px;
	font-size: 13px;
	color: #b3b3b3;
	background: #3c3c3c;
	border: 1px solid #6f6f6f;
	width: auto;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.textfieldRequiredMsg, .textareaRequiredMsg {
	color: #888;
	padding: 2px;
	font-size: 12px;
}

#button {
	background-image: url(images/button.jpg);	
	height: 30px;
	width: 80px;
	font-size: 13px;
	color: #b3b3b3;
	border: 1px solid #6f6f6f;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 12px;
}