body {
	background-color: #000000;
	background-image: url(../images/jpg/bg.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	color: #ccc;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	font-size:100%;
}



.main {
	width: 900px;
	margin: 10px auto 0 auto;
	height:100%;
	border:1px solid #000;
	border-bottom: 0;
	background-color: #333333;
}


p {
	padding:1.5em; 
	margin:0;
	line-height: 1.3em;
}

h2 {
	padding-bottom: 10px; 
	border-bottom: 1px solid #666;
}

img {border-style: none;}


#header {
	text-align:left;
	
}

#header img {
	margin:12px auto;
	padding: 0 45px 0 73px;
}

#content {
	margin: 10px auto;
	width:800px;
	padding: 10px 30px 20px 30px;
	border: 1px solid #2b2b2e;
	}
	
#content h2 {
	font-size:1.4em;
	font-weight:normal;
	letter-spacing: .2em;
	margin-left: 20px;
}

#content h4 {
	font-weight:normal;
	margin-left: 20px;
}
#portrait {
	float: right;
	margin: 0 0 10px 20px;
	padding: 6px;
	border: 1px solid #2b2b2e;
}

#ssindex {
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #000000;
	padding:20px; 
}

ssindex p {
	padding:0; 
	margin: -20px 0 0 0;
	line-height: normal;
}

#ss {
	text-align: center;
	margin: 30px 0 60px 0;
}

#footer {
	height:100px; 
	background:#000; 
	text-align:center;
	margin: 0;
	padding: 10px 0 45px 0;
}

a {color:#ccc;}

a:hover {color: #FF9900}

a:visited {color:#ccc;}




.pad1 {
	width:10%; 
	height:25px; 
	float:left; 
	margin-top:3px; 
	margin-right:3px; 
}

.pad2 {
	width:10%; 
	height:25px; 
	background:#333; 
	float:left; 
	margin-top:3px; 
	border:1px solid #000;
}

#navcontainer {
	width: 100%;
	background-color: #000000;
}

#menu {
	width: 860px;
	list-style-type:none; 
	padding: 3px 0; 
	margin:0 0 0 31px; 
	height: 35px;
}

#menu ul {
	list-style-type:none;
	padding:0; 
	background:#000;
}

#menu li {
	float:left;  
	margin: 2px 3px 0 0; 
	border-right:1px solid #ccc; 
	width:115px;
	
}

#menu ul.subb {
	margin:10px;	
}

#menu li.sub {
	border-right: hidden;
	border-bottom:2px solid #ccc; 
	margin:0;
	padding: 4px 0;	
}


/* for IE5.5 and IE6 only */

#menu li a {
	display:block; 
	color:#ccc; 
	padding: 4px 0;	
	/*font-size:12px;*/ 
	line-height:24px;
	width:115px;
	text-decoration:none; 
	text-align:center;
	background-color: #000000;
}


#menu li a table {
	position:absolute; 
	left:0; 
	top:-1px; 
	border-collapse:collapse; 
	width:0; 
	height:0;
}

#menu :hover {
	color:#FF6600; 
	background:#000; 
	position:relative;
}

#menu :hover > a {
	color:#FF6600; 
	background:#000;
	padding: 4px 0;
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	visibility:hidden; 
	width:0; 
	height:0; 
	overflow:hidden;
}

#menu :hover ul {
	visibility:visible; 
	overflow:visible; 
	position:absolute; 
	height:auto; 
	width:128px; 
	left:-1px;
	top:26px; 
	background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {
	visibility:visible; 
	overflow:visible; 
	height:auto; 
	width:128px; 
	padding:9px 3px; 
	left:100px; 
	top:0;
}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {
	visibility:visible; 
	overflow:visible; 
	height:auto; 
	width:128px; 
	padding:9px 3px; 
	left:-106px; 
	top:0;
}

.linkslist {
	font-size: 110%;
	list-style-type: square;
	line-height: 2em;
	font-style: oblique;
}
	
.linksList ul {
	width: 200px;
	padding: 30px 0 140px 0;
}
	
.linksList li {
	list-style-type: square;
	text-decoration: none;
	padding: 10px 0;
}

.linksList a {
	text-decoration: none;
	color: #fff;
}

.linksList a:visited {
	text-decoration: none;
	color: #fff;
}

.linksList a:hover {
	color:#FF6600; 
}

.dd {
	color:#FF6600;
	font-size: 130%; 
}

#login {
	text-decoration: none;
	color:#2b2b2e;
	float:right;
	width: 5px;
	padding: 3px;
	margin: -5px 0 0 0;
}

#login a {
	text-decoration: none;
	color:#2b2b2e;
}