/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* div {border:1px solid black}*/ 
body 
	{
	border-top: 4px solid #A20C0D;
	margin:0px;
	padding:0px;
	background-image: url(../graphics/footBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
h1
	{
		font-size:20px
	}
h2
	{
		font-size:17px
	}
img
	{
		border:0px;
	}	
	#frame
		{
			margin: 0px auto;
			width:918px;
			
		}
		#head, #menu
			{
				float:left;
				width:100%;
			}
		#head
			{
				margin: 40px 0px 20px ;
				
			}
		#menu
			{
				background-image: url(../graphics/menuBg.gif);
				background-repeat: repeat-x;
				background-position: left top;
				
				height:40px;
			}
			#menu ul
				{
					margin:0px; padding:0px;
					margin-top:12px;
				}	
			#menu li
				{
					list-style-type:none;
					display:inline;
					padding:0px 8px;
					background-image: url(../graphics/menuLiBg.gif);
					background-repeat: no-repeat;
					background-position: right top;
				}
				#menu li a
					{
						color:white;
						text-transform:uppercase;
						font-weight:bold;
						text-decoration:none;
					}
		#content
			{
				background-image: url(../graphics/contentBg.gif);
				background-repeat: repeat-x;
				background-position: left top;
				border-left: 1px solid #F6F6F6;
				border-right: 1px solid #F6F6F6;
				width:876px;
				padding: 30px;
				padding-right:10px;
				float:left;
				
			}
			#leftCol
				{
					width: 460px;
					float:left;
				}
				#leftCol .img
					{
						background-image: url(../graphics/pictureBg.gif);
						background-repeat: no-repeat;
						background-position: left top;
						width:142px;
						height:91px;
						padding:4px;
						margin:0px;
						float:left;			
					}
				#leftCol a
					{
						color:#A20001;
						font-weight:bold;
						text-decoration:none;
						
					}	
			#rightCol
				{
					float:left;
					width: 340px;
					padding:0px;
					padding-left:25px;
					margin-left:25px;
					background-image: url(../graphics/rightColLine.gif);
					background-repeat: repeat-y;
					background-position: left top;
				}
				#rightCol input, #rightCol textarea
					{
						width: 170px;
						padding:0px;
						margin:0px;
						background-color:#ECECEC;
						border:1px solid #969492;
					}
				#rightCol textarea
					{
						width:350px;
					}
				#rightCol label
					{
						display:block;
					}
				#rightCol .submit
					{
						border:0px;
						color:#A20001;
						font-weight:bold;
						margin-left:100px;
						text-decoration:underline;
						background-color:white;
						width:50px;
					}		
				#rightCol ul, #rightCol img
					{
						margin:0px;
						margin-top:10px;
						padding:0px;
						
						
					}	
				#rightCol li
					{
						color:#A40001;
						border-bottom:1px solid #DCDCDC;
						padding:3px 0px;
						list-style-position: inside;
						list-style-type: disc;
						
					}	
				#rightCol a
					{
						color:black;
						text-decoration:none;
					}
				#rightCol td
					{
						margin:0px;
						padding:0px;
					}	
					
		#foot
			{
				clear:both;
				height:100px;
				position:relative;
				color: rgb(218,218,218);
			}
			#footLine
				{
					position:absolute;
					top:10px;
					left:50%;
					background-image: url(../graphics/footLine.gif);
					background-position: left top;
					width:1px;
					height:40px;
					background-repeat: repeat-y;
				}
			#foot p
				{
					margin: 0px;
					width:350px;
					color:white;
				}
				#foot a
					{						
            color: rgb(218,218,218);				            		
					}
					
				#foot a:hover
					{
						text-decoration: none;            				            		
					}					
				#foot img
					{
						margin: 0px 20px;
					}
				#foot #copyright
					{
						width:100%;
						position:absolute;
						top:73px;												
						color:white	
            text-align: center;	            		
					}	
					
					#foot #copyright {
            text-align: center;
          }					
					#seolista{
            display: inline;
          }

          #seolista a{ 
            text-decoration: none;
          }
          #seolista a:hover{ 
            text-decoration: underline;
          } 
/*---- basic ----------------------------------------------------*/

.left {float:left}
.right {float:right}	

