/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
#outside {
	width: 820px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border: 3px solid #c1c1c1;*/
	background-color: #FFFFFF;
	}
#wrap {
	width: 800px;
	margin: 0 auto;
	}
#top {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 20px solid #F5F5F5;
	background-image: url(/images/bg_blue1.jpg);
	background-repeat: repeat-x;
	/*color: #FFFFFF;*/
}

#topleft {
	width: 300px;
	float: left;
	text-align:center;
	}
#topright {
	width: 475px;
	float: right;
/*	line-height: 48px; */
	height: 43px; 
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	}
	
#topright a:visited  {
	text-decoration: none;
	color: #3300CC;
}
#topright a:hover {
	text-decoration: underline;
	color: #3300CC;
}	
	
#bottom {
	width: 800px;
	padding-top: 10px;
	border-top: 20px solid #F5F5F5;
	text-align: center;
	font-size: 12px;
}
#bottom a:visited{
	text-decoration: none;
	color: #0099FF;
}
#bottom a:hover {
	text-decoration: underline;
	color: #0099FF;
}
#bottom a{
	text-decoration: none;
	color: #0099FF;
}
#main {
	width: 800px;
	border-top: 2px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000000;
	}
#main h1 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

#mainleft {
	width: 525px;
	float: right;
	}
#mainright {
	width: 250px;
	float: left;
	border: 1px solid #3399FF;
	background-image: url(/images/rightbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px;
	padding-bottom: 45px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	}
	#mainright ul {
		list-style: none;
		}
	#mainright li {
		margin-left: -20px;
		margin-bottom: 5px;
		}
	
.clearfix {
	clear: both;
	text-align: right;
	padding-right: 35px;
	vertical-align: bottom;
	padding-bottom: 2px;
	height: 13px; 
	}

/*
a:link {
	color:  #0085DD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0085DD;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
*/

.searchbox {
	float:none;
	padding: 2px;
	border: 1px solid #c1c1c1;
	background-position: right;
	text-align: right;
}
.searchbutton {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px;
}

#recommend {
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #c1c1c1;
	background-color: #F9F9F2;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #333333;
	}
	
.submitform {
	width: 350px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	color: #333333;
	}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	}
	
	
.bg-left {
	background-image: url(../images/bg-left.jpg);
	background-repeat: repeat-y;
}
.bg-right {

	background-image: url(../images/bg-right.jpg);
	background-repeat: repeat-y;
}