HTML 
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	background-color: #f1998f;
}

BODY 
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 50px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
}

body, td
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666064;
}

a:link, a:visited
{
	color: #a92758;
	text-decoration: underline;
}

a:hover
{
	color: #a92758;
	text-decoration: none;
}

#box
{
	margin-right: 10%;
	margin-left: 119px;
}

#topmenu
{
	height: 90px;
	overflow: hidden;
	text-align: right;
	color: #c757a1;
	font-weight: bold;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover
{
	color: White;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#topmenu a:hover
{
	text-decoration: underline;
}

#topmenu div
{
	margin-top: 38px;
}

#content
{
	background-color: White;
	background-image: url(img/bg_content.gif);
	background-repeat: repeat-x;
}

#topleft
{
	background-image: url(img/logo_content.jpg);
	background-repeat: no-repeat;
}

#topright
{
	background-image: url(img/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#bottomleft
{
	background-image: url(img/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottomright
{
	background-image: url(img/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 70px;
	padding-bottom: 70px;
	min-height: 350px;
	padding-right: 50px;
}

* html #bottomright
{
	height: 350px;
}

#menu
{
	width: 250px;
	margin-top: 100px;
	float: left;
}

* html #menu
{
	margin-top: 100px;
}

.item, .itema
{
	font-size: 9pt;
	font-weight: bold;
	margin-left: 30px;
	border-bottom: 1px dotted #dd456f;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 5px 7px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.item div, .itema div
{
	color: #f1998f;
	padding-left: 15px;
}

.item div a:link,.item div a:visited, .item div a:hover, .itema div a:link,.itema div a:visited, .itema div a:hover
{
	color: #f1998f;
}

.item div a:hover, .itema div a:hover
{
	color: #e07063;
}

.item
{
	color: #663366;
	background-image: url(img/marker.gif);
}

.item a:link,.item a:visited, .item a:hover
{
	color: #663366;
	text-decoration: none;
}

.itema
{
	color: #eea2b7;
	background-image: url(img/markera.gif);
}

.itema a:link,.itema a:visited, .itema a:hover
{
	color: #eea2b7;
	text-decoration: none;
}

#menutitle
{
	color: #de80b1;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	padding-left: 30px;
}

#pinkbox
{
	background-color: #f8b3ab;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px;
	color: #a92758;
}

#pinkbox  div
{
	margin-bottom: 10px;
}

#pinkbox a:link, #pinkbox a:visited, #pinkbox a:hover
{
	color: #a92758;
	text-decoration: none;
}

#pinkbox a:hover
{
	text-decoration: underline;
}

#shadow
{
	height: 18px;
	background-image: url(img/shadow_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer
{
	height: 200px;
	overflow: hidden;
	background-image: url(img/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	padding-left: 220px;
}
#footer div
{
	margin-top: 80px;
	color: #c757a1;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer div a:link, #footer div a:visited, #footer div a:hover
{
	color: White;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#footer div a:hover
{
	text-decoration: underline;
}

#footer span
{
	margin-left: 10px;
	color: White;
}

#footer span a:link, #footer span a:visited, #footer span a:hover
{
	color: #ac435c;
}

#main
{
	margin-left: 300px;
}

H1
{
	font-size: 22pt;
	color: #c95ea4;
}

H2
{
	color: #e7a3d0;
	padding-top: 0px;
	margin-top: -10px;
	font-size: 14pt;
}





form
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}

.clear
{
	clear: both;
	float: none;
}

ol
{
	font-weight: bold;
}
li
{
	font-weight: normal;
	margin-bottom: 4px;
	line-height: 150%;
}

ul li
{
	list-style-image: url(img/limarker.gif);
}

input.fld
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #EDEDED;
	border: 1px solid #999999;
	font-size: 9pt;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
}

input.btn
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #4e2102;
	border-top: 2px solid #8a481a;
	border-left: 2px solid #8a481a;
	border-bottom: 2px solid #2e1300;
	border-right: 2px solid #2e1300;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	background-image: url(img/bg_btn.gif);
	background-repeat: repeat-x;
}
