body{
	margin: 0;
	background-color: #1c9bcd;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
p, ul{
	font-size: 82%;
}
a, a:visited{
	color:#fff;
	font-size: 90%;
}
a:hover{ 
	text-decoration:none;
}
.bottom{
	margin-bottom: 30px;
}
#form label, #form input, #form textarea{
	margin: 2px 0 15px 0;
	padding:2px;
	border: none;
}
.buttons{
	background-color: #b8e218;
	width: 100px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	float: right;
}
#form textarea, #form-right input, #form-left input{
	width: 100%;
}
#form{
	margin: 10px 0;
	width: 90%;
	font-size: 82%;
}
#top, #holder, #main{
	width: 757px;
	margin: 0;
}
#main, #holder, #top{
	margin-right:auto;
	margin-left:auto;
}
#main{
	clear: both;
	margin-bottom: 20px;
	border-left: solid #9ad3e9 1px;
	border-right: solid #9ad3e9 1px;
}
#left-main{
	float: left;
	width: 60%;
	padding: 0 30px 0 10px;
	margin: 0;
	border-right: solid #9ad3e9 1px;
}
#right-main{
	float: left;
	width: 25%;
	padding: 0 0 0 10px;
}
#form-left{
	float: left;
	width: 40%;
}
#form-right{
	float: right;
	width: 40%;
}