/*#############################################################
Grasp website
#############################################################*/

body {
background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
color: #333; 
margin: 40px 0;
text-align: center; 
font: normal 0.9em "Trebuchet MS" sans-serif;
}
#pic{
background: #F5F5F5 url(img/gs.gif) no-repeat; 
display: block; 
height: 240px;
}
a {
color: #5a7233;
text-decoration: none;
}
a:hover {
color: #5a7233;
text-decoration: underline;
}
.header {
background: #FFF;
margin: 10px;
border-bottom: 1px solid #E5E5E5;
font: bold 2.6em Arial;
line-height: 3em;
}
.header h2 {
font: bold 0.4em "Trebuchet MS" sans-serif;
color: #5a7233;
}
.main {
background: #FFF; 
border: 3px double #5a7233; 
border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
margin: 20px auto 4px auto; 
text-align: left;
width: 620px; 
}

.menu {
width: 100%;
background: #eee;
}
.menu a {
background: #EEE;
border-right: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;
color: #444;
font-weight:bold;
float: left;
padding-top: 4px;
width: 149px; height: 36px;
}
.menu a span {
padding-left: 10px;
}
.menu a:hover {
background: #EEE url(img/bgmenu.gif) repeat-x;
color: #555;
text-decoration:none;
}

.container {
margin: 10px;
}
.content {
background: #F5F5F5;
border-top: 1px solid #E5E5E5;
clear: both;
}
.content h1 {
margin: 0;
font: bold 1.1em "Trebuchet MS" sans-serif;
color: #5a7233;
}
.content p {
	margin: 3px 0 6px;
	color: #333333;
	line-height: 21px;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}


.footer {
	padding: 5px;
	background: #F5F5F5;
	font-size: 0.7em;
	color: #666;
} 

/* Form Data */

form {
	padding:10px;
	border:none;
	background-color:#fff;
}

label {
	display:block;
	font-weight:bold;
	color:#5a7233;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	background:#fff;
	border:1px dotted #000;
	font:90% Verdana;
	color:#000;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px dotted #000;
	background:#fff;
	height:200px;
	display:block;
	color:#000;
}
