/**
 * Style sheet Basic
 */
body
{
	margin:0px;
	padding:0px;
	background-image:url("images/back.gif");
	background-position:left top;
}

#container
{
	background-image:url("images/containern.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-width:1px 0px;
	border-style:solid;
	border-color:#884E57;
}

#header
{
	height:220px;
	background-image:url("images/logo.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}

#left
{
	padding:20px 0px 0px 0px;
}

#right
{
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:arial;
}

h1, h2, h3, h4, h5, h6
{
	font-family:arial;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:arial;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	line-height:20px;
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#3F3F3F;
}

a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#3F3F3F;
}

a:active
{
	font-weight:bold;
	text-decoration:none;
	color:#3F3F3F;
}
