/*------------------global---------------------*/
html 
	{
		margin:0;
		padding:0;
		color:#000;
		background:#fff;
	}

body 
	{ 
		font-family: helvetica, arial, sans-serif; 
		font-size: 11px;
		line-height: 1.5; 
		color: black;
	}

h1
	{ 
	font-size: 13px; 
	top: 5px; 
	}
h2	
	{ 
	font-size: 28px; 
	top: 8px; 
	}
h3	
	{ 
	font-size: 22px; 
	top: 1px;
	}
p,b,i
	{ 
	font-size: 11px; 
	line-height: 16px;
	top: 5px; 
	}

p.small,
i.small
	{ 
	font-size: 9px; 
	line-height: 12px;
	}

a:link,
a:visited
	{
		color: 000;
		font-size: 11px;
		font-style: underline;
	}
	
	a:hover
	{
		color: grey;
		font-size: 11px;
		font-style: underline;
	}
	
/*------------------wrap---------------------*/

#wrap 
	{
		width:750px;
		margin:20px;
		background:#fff;
	}
	
/*------------------header---------------------*/


	#header 
	{ 
	border-bottom: 2px solid #000000; 
	background-image: url("images/header-bg.jpg"); 
	background-repeat:no-repeat; 
	height:100%; 
	height: 100px
	}
	
	img.header-left
	{
		position:relative;
		top:20px;
		border:0;
		
	}
	
	img.header-right
	{
		position:relative;
		left: 500px;
		top: 70px;
		border:0;
		
	}
	
	/*------------------sub-header---------------------*/


	#sub 
	 {
	 	width:750px;
		margin: 0px;
		background:#fff;
		
	}
	
	ul#sub
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
		width: 99.7%;
		color: #000;
		background-color: #fff;
		border: 1px solid #000000; 
	}

ul#sub li 
	{ 
		display: inline; 
	}

ul#sub li a
	{
		float: left;
		width: 53px;
		background-color: #fff;
		padding: 0.5em 1.5em;
		border: 1px solid #000000; 
		margin: -1px;
	}
	
	ul#sub li a:hover
	{
		background-image: url("images/dude.gif");
		border: 1px solid #000000; 
		-1px;

	}
	
	
	
	/*------------------left column---------------------*/
	
	#left {
		float:right;
		width:140px;
		padding:5px;
		margin-top:20px;
		background:#fff;
		border: 1px solid #000000;
		}
		
	/*------------------form---------------------*/
	
	#form {
		text-align:center;
		width:125px;
		padding:5px;
		margin-top:20px;
		background:#fff;
		border: 1px solid #000000;
		margin:0 auto;
		}
		
	/*------------------main content---------------------*/	
	
	#main {
		margin-top:15px;
		margin-left:0px;
		margin-right:0px;
		float:left;
		background:#fff;
	}
	
	p.content
	{ 
	font-family: times, serif;
	text-align:right;
	}
		
		img.home-body
	{ 
	float:right;
	width:200px;
	height:200px;
	}
	/*------------------item---------------------*/
	
	#item {
		width:550px;
		background:#fff;
		float:left;
		}
	
	img.itm
		{
		width:150px;
		height:150px;
		border: 1px solid #000000;
		margin:5px;}
		
	#itm-list
	{
		list-style:none;
		}
	li.itm-list
	{
	float:right;
	width: 75px;
	border-top: 1px solid #000000;
		border-bottom:none;
		border-right:none;
		border-left:none;
		}
		


/*------------------item-column-left---------------------*/
	#item-l {
		float: left;
		}
	
/*------------------item-column-right---------------------*/
	#item-r {
		width:375px;
		float: right;
		}
		
		/*------------------pressing-info---------------------*/
	#pressing {
		border: 1px solid #000000;
		padding: 2px;
	}
	
/*------------------links-columns---------------------*/
#lnk {
	list-style-type:circle;
}

#col-l {
	float: left;
	width: 200px;
	padding-left:0;
	padding-right:0;
}

#col-r {
	float: right;
	width: 180px;
	padding-left:0;
	padding-right:0;
}

#col-c { 
	float: left;
	width: 180px;
	padding-left:0;
	padding-right:0;
}
	
	/*------------------scy2-page---------------------*/
#lft-scy2
	{
		width:350px;
		border-top: none;
		border-bottom:none;
		border-right:1px solid #000000;
		border-left:none;
		float: left;
		margin: 3px;
		padding: 5px;
		
	}	
	
#rght-scy2
	{
		width:350px;
		border-top: none;
		border-bottom:none;
		border-right:1px solid #000000;
		border-left:none;
		float: right;
		margin: 3px;
	
		
	}

	
	/*------------------footer---------------------*/


	#footer 
	{ 
		clear:both;
		margin:20px
		background:#000;
		height:25px;
	}
	

		