hr
{
	background: transparent;
}
#header
{
	background: url(images/headerbg.png) repeat-x;
	width: 100%;
	height: 300px;
	font-size: 40px;
	color: #fff;
	font-family: Sans-serif;
	/*padding-top: 10px;
	padding-left: 10px;*/

}

#content
{
	border: 1px solid #666;
	top: 100px;
	left: 200px;
	min-height: 500px;
	width: 500px;
	position: absolute;
	background: #fff;
	padding: 5px;
}

#content .hr
{
	width: 100%;
	height: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px dashed #000;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 1px;
	
}

#content a
{
	text-decoration: underline;
}
#menu
{
	left: 20px;
	top: 140px;
	width: 100px;
	position: absolute;
	
}

#menu img
{
	vertical-align: middle;
	margin-top: 0px;
	padding: 0px;
}
#menu .hr
{
	width: 100%;
	height: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #000;
	margin-top: 3px;
	margin-bottom: 1px;
	font-size: 1px;
	
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Sans-serif;
	font-size: 12px;
}

table
{
	font-family: Sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	color: #666;
}

h1
{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 7px;
}

h2
{
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 7px;
}	

#logo
{
	background: url(images/angelh.png) no-repeat;
	width: 100px;
	height:100px;
	/*left:510px;
	top: 10px;
	position: absolute;*/
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}	

input
{
	border: 1px solid #999999;
}

textarea
{
	border: 1px solid #999999;
}
