/* rh3toric css temoplate 2008.07.27 */
@import url("typography.css"); 
@import url("forms.css"); 
/* edit typography for basic font and color stuff */

/* 
specifics:
	
	
	
	
*/


body {
	background:#e7e7e7 url(../img/body-bg.png) repeat-x 0 0;
	color:#666;
}

div.wrapper {
	width: 706px;
	margin-top: 50px;
}

#header {
	width: 450px;
	float: right;
	padding: 30px 0 80px 0;
	margin-left: 20px;
}

#info {
	width: 200px;
	float: right;
	border-right: 2px solid #777;
	padding: 105px 20px 50px 0;
	text-align: right;
}

p {
	padding-top: 1.6em;
}

dl {
	width: 200px;
	text-align: right;
	clear: both;
	padding-top: 1.6em;
	display: inline-block;
	line-height: 1.6em;
}

dt {
	width: 80px;
	float: left;
}

dd {
	width: 120px;
	float: right;
}

ul.menu {list-style-type: none;}
ul.menu li {line-height: 1.4em;}