/*
General style stuff
*/
body
{
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	background:#FFFFFF;
	background-image: url('images/back.jpg');
	background-repeat: repeat-x;
	color: #79797b;
	text-align:center;
}
.bigSTAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #79797b;
	text-decoration: none;
}
a
{
	text-decoration:none;
	color:#d0255a;
	font-weight: bold;
}
a:visited
{
	text-decoration:none;
	color:#d0255a;
	font-weight: bold;
}
a:hover
{
	text-decoration:underline;
	color:#d0255a;
	font-weight: bold;
}
img
{
 border:0px;
}
li
{
	list-style-position: outside;
	list-style-image: url('images/menu/arrow.png');
 padding-bottom:10px;
}
h1
{
 font-size:16px;
 color:#d0255a;
}
h2
{
 font-size:14px;
 color:#d0255a;
}
#language
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:855px;
	text-align:right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#container
{
 position:relative;
 width:855px;
 top:5px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color:#FFFFFF;
}
#menu_top
{
	background-image: url('images/menu/filler.jpg');
	background-repeat: repeat-x;
}
#menu_left
{
 position:absolute;
 top:85px;
 left:25px;
}
#menu_left_text
{
 margin: 15px;
 font-size:12px;
 color:#FFFFFF;
}
#menu_left_text a,a:visited
{
 color:#FFFFFF;
 text-decoration:none;
}
#menu_left_text a:hover
{
 color:#FFFFFF;
 text-decoration:underline;
}
#content
{
	margin-top:0px;
	margin-left:290px;
	margin-right: 15px;
}
#footer
{
 position:relative;
 margin-left:auto;
 margin-right:auto;
 margin-top:5px;
 width:855px;
 background-color:#d0255a;
 color:#FFFFFF;
}
#footer a,a:visited
{
 color:#FFFFFF;
 text-decoration:none;
}
#footer a:hover
{
 color:#FFFFFF;
 text-decoration:underline;
}
#content a:link, a:visited , a:active{
	font-weight: bold;
	color: #C61046;
	text-decoration: underline;
}
#content a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#bookmark {
  position:absolute;
  top:225px;
  left:620px;
  position:absolute;
}
/* min height hack */
.prop
{
float:right;
width:1px;
}
.clear
{
clear:both;
height:1px;
overflow:hidden;
}
.min650px
{
height:650px;
}
.howto
{
 font-size:120%;
}