@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	background-color: #666;
	margin: 20px;
	padding: 0;
}

#wrapper {
	width:820px;
	margin:0 auto;
}

#masthead {
	border-bottom:2px solid white;
	height:261px;
}

#topbutton {
	float:left;
	width:200px;
}

#topright {
	border:2px solid white;
	width:453px;
	height:215px;
	float:right;
}

#topright img {
	display:block;
}


#columnwrapper {
	background-color:#999;
	padding-top:5px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#strap {
	clear: both;
	height: 30px;
	display: block;
	background:#666 url(../img/strap_bg.jpg) repeat-y right;
	margin:10px 0;
	padding:5px 15px;
}

#strap h3 { margin:0; font-size:1.5em; }

.content {
	padding:20px;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}


#left {
	width:200px !important;
	width:190px;
	float:left;
}

#right {
	font-size:0.9em;
	line-height:1.5em;
	margin-left:205px;
	border-left:1px solid #aaa;
	height:auto !important;
	height:400px;
	min-height:400px;
	background-color:#999;
}

#right p {
}

#right ul li {
	font-size:0.9em;
	line-height:1.5em;
	background:url(../img/right_li.gif) no-repeat 0 5px;
	padding-left:15px;
}



#footer {
	height:30px;
	border-top:1px solid black;
}


blockquote {
	font-size: 0.9em;
	line-height:1.7em;
	margin-bottom:30px;
}

blockquote.left {
	background:url(../img/bq_left.gif) no-repeat top left;
	padding-left:80px;

}

blockquote.right {
	background:url(../img/bq_right.gif) no-repeat bottom right;
	padding-right:80px;
}

p.box {
	padding:10px;
	border:1px solid #ccc;

}
span.black { color:#000; }

p.warn	{ color:#F00; font-weight:bold; background:#FFFFAA; padding:5px; }