
/** BASIC */
@font-face {
        font-family: "Arial"
      }
html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ee4f4e;
}

h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a83e3e;
}

h1 span, h2 span { color: #C9C9C9; }

h1 { font-size: 23px; }

h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

h2.style1 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #9a9a9a;
}

/** TEXTS */

/** #7C7C7C; **/
body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd; 
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
li {
	margin-bottom:5px;
}

/** LINKS */

a { color: #cceeee; 
    text-decoration: none;
}

a:hover { text-decoration: underline; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.border { border: 3px solid #555555; }
img.border2 { border: 3px solid #999999; }
img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}



/** MENU */

#menu {
}

#menu ul {
	width: 171px;
	margin: 0px;
	padding: 47px 0px 0px 32px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px solid #CFCFCF;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 100%;
	padding: 15px 0px 14px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #4C4C4C;
}

#menu a:hover {
	text-decoration: underline;
}

/** WRAPPER */

#wrapper { background: #313131 ; }

#wrapperbg { background: url(images/subpage02.jpg) repeat-x left bottom; }

/** PAGE */

#page { }

#bgbtm {
	padding-bottom: 20px;
}

/** CONTENT */

#content {
	width: 400px;
	padding: 84px 0px 0px 0px;
}

/** FOOTER */

#footer {
	width: 736px;
	height: 118px;
	margin: 0px auto;
	color: #a83e3e;
}

#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}
#footer a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	text-align: center;
    text-decoration: none;
    color: #a83e3e;
}
#footer a:hover {
	text-decoration: underline;
}   

div#links a:hover span {display: block;
   position: absolute; top: 475px; left: 10px; width: 85px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #d82222;
   font: 12px Arial, sans-serif; text-align: center; font-weight: bold;} 

div#links a span {display: none;}   
