html
{
	width: 100%;
}

body
{
	background-color: #ffffff;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #606060;
	width: 100%;
	text-align: center;
}

a
{
	color: #D2334D;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

a:focus 
{ 
  -moz-outline: 0px;
}

h1
{
	font-size: 16px;
	color: #363636;
}

h2
{
	font-size: 14px;
}

#contentContainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 134px;
	width: 934px;
	height: 313px;
	text-align: left;
	background-color: #ffffff;
}

#borderTop
{
	height: 5px;
	overflow: hidden;
}

#borderTL
{
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background-image: url("../images/border_tl.gif");
	background-repeat: no-repeat;
}

#borderT
{
	position: relative;
	float: left;
	width: 924px;
	height: 5px;
	background-image: url("../images/border_t.gif");
	background-repeat: repeat-x;
}

#borderTR
{
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background-image: url("../images/border_tr.gif");
	background-repeat: no-repeat;
}

#borderL
{
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background-image: url("../images/border_l.gif");
	background-repeat: repeat-y;
}

#content
{
	position: relative;
	float: left;
	width: 924px;
	height: 5px;
	background-color: #ffffff;
	left: 1px;
}

#borderR
{
	position: relative;
	float: left;
	width: 5px;
	height: 6px;
	background-image: url("../images/border_r.gif");
	background-repeat: repeat-y;
}

#borderBottom
{
	height: 6px;
}

#borderBL
{
	position: relative;
	float: left;
	width: 5px;
	height: 6px;
	background-image: url("../images/border_bl.gif");
	background-repeat: no-repeat;
}

#borderB
{
	position: relative;
	float: left;
	width: 924px;
	height: 5px;
	background-image: url("../images/border_b.gif");
	background-repeat: repeat-x;
}

#borderBR
{
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background-image: url("../images/border_br.gif");
	background-repeat: no-repeat;
}

#footer
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	height: 20px;
	color: #999999;
}

#footer a
{
	font-size: 9px;
	padding: 8px;
	margin-bottom: 134px;
}

