
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #fff;}

body {
	background-color: #330000;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #fff;
	border-left: 6px solid #fff;
	color: #fff;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	font: normal 1em "Arial",sans-serif;
	color: #000;
	padding-left: 40px;
	
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #330000 ;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 780px;
}

/* header background image */
.top {
	padding: 50px 20px 0;
}

/* navigation */
.navigation {	
	background: #330000;
	height: 35px;
	text-transform:uppercase;
	font-size: 9px;
}
.navigation a {
	background: #330000;
	color: #fff;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {color: #bf7c7a; text-decoration: none;}

/* main text bg*/
.main 
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #330000 url(img/txtbg.gif) repeat-x;
}

/* content */
.content {
	float: left;
	background: #330000 url(img/logo.gif) no-repeat;
	border-right: 1px solid #fff;
}

.middle 
{
    float: left;
	background: #330000;
	border-right: 1px solid #fff;
}
.side {
	float: left;
	width: 100%;
	padding: 0 16px;
	background: #330000 url(img/txtbg.gif) repeat-x;
	
}
.side .descr 
{
	font-size: 0.9em;
	background: #330000 url(img/txtbg.gif) repeat-x;
	margin-bottom: 6px;
}
.side p {font-family: "Lucida Sans Unicode",sans-serif;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 160px;
}

.cssform textarea{
width: 249px;
height: 150px;
}

* html .threepxfix{
margin-left: 3px;
}
/* footer */
.footer {
	color: #fff;
	font: normal 1em sans-serif;
	line-height: 35px;
	text-align: right;
}
.footer a,.footer a:hover {color: #FFF;}