@import url("comments.css");
@import url("base_site.css");
@import url("form.css");


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
} 


body {
	position: relative;
	background-color: orange;
	background-image: url('/images/webdesign/background.jpg');
	background-position: center top;
	margin: 0;
	padding: 0;
	color: black;	
	font-family: Arial;
	font-size: 9pt;
	line-height: 2em;
	background-color: #bb006f;
}

a img {
	border: 1px solid black;
}


#left {
	position: absolute;
	background: url('/images/webdesign/left.jpg') no-repeat top right;
	height: 100%;
	width: 176px;
	left: -176px;
}

#top {
	background: url('/images/webdesign/top.jpg') no-repeat;
	width: 100%;
	height: 229px;
}

/*
#right {
	position: absolute;
	height: 100%;
	width: 100px;
	right: -100px;
	background-color: green;
}*/


#content {
	clear: both;
}

#container {
	position: relative;
	width: 767px;
	min-width: 50em;
	margin: auto;
	min-height: 100%;	
	_height: 100%;
	background-color: #fee8b7; 
}


#page {
	position: relative;
}

#content {
	margin: 30px;
}

#menu {
	text-align: center;	
	margin: 4px;
	background: url('/images/webdesign/menu_full.png') no-repeat;
	height: 60px;
}

#menu ul, #menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li a {
	color: #fee8b7;
	text-decoration: none;
	padding: 0 32px 0 32px;
}

#bottom {
	clear: both;
	margin: 20px;
	padding-top: 20px;
	text-align: right;
}


hr {
	border: 0;
	border-bottom: 2px solid black;	
	margin-top: 5em;
	margin-bottom: 2em;
}