#main {
	position: relative;
}
	#main #feed {
		position: absolute;
		top: 36px;
		right: 0px;
		height:100%;
	}
	
* {
	margin:0;
	padding:0;
}

body {
	background:#fff url(../images/body.jpg) repeat-x 0 0;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#777;
	padding:20px 5px;
	text-align:center;
}

#main{
	margin:0 auto;
	width:900px;
	text-align:left;
}

#left {
	width:190px;
	float:left;
}

	@font-face {
		font-family:"Museo 700";
		src:url(../images/Museo700-regular) format("opentype");
	}

	#sitename {
		font:4.9em/40px "Museo 700", "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:12px 0 6px;
		display:block;
		color:#d6417b;
	}
	
	@font-face {
		font-family:"Museo 300";
		src:url(../images/Museo300-regular) format("opentype");
	}
	
	h1 {
		font:bold 1.9em/30px "Museo 300", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2c2c2c;
		margin-bottom:30px;
	}
	
	h2 {
		font:bold 1.9em/30px "Museo 300", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d6417b;
	}
	
		h2 span {
			color:#98805f;
		}
		
	h2.one {
		background:url(../images/head1.jpg);
		margin:0 5px;
	}
		
	h2.two {
		background:url(../images/head2.jpg);
		margin:0 5px;
	}
		
	h2.three {
		background:url(../images/head2.jpg);
		margin:0 5px;
	}
	
.thumb1 {
	float:left;
	margin:0 10px 10px 0;
}

.thumb2 {
	margin:0 0 10px;
	float:left;
}

img {
	border:none;
}

#left form {
	margin-bottom:20px;
}

input.input, select.select, textarea.textarea {
	border-color:#DDDDDD #EEEEEE #EEEEEE;
	border-style:solid;
	border-width:1px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 0 4px;
}

input.feed {
	background:#fff url(../images/selectfeed.jpg) no-repeat 3px 3px;
}

input.feed:focus {
	background:#fff;
}

	#left input.input {
		width:174px;
		margin-bottom:1px;
	}
	
	#left input.btn {
		margin-top:2px;
	}
	
	textarea.textarea {
		padding:0 2px;
		width:304px;
		height:60px;
	}

#form {
	margin:0 215px 0 195px;
}

	table {
		margin:1px 0 9px;
	}

	td {
		padding:0 5px;
		height:30px;
		line-height:30px;
		font:bold 1.2em Arial, Helvetica, sans-serif;
	}
	
	td.code {
		height:79px;
		vertical-align:bottom;
	}
	
		.code .btn {
			margin-top:17px;
		}
		
	td.code2 {
		height:67px;
	}
	
		td small {
			font-weight:normal;
			font-size:.833em;
		}
		
		td input.input {
			width:304px;
		}
		
		td input.smaller {
			width:284px;
		}
		
		td select.select {
			width:310px;
		}
		
	tr:hover {
		background:#eee;
	}
	
	.selector {
		background-color:#FFFFFF;
		border-color:#EEEEEE #EEEEEE #DDDDDD;
		border-style:solid;
		border-width:1px;
		color:#808080;
		font-family:sans-serif;
		font-size:1em;
		font-weight:bold;
		padding:0 4px;
		text-decoration:none;
		line-height:8px;
	}
	.selector:hover {
		background:#d6417b;
		color:#fff;
	}

#right {
	float:right;
	width:200px;
	position:relative;
}

.alignright {
	float:right;
}

#footer {
	padding:10px;
	width:880px;
	margin-top:20px;
	clear:both;
	background:#eee;
	color:#aaa;
	position:relative;
	z-index:1000;
}