html
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background-image: url(../images/body_bg_portal.gif);
	background-color: #1b1109;
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 23px;
}

img
{
	border: 0;
}

a
{
	outline: none;
	color: #c81875;
	text-decoration: none;
}

a:hover
{
	color: #c81875;
	text-decoration: underline;
}

#container
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/container_bg2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#container_sections
{
	float: left;
	margin-top: 90px;
	padding-left: 150px;
	width: 570px;
}

#container_add
{
	font-family: Georgia, Verdana, Arial;
	float: left;
	margin: 190px 0 0 40px;
	width: 220px;
	text-align: center;
}

.section
{
	margin: 0 0 30px 0;
	height: 145px;
}

.section_text
{
	padding: 0 0 0 15px;
}

#footer
{
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 0 85px;
	padding: 5px 0 0;
	color: #3b2616;
	font-family: Georgia, Verdana, Arial;
	font-size: 10px;
}

#footer table
{
	width: 900px;
	padding: 0;
	margin: 0;
}

.footer_text
{
	padding: 0 5px 0 10px;
}

.footer_menu
{
	padding: 0 10px 0 5px;
	text-align: right;
}

#footer a
{
	outline: none;
	color: #3b2616;
	text-decoration: none;
}

#footer a:hover
{
	color: #3b2616;
	text-decoration: underline;
}

h1
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
	line-height: 23px;
}