/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#999;
	font-size:.8em;
	margin:0 auto;
	background-color:#000;
	font-family: "Times New Roman", Times, serif;
}

a { color:#fff; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

strong { 
	color: #fff;
	font-size: 1.5em;
}

/* ---- class settings ----------------------- */

.flag { margin: 5px 0; }

.link_green a { color: #86EFEF; }

.link_white a { color: #74CFCF; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:560px;
	height:55px;
	float: right;
	padding: 40px 0 0 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:544px;
	height:36px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:560px;
	height:auto;
	float: left;
}

#main2 {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	float: left;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:560px;
	height:auto;
}


#content_main-port {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:390px;
	height:auto;
}

#side_port {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:230px;
	height:auto;
	padding: 0 20px;
}

#flow {
	margin: 0 0 0 80px;
}

.port {
	margin: 0 0 0 18px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

.port a { text-decoration: none; }

.port a:hover { background-color: #fff; color: #000; display:block; }

.port td { background-color: #0F0F0F; }

#names {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	font-size: 1.5em;
	text-align: center;
}

#names a {
	margin: 0 30px;
	text-decoration: none;
}

#names a:hover {
}

#names p {
	padding: 2px 0;
	background-color: #070F0F;
	border-bottom: 2px solid #274F4F;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:950px;
	height:25px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:36px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:72px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -36px;
}

.active_01 {
	background-position: 0 -36px !important;
}

a#nav_02 {
	width:86px;
	cursor:default;
	background-position:-72px 0;
}

a:hover#nav_02{
	background-position:-72px -36px;
}

.active_02 {
	background-position:-72px -36px !important;
}

a#nav_03 {
	width:106px;
	cursor:default;
	background-position:-158px 0;
}

a:hover#nav_03{
	background-position:-158px -36px;
}

.active_03 {
	background-position:-158px -36px !important;
}

a#nav_04 {
	width:113px;
	cursor:default;
	background-position:-264px 0;
}

a:hover#nav_04{
	background-position:-264px -36px;
}

.active_04 {
	background-position:-264px -36px !important;
}

a#nav_05 {
	width:73px;
	cursor:default;
	background-position:-377px 0;
}

a:hover#nav_05{
	background-position:-377px -36px;
}

.active_05 {
	background-position:-377px -36px !important;
}

a#nav_06 {
	width:94px;
	cursor:default;
	background-position:-450px 0;
}

a:hover#nav_06{
	background-position:-450px -36px;
}

.active_06 {
	background-position:-450px -36px !important;
}
