/* Default CSS Document */

html {
	height:100%;	
}
	
body {
	color: #333;
	background-color: #060100;
	background-image:url(images/curtains.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}

	
#container {
margin: 10px auto;
width: 900px;
border:5px double #CCCCCC;
background-color:#FFFFFF;
}

#header {
	background-color:#000000;
	height:140px;
	width:auto;
	background-image: url(images/header_sm.jpg);
	background-repeat:no-repeat;
	border-bottom:0px solid #CCCCCC;	
}

.clear_right {
clear:right;
}

.img_right {
float:right;
margin-left:14px;
margin-bottom:2px;
border:1px solid #999999;
padding:3px;
}
img {
border:none;
}

#menu {
margin-top:50px;
}
#menu a, #menu a:visited {
  
  text-decoration:none; 
  text-align:center; 
  background-color: #666666; 
  color:#fff; 
  display:block; 
  width:10em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }

ul li {
list-style-image:none;
line-height:140%;
margin-left:25px;
}

#center_content {
margin-left:195px;
margin-right:11px;
padding-top:20px;	
}

p {
line-height:140%;
}
.mask {
	position:absolute;
	left: 878px;
	top: 526px;
		
}

#left {
	float: left;
	text-align:center;
	width: 180px;
	background-color:#000;
	height:100%;
	padding-top:20px;
}
.red {
color:#800000;
text-decoration:underline;
text-transform:uppercase;
}
.heading_span {
font-size:17px;
}
.date_right {
margin-left:160px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:maroon;
	font-style:italic;
	text-align:left;
	margin-left:25px;
	padding-top:10px;
	padding-bottom:7px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-style: normal;
	padding-top:15px;
	text-decoration:underline;
	text-transform:uppercase;
	}
h3 {
font-family:"Times New Roman", Times, serif;
font-size: 16px;
color: #333333;
margin-left:35px;

}
h4 {
text-align:center;
color:#003366;
font-size: 14px;
}
h5 {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size: 13px;
}

a:link {
	color: #800000; 
	text-decoration: underline; 
	font-weight:normal; 
}  
a:visited {
	color: #800000; 
	text-decoration: underline; 
	font-weight:normal; 
}
a:hover { 
	color: #CC6666; 
	font-weight: normal; 
	text-decoration: none; 
} 
a:active {
	color: #999999; 
	text-decoration: underline; 
	font-weight:normal; 
}

#footer {
	clear:both;
	width: auto;
	text-align: right;
	border-top:2px solid #999;
	background-color:#000000;
	height:auto;
	padding:15px;
}

		/** END **/
