body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	
}
#wrap {
	width:900px;
	margin:0 auto;
	background: #fff;
}
#header {
	padding:5px 10px;
	font-family: Amaranth, sans-serif;
	height:45px;
}
h1 {
	margin:0;
}

#roundbox {
	border-radius: 8px;
	background-color: #BF94DA;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#massive {
	font-size: 3em;
}

#main {
	float:left;
	width:650px;
	padding:10px;
	border-right: 1px solid #c0c0c0;
	font-size: 1em;
}
h2 {
	font-size: 1.5em;
	font-family: Amaranth, sans-serif;
}
#sidebar {
	float:right;
	width:200px;
	padding:10px;

}
#footer {
	clear:both;
	padding:5px 10px;
	border-top: 1px solid #c0c0c0;
	font-size: 0.9em;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

/* ------------------------
Custom stuff not for layout
--------------------------*/

.corner {
	float: left; 
	position: absolute;
	left: 0px; 
	top: 0px; 
	z-index: 1;
}

.item {
	width: 280px;
	border: 1px solid #c0c0c0;
	padding: 5px;	
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: center;	
}

.item h3 {
	font-family: Amaranth, sans-serif;
	font-size: 1.3em;
	display: inline;
	line-height: 30px;	
}

.itemsmall {
	height: 40px;
	font-size: 0.9em;
	padding: 3px;
}

.shaded {
	background-color: #F9F0E0;
}

.itempic {
	min-height: 140px;
}

/* ------------------------
CSS for forms
--------------------------*/

label
{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input, textarea
{
	height: 20px;
	width: 350px;
	border: 1px solid #c0c0c0;
}

div.checkbox { float: left; width: 31%; margin-right: 1% }
.checkbox input { width: auto; }
div.checkbox.newline { clear: left }

textarea {
	height: 200px;
}

.submit 
{
	width: 90%;
	float: left;
	text-align: center;

} 

.submit input {
	width: 100px;
}
fieldset
{
	border: 1px solid #c0c0c0;
	width: 90%;
}