@CHARSET "ISO-8859-1";

body
{
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #d9d9d9;
}

.content
{
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

/* Header wrapper */
#header-wrapper
{
  width: 100%;
  background: url('Design/bg.png') repeat-x;
}

/* Header */
#header
{
  height: 650px;
  width: 996px;       /* Same as #wrapper width */
  margin-left: auto;  /* margin-left = margin-right = auto centers the element */
  margin-right: auto;
  text-align: left;   /* Makes positioning of menu elements much easier; see #header-menu */
}

#stil
{
 	position: absolute;
	top: 364px;
	padding-left: 695px;
}

/* Page wrapper */
#wrapper
{
  text-align: left;
  margin-left: auto;  /* margin-left = margin-right = auto centers the element */
  margin-right: auto;
  width: 996px;       /* LC width + CC width + RC width */
}

/* Navigation, left AND center */
#columnLeft
{
  float: left;
  width: 207px;       /* LC width */
	padding-left: 25px;
}

/* Main column */
#columnCenter
{
  float: right;
  width: 517px;       /* CC width */
}

/* Wrapper for left and main column */
#enclose
{
  float: left;
  width: 762px;       /* LC width + CC width */
}

/* Navigation, right */
#columnRight
{
  float: right;
  width: 207px;       /* RC width */
	padding-right: 15px;
}

/* CENTER styles */
.center
{
 	background: url('Design/cc.png');
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
	font-size: 11px;
	font-family: arial;
}
.center a {text-decoration: none;	color: #7d7d7d;}
.center a:hover {color: #3b4b29}

.h1
{
 	background: url('Design/ch1.png');
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: trebuchet ms;
	font-size: 17px;
  color: #454545;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
.h1 u{color: #dadada; text-decoration: none;}

/* NAVIGATION styles */
.menu
{
 	background: url('Design/mc.png');
	padding-left: 8px;
	padding-right: 8px;
	color: #3d3d3d;
	font-size: 11px;
	font-family: arial;
}
.mh1
{
 	background: url('Design/mh1.png');
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: trebuchet ms;
	font-size: 17px;
  color: #454545;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
.mh1 u{color: #ccc; text-decoration: none;}

/* IMAGE styles */
.m_img
{
 	padding: 2px;
	border: 1px solid #555;
	background: #777;
}
.m_img:hover
{
 	border: 1px solid #b0b0b0;
	background: #999;
}

/* FOOTER styles */
.cf {background: url('Design/cf.png'); font-size: 10px;}
.mf {background: url('Design/mf.png'); font-size: 10px;}
