* {margin: 5; padding: 5; border: 3; text-decoration: none}

body {
	background: #000000;
}
#container {
	background: url(images/background.jpg) repeat-y;
	width: 850px;
	margin-left: auto;
 	margin-right: auto;

}
#header {
	height: 262px;
	background: url(images/header.jpg) no-repeat;
	margin-left: auto;
 	margin-right: auto;

}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 150px;
	clear: both;
	margin-left: auto;
	padding: 0 0 0 370px;
	font-size: 85%;
	line-height: 25px;
	margin-right: auto;
	font-style: italic;	
}
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	width: 470px;
	float: right;
	margin-top: -50px;
	padding-right: 130px;
	text-align: justify; text-justify: newspaper;

}

#navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 99px;
	float: left;
	margin-top: -70px;
	margin-bottom: 10px;
	margin-left: 65px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	border-top-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	border-right-width: thin;
	background-color: #333333;
}

h1, h2, h3, h4 { font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #4f3926; font-weight: normal; text-decoration: none }

h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal } 

h1 { font-size: 1.5em; letter-spacing: 0.1em; line-height: 1em; padding-right: 10px; }

h2 { font-size: 1.30em; letter-spacing: 0.05em }

h3 { font-size: 0.8em; font-style: oblique; letter-spacing: 0.05em }

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.80em; line-height: 1.60em; color: #000; letter-spacing: 0.05em }

p span {font-size: 1.50em; font-weight: bold } 

a:link, a:visited { color: #a5a2a2; font-weight: bold; text-decoration: none; }

a:hover, a:active { color: #000000; }

form {
	width: 460px;
	
	text-align: left;
}
label {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, select, textarea {
	float: left;
	margin-bottom: 10px;
	width: 440px;
	background: #ccc;
	color: #555;
	border: 2px solid #aaa;
	font: 100% "Arial", "Verdana", "Tahoma", sans-serif;
}
input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:100px;
	width: auto;
	cursor: hand;
	cursor: pointer;
}
