@charset "utf-8";
/* CSS Document */

html,body {
	font-family:Times;
	font-size:12px;
	color:#fff;
	margin-left:0px;
	margin-top:0px;
	background-image:url(../images/BG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
}


/* links */
a {
	font-family:Times;
	font-size: 14px;
	font-style:italic;
}
a:link {
	color: #efefef;
	text-decoration: none;
}
a:visited {
	color: #efefef;
	text-decoration: none;
}
a:active {
	color: #efefef;
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

a.index {
	font-family:Times;
	font-size: 16px;
	font-style:normal;
}
a:link.index {
	color: #efefef;
	text-decoration:underline;
}
a:visited.index {
	color: #efefef;
	text-decoration:underline;
}
a:active.index {
	color: #efefef;
	text-decoration:underline;
}
a:hover.index {
	color:#fff;
	text-decoration:none;
}

#nav a {
	font-family:Times;
	font-size: 16px;
	font-style:italic;
}
#nav a:link {
	color: #efefef;
	text-decoration: none;
}
#nav a:visited {
	color: #efefef;
	text-decoration: none;
}
#nav a:active {
	color: #efefef;
	text-decoration: none;
}
#nav a:hover {
	color:#fff;
	text-decoration:underline;
}


/* paragraphs */
#box p {
	font-family:Times;
	font-size:12px;
	color:#fff;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}


/* FOCUS FIX FOR FIREFOX */
a:focus {
	outline:0px !important;
}


/* wrapper */
#wrapper {
	background-color:transparent;
	background-image:url(../images/titleHeader.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:880px;
	top:50px;
	left:50px;
	position:absolute;
}


/* layout */
#box {
	width:880px;
	top:108px;
	color:#fff;
	background-image:url(../images/darkBox.png);
	background-repeat:repeat;
	background-position:top left;
	position:absolute;
}

#box h1 {
	font-family:Times;
	font-size:16px;
	color:#fff;
	margin-left:15px;
}

#box p.index {
	font-family:Times;
	font-size:14px;
	font-style:italic;
	line-height:1.6;
	color:#fff;
	margin-left:15px;
}

#nav {
	font-family:Times;
	font-size:16px;
	color:#fff;
	right:0px;
	top:10px;
	margin-right:15px;
	position:absolute;
}


/* images */
