/* @override http://iq:8888/css/template.css */

*{
	padding: 0;
	margin: 0;
}

body{
	font-size: 70%;
	font-family: Arial;
	color: #5f6062;
	background-color: #9dc53b;
	line-height: 1.3em;
}

#wrapper{
	background: #FFF URL(../images/wood_bg.png) right top no-repeat;
	width: 964px;
	height: 628px;
	margin: 0 auto;
	border: 10px solid #FFF;
	padding: 20px 28px;
}

#logo_wrapper{
	padding-bottom: 28px;
	background: URL(../images/line_masthead.gif) left bottom no-repeat;
	margin-bottom: 15px;
	width: 545px;
}

h2{
	font-size: 1.2em;
	color: #9dc53b;
	font-weight: normal;
	margin-bottom: 25px;
}
p{
	margin-bottom: 1em;
}
a{
	color: #9dc53b;
	text-decoration: none;
}
a:hover{
	color: #5f6062;
}

#paragraph h2, #paragraph p, #launch p, #contact_form p{
	width: 495px;
	padding-left: 20px;
	text-align: justify;
}

#paragraph{
	padding-bottom: 10px;
	background: URL(../images/line_para.gif) left bottom no-repeat;
	margin-bottom: 15px;
	width: 545px;
}
#launch{
	padding-bottom: 10px;
	background: URL(../images/line_launch.gif) left bottom no-repeat;
	margin-bottom: 15px;
	width: 545px;
}
#contact_form{
	height: 217px;
	background: URL(../images/line_form.gif) left bottom no-repeat;
	position: relative;
}
#address{
	position: absolute;
	top: 30px;
	left: 420px;
}

th{
	font-weight: normal;
	text-align: left;
	padding: 4px 20px;
	vertical-align: top;
}

.text_box{
	border: 1px solid #c9c8c8;
	width: 300px;
	padding: 3px;
}
.text_area{
	border: 1px solid #c9c8c8;
	width: 300px;
	padding: 3px;
	height: 42px;
	font-family: Arial;
}
.btn{
	border: none;
	background-color: #FFF;
	color: #9dc53b;
	cursor: pointer;
}
.btn:hover{
	color: #5f6062;
}


