body {
	margin: 0px;
	color:#CCCCCC;
	background-color:#000000;
	padding: 0px;
}

tr, td { margin:0px; padding:0px; border:0px solid white; }

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(images/bullet.gif);
}

a {
	color: #3c50e6;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 870px;
}

#iframe {
       margin-left: auto;
       margin-right: auto;
       width: 600px;
	   background-color:#08152d;
}


/**** Top ***/


#top {
	width: 100%;
	height: 200px;
	color: #000000;
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(images/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #3c50e6;
}

#logo {
	width: 270px;
	text-align:right;
	padding-right:30px;
}


/**** Main Menu ***/


#menu {
	width: 270px;
	float:right; 
	text-align:right;
	/*padding-right:30px;*/
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: right;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(images/bg_menu.gif);
}

#menu li a.current {
    color: #ffffff;
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 590px;
	margin-top:10px;
	background-color:#08152d;
	font-family: Verdana, Arial, sans-serif;
    font-size: .6em;
	vertical-align:top;
}

#title {
	background-color:#08152d;
	color:#FFFFFF;
	font-size:14pt;
	text-align:right;
	font-family: Verdana, Arial, sans-serif;
	font-weight:lighter;
}

.imgbox{
color:#000000;
font-size:11px;
text-align:left;
vertical-align:middle;
line-height:20px;
letter-spacing:1px;
}


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
	color: #9f9f9f;
}

#footer p {
	margin: 0px;
	padding: 0;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
