html
{
	height: 100%;
	background-image: url(/img/containerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
body
{
	height: 100%;
	font-family: tahoma, helvetica;
	font-size: 67.5%;
	margin: 0px;
}
img
{
	border: 0px;
}
a:link, a:visited
{
	color: #b71a8b;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}
p
{
	margin: 8px 0px 4px 0px;
}
h1
{
	margin: 8px 0px 4px 0px;
	color: #b8227b;
}



#container
{
	position: relative;
	width: 100%;
	margin: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header
{
	position: absolute;
	top: 35px;
	left: 0px;
	height: 200px;
	width: 900px;
}
#menu
{
	position: absolute;
	top: 235px;
	left: 320px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	z-index: 40;
}
#menu a
{
	float: left;
	height: 40px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 14px;
}
#menu a:link, #menu a:visited
{
	color: #ffffff;
}
#menu a:hover
{
	color: #f9e433;
}
#menu a:active
{
	color: #f9e433;
}
#submenu
{
	position: absolute;
	top: 275px;
	left: 320px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	z-index: 50;
}
#submenu div
{
	display: none;
}
#submenu div a
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	margin-right: 14px;
}
#submenu a:link, #submenu a:visited
{
	color: #808080;
}
#submenu a:hover, #submenu a:active
{
	color: #404040;
}
#logo
{
	position: absolute;
	top: 355px;
	left: 80px;
}
#content
{
	position: absolute;
	top: 340px;
	left: 320px;
	width: 630px;
	line-height: 1.65em;
	text-align: justify;
	z-index: 10;
}
#footer
{
	position: relative;
	clear: both;
	height: 50px;
	border-top: 1px solid #b8227b;
	text-align: right;
	z-index: 20;
}
#contentbg
{
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 230px;
	height: 1500px;
	z-index: -5;
}
#header_contact
{
	top: 235px;
	position:absolute;
	height: 40px;
	line-height: 40px;
	left:20px;
	color:#ffffff;
}
#header_contact a:hover
{
	color:#f9e433;
}
