@charset "utf-8";

/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* thanks yahoo yui */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{
    margin:0;
    padding:0;
}

table 
{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img 
{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
    font-style:normal;
    font-weight:normal;	
}

ol,ul 
{
    list-style:none;
}

caption,th 
{
    text-align:left;
}

h1,h2,h3,h4,h5,h6 
{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after 
{
    content:'';
}

abbr,acronym 
{ 
	border:0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*       */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

body
{
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FF5229;
	color:#000;
}

	#wrap
	{
		width: 1000px;
		height: 700px;
		margin: 0 auto;
	}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#header
{
	width: 1000px;
	height:163px;
}

	#leftheader
	{
		width: 330px;
		height:163px;
		float:left;
		background:url(images/lh.jpg);
	}

	#rightheader
	{
		width: 670px;
		height:163px;
		float:right;
		background:url(images/rh.jpg);	
	}

		#rightheader #title
		{
			position:relative;
			top: 90px;
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;					
		}

			#rightheader #title h1
			{
				color: #444;
				font-size: 2em;
				font-weight:bold;
			}
			

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#main
{
	width: 1000px;
	height:460px;
}

	#leftmain
	{
		width: 330px;
		height:460px;
		float: left;
	}
	
	#nav
	{
		width:330px;
		height:352px;
	}
	
		#nav img
		{
			border:0px;
			padding:0px;
		}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#rightmain
{
	width: 670px;
	height:460px;
	float:right;
	background:url(images/rm.jpg);
}

	#rightmain #content
	{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 30px;
	}

		#rightmain #content h2
		{
			color: #444;
			font-size: 1.1em;
		}


		#rightmain #content p
		{
			color: #000;
			padding-top: 10px;		
		}

		#rightmain #content a, a:visited
		{
			color:#444;
			text-decoration:underline;
		}
		
		#rightmain #content a:hover
		{
			color:#FFF;
			text-decoration:none;
		}


		#rightmain #content .input
		{
			background-color: #FF7D29;
			border-color: #000000;
			color: #ffffff;
			font-weight: bold;
			scrollbar-arrow-color: #ffffff;
			scrollbar-base-color: #ffffff;
			scrollbar-track-color: #ffffff;
			scrollbar-darkshadow-color: #000000;
			scrollbar-highlight-color: ##FF7D29;
			scrollbar-shadow-color: #000000;	
		}
		

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#footer
{
	width: 1000px;
	height:77px;
	font-size:.75em;
	text-align:center;
	padding-top:30px;
}

	#footer a, a:visited
	{
		color:#444;
		text-decoration:underline;
	}
	
	#footer a:hover
	{
		color:#FFF;
		text-decoration:none;
	}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
