@charset "utf-8";
/* CSS Document */

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(/images/pgbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left top;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.left {
	float: left;
	}
.right {
	float: right;
	}
.clearleft {
	clear: left;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	border: 1px solid #333;
	border-top: none;
	background-color: #fff;
}

#mast {
	width: 100%;
	}
	
#nav {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: #90323e;
	background: url(../images/nav_bg.jpg) top left repeat-x;
	}
	
.nav {
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	
	}

.nav li {
	float: left;
	position: relative;
	}

.nav li a {
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #90323e;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 22px;
	padding-right: 22px;
}

.nav li a:hover {
	text-decoration: underline;
}

.nav li a#current {
	font-weight: bold;
	text-decoration: underline;
}

#content_wrapper {
	width: 100%;
	border-spacing: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align:left;
}

#home_content {
	position: relative;
	float: right;
	width: 65%;
	clear: both;
	padding-bottom: 10px;
	}
	
#inside_content {
	position: relative;
	float: right;
	width: 75%;
	clear: both;
	padding: 10px 10px 0 0;
	text-align:left;
	}
	img.head {
		float: left;
		margin-right: 10px;
		}
	h1.head {
		height: 75px;
		line-height: 75px;
		margin: 0;
		border: none;
		}
	#inside_content img.left {
		margin: 0 10px 10px 0;
		}
	#inside_content img.right {
		margin: 0 10px 10px 10px;
		}
	#inside_content ul {
		list-style: square;
		padding-left: 0;
		margin-left: 15px;
		}
	#inside_content p {
		margin: 0 0 10px 0;
		}
	#inside_content hr {
		color: #666;
		height: 1px;
		border: none;
		background-color: #666;
		padding: 0;
		margin: 10px 0;
		}
	#sidebar {
		clear: right;
		float: right;
		width: 172px;
		padding: 0 0 10px 10px;
		background-color: #fff;
		}
		#sidebar img {
			margin-bottom: 10px;
			border: 1px solid #9900cc;
			}
		#sidebar_content {
			border: 1px solid #9900cc;
			padding: 10px;
			}
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#sidebar li {
				margin: 0 0 10px 0;
				padding: 0 0 0 15px;
				background: url(../images/arrow.gif) top left no-repeat;
				}
		#sidebar p {
			font-size: 10px;
			}
	#thumbs {
		clear: both;
		}
			
			
td {
	vertical-align: top;
	padding-bottom: 10px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #90323e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #90323e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #90323e;
}

#home_lower_content {
	position: relative;
	width: 100%;
	clear: both;
	}
	
#home_left {
	position: relative;
	float: left;
	width: 28%;
	text-align: left;
	padding-left: 5px;
	padding-right: 35px;
		}

#home_right {
	position: relative;
	float: right;
	width: 30%;
	}	

.cr {
	clear: both;
	font-size:10px;
	text-align: center;
	}
	
.cr a {
	font-size:10px;
	color: #000000;
	}