@charset utf-8;

a,abbr,acronym,address,area,b,base,bdo,big,blockquote,body,br,button,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,head,hr,html,i,img,ins,kbd,label,legend,li,link,map,meta,noscript,object,optgroup,option,param,pre,q,samp,script,small,span,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,var,applet,basefont,center,dir,font,isindex,menu,s,strike,u,frame,frameset,noframes,iframe
{
	border:none;
	margin:0;
	padding:0;
}

p
{
	border:none;
	margin:1em 0;
	padding:0;
}

ul,ol
{
	border:none;
	margin:1em 0;
	padding:0 0 0 3em;
}

input,select
{
	margin:0;
	padding:0;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

html,body
{
	height:100%;
}

body
{
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#dedede url(../images/bg.jpg) repeat-x top;
}

a
{
	color:#541c13;
	text-decoration:none;
	border-bottom:dashed 1px #541c13;
}

a:hover
{
	color:#541c13;
	text-decoration:underline;
	border-bottom:none;
}

button
{
	background:#91999f;
	color:#fff;
	margin:2px;
	padding:0 2px;
}

input,textarea
{
	border:1px solid #8b8b8b;
	margin:2px;
}

label
{
	width:150px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
}

abbr,acronym
{
	border-bottom:dashed 1px #f12;
	cursor:help;
}

legend,h2
{
	font-size:1.1em;
}

h1
{
	font-size:1.2em;
}

legend,h1
{
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}

#container
{
	width:918px;
	margin:15px auto;
	background:#fff;
	border:3px solid #707070;
}
#header
{
	height:158px;
}
#header a
{
	border:none;
}
#sidebar
{
	width:251px;
	float:left;
	background:#f2a230;
	padding:15px;
}
#content
{
	width:630px;
	float:right;
}
#footer
{
	clear:both;
	padding:15px;
	text-align:center;
}