body {
	background:   url(../img/bkgrnd_1.png) repeat;
}
h1, h2, h3 {
	font-family: Copperplate Gothic Light, Verdana;
	text-align: left;
	}
p, ul, td {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-size: 10.5pt;
	font-family: Century Gothic, Verdana;
}
ul {
	list-style-type: square;
}
.content_text {
	font-size: 10.5pt;
	font-family: Century Gothic, Verdana;
}
.content_text_sm {
	font-size: 8pt;
	font-family: Verdana;
}
.menu {
 	font-size: 12pt;
	font-family: Verdana;
  	font-weight: bolder;   	
	color: black;	/* #6699ff */
	text-align: center;	
}
h1, .subhead {
 	font-weight: bold;  	
	font-size: 24px;
	font-family: Arial;
	color: #ff3300;
	font-family: Century Schoolbook;
	}
h2, h3, .sub2head {
 	font-weight: bold;  	
	font-size: 20px;
	font-family: Arial;
	color: darkblue;
	font-family: Century Schoolbook;
	}
	
h3 {font-size: 18px;}

a:link {color:#220099;  text-decoration: none; }
a:visited {color:#220088; text-decoration: none; }
a:active {color:gray; text-decoration: none; }
a:hover {color:red; text-decoration: none; }

#outer {
	position: relative;
	left: 12%; 
	top: 3%; 
	width:  850px; 
 	height:  810px;   
	background-color: white;
}
#header {
	position: absolute;
	left: 0px;
	top: -3px;
	height:  125px;
	width:  850px;
	background:   url(../img/header_1.png) no-repeat;
}
#left {
	position: absolute;
	top: 130px;
	left: 0px;
	width:  130px;
 	background-color: white; 
	height: 500px;
 }
#left_link {
	position: absolute;
	top: 130px;
	left: 0px;
	width:  130px;
 	background-color: white; 
	height: 965px;
 }
#content {
	position: absolute;
	top: 130px;
	left: 130px;
	width:  720px;
	background-color: #ffffff;
	color: black;
	height: 500px;
 }
 
#content2 {
	padding:10px 30px;
	position:absolute;
	top: 160px;
	width:  790px;
	background-color: #ffffff;
	margin:0;
}
#content_link {
	position: absolute;
	top: 130px;
	left: 130px;
	width:  720px;
	background-color: #ffffff;
	color: black;
	height: 965px;
 }
#footer {
	position: absolute;
	top: 750px;
	left: 0px; 
	width:  100%; 
	height: 60px;
	background-color: #3366ff; 
	color: #220099;
 	font-weight: bold;  	
	font-family: Arial;
 }
#footer_link {
	position: absolute;
	top: 1095px;
	left: 0px; 
	width:  100%; 
	height: 60px;
	background-color: #3366ff; 
	color: #220099;
 	font-weight: bold;  	
	font-family: Arial;
 }

.message {
	color:#C30;
}

/* spec page */
#spouter {
	margin:0;
	margin-left: 12%;
	padding:0;
	top: 3%;
	width:  850px;
	height:auto;
	background-color: white;
}
#spheader {
	position:relative;
	left: 0px;
	top: -3px;
	height:  125px;
	width:  850px;
	background:   url(../img/header_1.png) no-repeat;
}
#wrapper {
	position: relative;
	top:auto;
	height:auto;
	width:  850px;
	background-color: #fff;
	margin:0;
	padding:0;
	float:right;
}
#spleft {
	top:0px;
	left: 0px;
	width:  130px;
	z-index:50;
	float:left;
}
#spcontent {
	top:0px;
	margin-left:140px;
	text-align:left;
	width: auto;
	color: black;
}
.item { 
	width:100%; 
	min-height:320px; 
	text-align:left; 
	position:relative; 
	background-color:#fff; 
	margin:0px; 
	padding:0px;
	padding-bottom:10px;
	}
.itemimg {
	top:auto; 
	margin-left:0px; 
	/*position:absolute; */
	padding-bottom:20px;
}
.itemtext {
	top:0px; 
	margin-left:310px; 
	margin-top:40px; 
	width: 390px; 
	position:absolute; 
	padding-bottom:20px;  
	padding-right:30px;
}
.detail { 
	border:#ccc thin solid; 
	width: 230px;
}

#spfooter {
	top: auto;
	width:  100%;
	height: 50px;
	background-color: #3366ff;
	color: #220099;
	font-weight: bold;
	font-family: Arial;
	position:relative;
	padding:5px 0;
	float:left;
	line-height: 10px;
}
