	/* LINKS */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #CED7D7;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	}

a:active, a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #B8C0C0;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	}


	/* BODY */

body {
	background-color: #000;
	margin: 0;
	text-align: justify;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #525A58;
	}


/* DIV LAYERS */

div#header {
	position: relative;
	width: 600px;
	height: 190px;
	margin: auto;
	}

div#eid {
	background-color: #838383;
	position: relative;
	width: 600px;
	margin: auto;
	}

div#footer {
	position: relative;
	width: 600px;
	margin: auto;
	}

td#nav {
	width: 150px;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background-color: #414141;
	border-left: 5px dashed #382828;
	border-bottom: 2px dotted #382828;
	color: #525A58;
	font-size: 12px;	
	line-height: 13px;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	text-align: left;
	text-transform: lowercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: normal;
	color: #555C5A;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	}

p.right {
	text-align: right;
	}


	/* TABLES */

table {
	border: 0;
	}

input, option, select, textarea { 
	background-color: #6B7275;
	text-decoration: none;
	text-align: left;
	border: 1px solid #727070;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #BABFC2;
	}

