html {
	margin: 0; 
	padding: 0;
	min-width: 740px;
}

body {
	margin: 0; 
	padding: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	border: 0;
	font-size: 13px;
	line-height: 130%;
}

a {
	color: #FEDA79;
	text-decoration: none;
}

a:visited {
	color: #FEDA79;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
/*	background-color:#FFFFCC;*/
}

#page {
	color: #fff;
	background: #000 url(background.jpg) top center repeat-y;
	margin: 0 auto;
	width: 730px;
	padding: 0 4px 10px 4px;
	text-align: left;
/*	font-family: Georgia, Times, serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #800000;
}

/* - - - - - - - - - -
			Header
- - - - - - - - - - */

#header {
	margin: 0 0 5px 0;
	padding: 0.5em 0;
	text-align: center;
}

#header a:hover {
	text-decoration: none;
	background-color: #e9eada;
	border: none;
	color: #e9eada;
}


/* Navigation */

#navcontainer {
	margin: 0 0 0 0.8em;
	padding: 0 0 0 0.4em;
	height: 25px;
	text-align: center;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: url(menu_a.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	color: #eee;
	width: 116px;
	height: 28px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:visited {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background: url(menu_b.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

#navcontainer a:active {
	background: url(menu_b.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

#navcontainer li#active a {
	background: url(menu_b.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}


/* Left column */

#left {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* Main middle content column */

#content {
	margin-left: 140px;
	margin-right: 140px;
	padding: 0;
}

#content p {
	text-align: justify;
	margin: 0 0 1em 0; 
	line-height: 1.5em;
	font-size: 13px;
}

#content p.center {
	text-align: center;
	margin: 0 0 2em 0; 
	line-height: 1.5em;
	font-size: 13px;
}

#content p.notice {
	text-align: justify;
	margin: 3em 0 1em 0; 
	line-height: 1.5em;
	font-size: 10px;
}

#content ul {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 13px;	
}

#content li {
	text-align: left;
	margin: 0; 
	line-height: 1.6em;
	font-size: 13px;
}

#content h1 {
	font-family: "Courier New", Courier, monospace;
	margin: 0.5em 0 0.4em 0; 
	text-align: center;
	padding: 0;
	border: 0;
	color: #e1dad6;
	font-size: 26px;
	font-variant: small-caps;
}

#content h2 {
	margin: 1em 0 0.4em 0; 
	text-align: center;
	padding: 0;
	border: 0;
	color: #e1dad6;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#content-sub {
	margin: 12px 70px 0 70px;
	padding: 0;
}

#content-sub h2 {
	margin: 1.7em 0 0.8em 0; 
	text-align: left;
	padding: 0;
	border: 0;
	color: #e1dad6;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}

#content-sub h3 {
	margin: 1em 0 1em 0; 
	text-align: left;
	padding: 0;
	border: 0;
	color: #e1dad6;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}

#content-sub p {
	text-align: justify;
	margin: 0 0 1em 0; 
	line-height: 1.4em;
	font-size: 13px;
}

#content-sub table {
	text-align: left;
	margin: 0 0 1em 0; 
	line-height: 1.4em;
	font-size: 13px;
}

#content-sub p.more {
	text-align: center;
	margin: 0 0 1em 0; 
	line-height: 1.4em;
	font-size: 13px;
}

#content-sub p.name {
	text-align: justify;
	margin: 0 0 1em 0; 
	line-height: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
}

#content-sub ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-size: 13px;
}

#content-sub li {
	text-align: left;
	margin: 0; 
	line-height: 1.4em;
	font-size: 13px;
}

/* Right column */

#right {
	float: right;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#right p {
	text-align: justify;
	margin: 0 0 1em 0; 
	line-height: 1.6em;
}


/* Footer part */

#footer {
	clear: both;
	padding: 5px 0;
	margin: 30px 0 0 0;
	text-align: center;
}

#footer p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding: 5px 0;
}

input#yourname, #youremail {
	color: #000;
	width: 230px;
	border: 1px solid #5d5d2c;
	padding: 3px 6px;
}

textarea {
	width: 232px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #5d5d2c;
	padding: 3px 6px;
	overflow: auto;
}
