/*  General */

body {
	background-color: #343434;
	text-align: center;
	margin: 0 auto;
	font: 10px 'georgia', serif;
	color: #D2BF8F;
}

#container {
	text-align: center;
	margin: 0 auto;
	width: 500px;
	background: #343434;
	overflow: hidden;
}

#start {
	margin: 0 20px;
	text-align: center;
	width: 500px;
}

#image {
	background: #343434 url(images/01.gif) no-repeat;
	height: 100px;
}

#imagine {
 	background: #343434 url(images/02.gif) no-repeat;
	height: 241px;
}


/*  IE */

#navigation {
	float: right;
	width: 160px;
	margin: 0;
}

#navigation h1 {
	background: #343434 url(images/header.gif) no-repeat;
	margin: 0px;
	height: 68px;
	font: bold 13px 'georgia', serif;
	padding: 20px 5px 0 0;
	text-transform: uppercase;
	color: #8A0E01;
	text-align: right;
}

#navigation ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0px;
}

#navigation li {
 	list-style-type: none; 
 	padding: 0 0 5px 0; 
 	text-align: left;
}

#navigation a:link, #navigation a:visited {
	display: block;
	height: 18px;
	font: 12px 'georgia', serif;
	color: #BFAB85;
	padding: 2px 0 0 30px;
	text-decoration: none;
}

#navigation a:hover {
	background: none;
	color: #91353B;
}

#content {
	margin: 0 0 0 10px;
	text-align: justify;
	float: left;
	width: 350px;
	font: 12px 'georgia', serif;
	color: #D2BF8F;
}

#footer {
	background: #343434 url(images/seifer_03.jpg) no-repeat;
	height: 56px;
	color: #64300A;
	padding: 20px 0 0 0;
	font: bold 13px 'verdana', serif;
	text-transform: uppercase;
	clear: both;
}

/*  Other Browsers */

html>body #navigation {
	float: right;
	width: 135px;
	margin: -60px 0 0 0;
}

html>body #navigation h1 {
	background: #343434 url(images/header.gif) no-repeat;
	margin: 0px;
	height: 68px;
	font: bold 13px 'verdana', serif;
	padding: 20px 5px 0 -20px;
	text-transform: uppercase;
	color: #8A0E01;
	text-align: right;
}

html>body #navigation ul {
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0px;
}

html>body #navigation li {
 	list-style-type: none; 
 	padding: 0 0 5px 0; 
 	text-align: left;
}

html>body #navigation a:link, #navigation a:visited {
	display: block;
	height: 18px;
	font: 12px 'georgia', serif;
	color: #BFAB85;
	padding: 2px 0 0 20px;
	text-decoration: none;
}

html>body #navigation a:hover {
	background: none;
	color: #78757D;
}


html>body #content {
	margin: 0 0 0 -20px;
	text-align: justify;
	float: left;
	width: 370px;
	font: 12px 'georgia', serif;
	color: #D2BF8F;
}

html>body #footer {
	background: #343434
	height: 36px;
	color: #D2BF8F;
	padding: 20px 0 0 0;
	font: bold 8px 'verdana', serif;
	text-transform: uppercase;
}

/*  Content */


#content a:link, #content a:active, #content a:visited {
	font: 11px 'georgia', serif;
	color: #705048;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px #705048 dashed;
}

#content a:hover {
	font: 12px 'georgia', serif;
	color: #78757D;
	text-decoration: none;
}

#content i {
	color: #FEFEFE;
}

#content b {
	color: #8A0E01;
}

#content h1
{
	background: #343434 url(images/h1.gif) no-repeat;
	height: 27px;
	font: bold 14px 'georgia', serif;
	color: #8A0E01;
	letter-spacing: 3px;
	border: 0px;
	margin: 1px;
	padding: 5px 0 0 45px; 
}

input, textarea, option, select, table, tr, td
{
font-family: georgia, sans-serif;
font-size: 10px;
color: #D2BF8F;
border: 1px #D2BF8F dashed;
font-style: normal;
line-height:12px;
}


.img  {
	border: 0px solid
}