@charset "UTF-8";
/* Created by MerrittMedia © 2008 */

/* IMPORTS */
@import url(header.css);
@import url(img.css);
@import url(links.css);
@import url(nav.css);
@import url(txt.css);

/* KILL MARGIN AND PADDING */
*{
	margin: 0;
	padding: 0;
}

/* LINKS */
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #6699cc;
}

/* CENTERING */
body{
	font-family: sans-serif;
	text-align: center;
	min-width: 600px;
	background: url(../images/new_back.gif) repeat-x #fff;
	
	}

/* LAYOUT */
.wrapper{
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 10px;
}

.wrapper-inner{
	background: url(../images/back.gif) repeat;
	border-style: solid;
	border-color: #333;
	border-width: 2px;
}



/* MAIN CONTENT */
.content{
	font-family: "Comic Sans MS", "Zapf Chancery", "Gill Sans";
	float: right;
	width: 550px;
	text-align: left;
	padding: 1em;
}


/* CONTACT */
.name, .email, .phone, .comments, .code, .input, submit{
	padding: 10px;
}

.small_name{
	padding: 10px;
	font-size: small;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
/*
	background: #f8f8f8;

*/}

legend{
	font-weight: bold;
}

lable{
	display: block;
}

input{
	width: 200px;
}



/* FOOTER */

.footer{
	border-top: solid;
	border-top-color: #333;
	border-top-width: 1px;
	text-align: center;
	clear: both;
	padding: 5px;

}

.created{
	padding: 5px;
	border-top: dotted;
	border-top-color: #333;
	border-top-width: 1px;
	font-size: small;
	color: #6699cc;
}
