body {
	margin:0;
	padding:0;
	color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	background:url(../images/page_bg.png) top left repeat-x #949494;
}

#container {
	margin:0 auto 0 auto;
	width:760px;
	background:url(../images/container_bg.png) top left repeat-y;
}

#logo {
	display:block;
	width:320px;
	height:75px;
	background:url(../images/logo.png) top left no-repeat;
	text-indent:-9999px;
	outline:none;
	text-decoration:none;
	float:left;
	margin:10px 0 0 30px;
}

#nav {
	width:300px;
	text-align:right;
	float:right;
	color:#fff;
	padding:30px 40px 0 0;
}

#nav a {
	display:block;
	float:right;
	margin-left:10px;
	background:#444;
	border:1px solid #888;
	width:auto;
	padding:5px 10px 5px 10px;
	color:#ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#nav a:hover {
	color:#ccc;
	background:#666;
	border-color:#aaa;
}

#showcase {
	clear:both;
	padding:50px 28px 0 28px;
	height:85px;
	background:url(../images/shelf.png) bottom left no-repeat; 
}

	#showcase img {
		display:block;
		width:48px;
		height:48px;
		padding:0 8px 0 8px;
		float:left;
	}
	
.lcol {
	width:330px;
	padding:10px 0 20px 40px;
	float:left;
	line-height:1.5em;
}

.rcol {
	width:330px;
	padding:10px 40px 20px 0;
	float:right;
	line-height:1.5em;
}

#footer { 
	clear:both;
	margin:20px 40px 0 40px;
	padding:10px;
	border-top:1px solid #aaa;
	font-size:8pt;
	color:#aaa;
	text-align:center;
}

h2 {
	color:#00adef;
	margin:0;
	padding:20px 0 0 40px;
	line-height:25px;
	height:25px;
	font-size:14pt;
}

a {
	color:#00adef;
	text-decoration:none;
}

form div {
	clear:both;
	padding:5px 0 0 0;
}

form div label {
	display:block;
	width:120px;
	float:left;
}

form div input {
	display:block;
	float:right;
	background:#ccc;
	border:1px solid #000;
}

form textarea {
	background:#ccc;
	border:1px solid #000;
}

form p { text-align:right; margin-top:5px; }

form p input {
	display:block;
	float:right;
	margin-left:10px;
	background:#444;
	border:1px solid #888;
	width:auto;
	padding:5px 10px 5px 10px;
	color:#ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

form p input:hover {
	color:#ccc;
	background:#666;
	border-color:#aaa;
}