body { 
	padding: 0; 
	margin: 0; 
	font: .74em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #fff url(../images/top-bg.jpg) repeat-x top; 
	color: #454545; 
	}
	
a { color: #DA3B3B; background: inherit; }
a:hover { color: #DA3B3B; background: inherit; text-decoration: underline}
p {	margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { padding: 4px 0; margin:  0; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }


.content { margin: 0px auto; width: 800px; }

/* Menu.php */
#top {padding-top: 20px; background: transparent; height: 90px; }
	#top h1 { padding: 0px 0 4px 0; margin: 0; letter-spacing: 1px; color: #FFF }
	#top h2 { font-size:10px;letter-spacing: 0px; color: #fff; margin:0; padding: 0 }
	#top #icons { float: right; margin:20px 0; padding:0 }
	#top #icons img { padding-right: 2px; border: 0 }


#pic {background: url(../images/banner-bg.jpg) no-repeat; height: 199px; width: 100%; overflow: hidden}
	#pic #slogan {float:left;padding:25px 30px 10px;text-align:right;width:305px;}
	#pic #slogan h1 { font: bold 1.4em Arial, Sans-Serif; letter-spacing: 1px; margin:0 }
	#pic #slogan h2 { font:  1.0em Arial, Sans-Serif; letter-spacing: 0px; margin:0; padding: 10px 0}
	#pic #slogan a { color: #DA3B3B; }

#pic #image {float:right; width:400px}

ul#menu { padding: 0px 0; width:100%; height:36px; background:#f1f1f1; margin: 0 0 20px}
ul#menu li { background:#F1F1F1;display:inline;float:left;list-style:none outside none;}
	ul#menu li a { background:url(../images/menu-li-bg.jpg) left bottom no-repeat;color:#777;font-weight:bold;display:block;float:left;height:25px;padding:5px 56px;}
	ul#menu li a:hover {color:#DA3B3B;}
		

/* main area */
#main { }
	#right_side { float: right; width: 212px; background: #EEE; padding: 5px 10px 5px 10px; margin-bottom: 10px }
		#right_side ul { padding: 3px 0 8px 0 } 
		#right_side li { line-height: 18px; background: #EEE url(../images/li-arrow-hover.gif) no-repeat left; list-style: none; padding-left: 20px; }
		#right_side a { background: #EEE; text-decoration:  none }
		#right_side h3 { color: #404040; font:  bold 1.2em Arial, Sans-Serif;}
	
	#left_side { color: #454545; background: #FFF; margin-bottom: 10px; width: 560px;  }
		#left_side h2 { background: none; height:35x; padding: 0 0 20px; margin: 0; font:  bold 1.8em Arial, Sans-Serif;clear:left }
		#left_side h3 { background: none; padding: 5px 0 0 0px; margin: 0; font:  bold 1.4em Arial, Sans-Serif;clear:left }
		#left_side h3 span a{ background: none;}
		#left_side p {width:500px}
		.sub1 {font-size:1.2em; font-weight:bold; clear:left}
		.bolditalic { font-weight:bold;font-style:italic; color:#999; clear:left}
		#left_side img { float: left; padding: 0 10px 5px 0 }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
		#left_side ul { list-style-position: inside; margin-left: 2px }
		#left_side ul li { list-style-type: square; margin-left: 25px;  }
		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
	
/* The footer */
#footer { clear: both; margin: 3em 0 2em 0; color: #777; text-align: center; }
#footer a { text-decoration: none; background: #FFF }

/* Form */
.textinput{
	background:transparent url(../images/input.gif) no-repeat scroll left top;
	border:medium none;
	height:15px;
	padding:4px 8px;
	width:236px;
	}
.textinput:hover, .textarea:hover {
	background-position: left bottom;
	}
.textarea {
	background:transparent url(../images/textarea.gif) no-repeat scroll left top;
	border:medium none;
	height:125px;
	padding:4px 8px;
	width:336px;
}