img { behavior: url(iepngfix.htc) }

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

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color : #242424;
}

A  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
}

#container {
	width : 500px;
	background-image : url("images/back.gif");
	min-height: 100%;
	margin:0px auto;
	vertical-align: top;
	text-align: center;
}

* html #container {
	height: 100%;	
}

.title {
	COLOR : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : normal;
	text-transform : uppercase;
}

.text_white {
	COLOR : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	font-weight : bold;
}

.text_body {
	COLOR : #DAC777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.text_body a{
	COLOR : #DAC777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

.text_body a:hover{
	text-decoration : none;
}

.footer {
	COLOR : #8E8E8E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.footer a{
	COLOR : #8E8E8E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

.footer a:hover{
	text-decoration : underline;
}

.footer_2 {
	COLOR : #424242;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#navcontainer { margin-top: 10px; margin-left: 0px; margin-right: 0px; padding-bottom: 0px; margin-bottom: 20px; }


#navcontainer a
{
	COLOR : #DAC777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

#navcontainer a:hover
{
	COLOR : #DAC777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#navlist li
{
	COLOR : #DAC777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-top: 3px;
	padding-left: 12px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.heart {
	background-image : url("images/heart.png");
	height : 13px;
	width : 209px;
}
